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. Binaries (.jar) output

By using ant jar, binaries jar files are built.

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

1.4.3. Binaries (.rar) output

By using ant rar, rar files will be generated (one for JOnAS application server).

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

1.4.4. Binary distribution (default target)

By using ant dist, the javadoc will be built and binaries jar/rar files too.

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