The source is available in the EL-Functors-src-version.jar
archive. The project is built using Apache Ant. Support for an Eclipse workspace is also provided.
In either case, edit the top level build.properties
file
first to update the local paths to the library dependencies (some
JavaEE5 libraries from the app-server install and the JUnit4 jar
for unit testing).
With ANT
Run ant lib
to build the main library, or ant
tests
to build the library and run the unit-tests.
With Eclipse
- Edit the top level
build.properties
file.
- Run
ant eclipse
to create Eclipse/el-functors.userlibraries
.
- Select the top level folder as an Eclipse Workspace.
- Import the user library definitions to your Eclipse workspace.
- Add the projects to your Eclipse workspace for the top level
folders:
- FunctorResolver
- UnitTests
- JSP-Sample
- JSF-Sample