1.4. EasyBeans ant Targets

1.4.1. JavaDoc

Javadoc of EasyBeans can be generated by using ant javadoc

The resulting documentation will be available in the output/dist/javadoc folder.

1.4.2. Binary (.jar) Output

Binary jar files are built using ant jar.

The generated jar files are located in the output/dist folder.

1.4.3. Binary (.rar) Output

rar file is generated (for JOnAS application server) using ant rar.

The rar file is located in the output/dist folder.

1.4.4. Binary (.war) Output

war file is generated (It's the same for Tomcat and Jetty) using ant war.

The war file is located in the output/dist folder.

1.4.5. Binary Distribution (default target)

The javadoc and binary jar/rar files are built using ant packages.

The jar/rar/tgz/zip files are located in the output/dist folder.