Javadoc of EasyBeans can be generated by using ant javadoc
The resulting documentation will be available in the output/dist/javadoc
folder.
Binary jar files are built using ant jar.
The generated jar files are located in the output/dist
folder.
rar file is generated (for JOnAS application server) using ant rar.
The rar file is located in the output/dist
folder.
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.