http://ant.apache.org/
)
script that defines useful targets like building the actor documentation and actor/demonstration index.
See the Ptolemy II Ant documentation for details, but the overview is that there are two ant build files in the tree:
$PTII/build.default.xml
file is set up for a vanilla installation,
it excludes third party packages like Java3D and Matlab.
$PTII/build.xml
file is created if you run ./configure
To access an Ant file in Eclipse:
Window
| Show View
| Ant
Ant
menu choice is not present, find it under Others
Add Buildfiles
build.default.xml
- if you did not run ./configure
build.xml
- if you did run ./configure
build.xml
file, it is more configured for
the environment.
To build the Javadocs and the actor documentation:
javadoc
tab.The next step is to use Eclipse Debugger