Where does the implementation of the IContentUpdateChecker Interface for the vgncontentscan go? The documentation states: "Put the implementation class in the vgncontentscan class path". By this, I assume it means the lib folder that's parallel to the bin folder containing vgncontentscan. Even the example xmlschema provided had nothing by way of real example for this.
I created a jar file containing this class file, placed it in the lib folder. When I run the scan I get an error saying it cannot find the class file.
2012-09-26 13:09:06,192 | DEBUG | s.apps.contentscan.ContentScan | | Initializing actions ... [Main Thread] [com.vignette.as.apps.contentscan.ContentScan]
2012-09-26 13:09:06,195 | DEBUG | s.apps.contentscan.ContentScan | | Content update checker class name [edu.franklin.vignette.content.IsContentUpdated]. [Main Thread] [com.vignette.as.apps.contentscan.ContentScan]
2012-09-26 13:09:06,198 | ERROR | s.apps.contentscan.ContentScan | | 026-014-0070: Exception occurred: class not found [edu.franklin.vignette.content.IsContentUpdated].. [Main Thread] [com.vignette.as.apps.contentscan.ContentScan]
Am I putting the jar file in the right place?