Target |
Description
|
compile(default) |
Compiles the
sources into class files. Note that the buildfile has jikes set as
default compiler, if you prefer your JDK's compiler, ensure you have
tools.jar in your classpath and replace "jikes"
with "modern". |
jar |
Creates a
jar file containing all of jwma's class files (including
the servlets). |
beanjar |
Creates a
jar file containing all model's interfaces. I use this lib for the
classpath of the JSP compiler to enforce the separation of view and
controller. |
javadocs |
Creates the
API documentation using javadoc in docs/api |
dist |
Creates a
complete gzipped tarball distribution of jwma. |
zipdist |
Creates a
complete zip distribution of jwma. |
wardist |
Creates a WAR distribution of jwma, including the documentation.
|
clean-classes |
Cleans up
all generated class files. |
clean-jars |
Cleans up
generated jar files. |
clean-docs |
Cleans up
the api documentation. |
clean-dist |
Cleans up
the distributions. |
clean-all |
Cleans up
all. |