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: