You can use Ant to run a workbench with no interface and run specified
Ant scripts.
You can use a sample batch file called runANT.bat to
run Ant in a headless mode, and this bat file is located in <installdir>\IBM\SDP70\bin\.
This .bat file will run a "headless" workbench (no user interface
for the development environment) and run a specified ANT script file (example.xml).
The ANT script file must be a fully qualified name.
Using runAnt has
two advantages over the org.eclipse.ant.core.antRunner application:
- The workspace is saved after executing the specified build file.
- Autobuild is disabled during Ant script execution as a performance enhancement
and to fix a known limitation with org.eclipse.ant.core.antRunner on Linux®.