To build Commons Functor from scratch, you must first obtain the source, from the SVN server.
Commons Functor can be built using Maven or Ant.
maven -g for a list of avaiable goals. Commonly used goals include
clean, test, dist, site and clover.
build.properties.sample file found in the
root Commons Functor directory to a file named build.properties.
Modify this file to provide the location of the junit.jar file.
(Note that Commons Functor supports a "shared" build.properties
file placed either at ../build.properties or
../../jakarta-commons/build.properties, or both, relative to the
root Commons Functor directory.)
ant -projecthelp to obtain a list of the available Ant targets.
Commonly used targets include clean, test, compile,
dist, and javadoc.