Here are the classes. The entry point is main() in
com.byrden.ant.launch.DavesAntLauncher This is just a launcher, like the existing ANT launcher, and you must specify the "main" class you want it to use, via a command line option: -main com.byrden.ant.launch.DavesMain Also feed it any other command-line parameters that you have, e.g. the target name, as Strings. And remember to put any extra library JARs that you need on your classpath, e.g. the commons JARs. David
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org