This section explains the instruction for building the framework, the sample and the documentation.
To download the sources hosted at SourceForge see the cvs usage.
You can build the framework using Ant.
Edit the build.xml file in the "wfnm" directory and ensure that the "j2ee.lib.dir" property refers to a directory that contains J2EE jars with servlet and JSP APIs ("servlet-api.jar" and "jsp-api.jar" for Tomcat 5, "j2ee.jar" for Sun's J2EE 1.4 r.i. etc...).
Then, assuming that the "ant" command is in your PATH environment variable, type the following command:
ant
You will find the "wfnm.jar" into the "build" directory.
You can build the sample using Ant.
Edit the build.xml file in the "wfnm-sample" directory and ensure that the "j2ee.lib.dir" property refers to a directory that contains J2EE jars with servlet and JSP APIs ("servlet-api.jar" and "jsp-api.jar" for Tomcat 5, "j2ee.jar" for Sun's J2EE 1.4 r.i. etc...).
Ensure also that the "wfnm.jar" property refers to the correct "wfnm.jar" file.
Then, assuming that the "ant" command is in your PATH environment variable, type the following command:
ant
You will find both the "wfnm-sample.war" and the "wfnm-sample-j2ee13.war" into the "build" directory.
You can build the documentation using Maven.
Assuming that the "maven" command is in your PATH environment variable, type the following command:
maven site:generate
You will find the documentation into the "target/docs" directory.