Pre-built binary

To install the Mango library, simply make sure the jar file is on your class path.

Building The Source

Building the source distribute requires Ant, and optionally JUnit. Unpack the source distribute, run ant and that should be it. Additional build targets are test, jar, javadoc and dist.

Download

Current release, binaries compiled with Java 6. Grab the source to build with Java 5.

The release was uploaded on 5 November 2009.

Pre-Generics Mango, compiled with Java 1.4

The release was uploaded on 17 August 2007.

Source code repository

You can pull the Mango code from the JezUK Bazaar server :

    bzr branch http://jezuk.dnsalias.net/bzr/mango/trunk
To grab the current release, branch on the 2009November tag :
    bzr branch http://jezuk.dnsalias.net/bzr/mango/trunk --revision=tag:2009November
To fetch the pre-generics Java 1.4 sources, fetch
    bzr branch http://jezuk.dnsalias.net/bzr/mango/tags/java-1.4


Jez Higgins