Using the Ant Script from the UML Documentation

The last page of the UML Documentation wizard contains an option to generate an Ant build file based on the JavaDoc options that you have specified to the wizard.

Running the Script from the Command Line

If you have saved the script to build.xml then you can use:

Otherwise, you need to specify which buildfile to use:

This generates the JavaDoc documentation of your project.

Running the Script from within Together

If you have generated the Ant Script into the project:

  1. Go to the Navigator view and locate the xml file.


  2. Right click on the xml file and choose Run Ant.


  3. The Ant script only has one target. So click on Finish.


The Log Console view should appear showing the output/messages from Ant.