i3SP
Build
The i
3SP Build environment
consists of
ant tasks.
- Project
Dependencies forms the core of the build environment. It provides
support for build logging, position independent dependencies between
projects, dependency version checking and much other functionality.
- Munge Jar
produces a composite jar file from a classpath consisting of all the
classes from that classpath, included in the order specified in the
classpath (earlier duplicates override ones later in the path). Good
for inclusion in a ear or war.
- JDE Project
File task builds a jde project file every time it is run - it draws
all the relevant values from the task parameters and the ant runtime
environment. Very useful for taking advantage of the full functionality
of the JDE.
- JavaH runs the javah
program. Includes full dependency checking.
- JspC is an old task
that is the ancestor of the JspC task included in ant 1.4.1.