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 files are generated (one for JOnAS application server) using ant rar.

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

1.4.4. Binary Distribution (default target)

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

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