Many improvements were made, and bugs were fixed.
  • Is JForum useful for you? Please consider helping this project.
 
 
 
 
 

Building JForum

Basically, there are two ways to build JForum's source: using Eclipse, or running Ant.

Using Eclipse

JForum is built using Eclipse as its primary IDE, so when you fetch the source code from the CVS the proper settings are already there. All you have to do is to import the project into the IDE.

Using Ant

There is a build.xml script available for those who want to build JForum using Ant. It is located in the root directory, being the compile task the default one. Other available tasks are:

Task nameDescription
cleanCleans the api, build and dist directories
javadocsGenerate the JavaDoc API
compileCompiles the source code into the build directory
distGenerates a war file of JForum
deployDeploys JForum to the configured servlet container