For some reason, the stored ant buildfiles don't work anymore. 
(They bundle, and should be ok for dropping into HCR webapp, but the main class VOEventToKB is not found)

Had success building by Eclipse, export->runnable jar, first option (extract required .jars into it) picking VOEventToKB as "main" class.
Made a new run config, IngestClean on grid1, that is VOEventToKB without the needed username/password/directory to scan args.  
From saving and diffing, unclear why the old ant buildfiles do not work...the new one had the full package name but typing that to the 
old one didn't make it go.  


OH WAIT NEVER MIND, I edited the wrong ant buildfile.  Yes, adding the com.lmsal.test package in the existing one seems to work fine.