Source
The Functional Java source code is hosted in a Subversion repository at https://functionaljava.googlecode.com/svn/.
To check out the trunk source code, install Subversion, then execute the following:
svn co https://functionaljava.googlecode.com/svn/trunk/ functionaljava
To build from source, you will need to install Apache Ant and you must first run:
ant init
Then, there are many Ant targets available. Here are some common ones:
ant test # Run the testsant archive # Build the Java Archive (JAR)ant javadoc -Dbuild.number=42 # Create the javadocant clean # Clean the build files