Generating Ant script from the command line

Ant scripts are typically generated using the PDE.  

PDE core classes can also be used from the command line to generate build scripts by hand.  This is not typical, but for specialized automated builds written in Java, you can use the generation classes directly to drive the build process.

Ant script generation facilities reside in the following classes.  Command line arguments are also listed for each generator.

Copyright IBM Corporation and
others 2000, 2002