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.
- mango-bin.zip (54,231 bytes)
- mango-bin.tar.gz (54,285 bytes)
- mango-src.zip (68,847 bytes)
- mango-src.tar.gz (25,146 bytes)
- mango-javadoc.tar.gz (101,603 bytes)
- mango-javadoc.tar.gz (38,392 bytes)
Pre-Generics Mango, compiled with Java 1.4
- mango-bin.zip (37,506 bytes)
- mango-bin.tar.gz (37,539 bytes)
- mango-src.zip (64,749 bytes)
- mango-src.tar.gz (21,726 bytes)
- mango-javadoc.tar.gz (39,815 bytes)
Source code repository
You can pull the Mango code from the JezUK Bazaar server :
bzr branch http://jezuk.dnsalias.net/bzr/mango/trunkTo grab the current release, branch on the 2009November tag :
bzr branch http://jezuk.dnsalias.net/bzr/mango/trunk --revision=tag:2009NovemberTo fetch the pre-generics Java 1.4 sources, fetch
bzr branch http://jezuk.dnsalias.net/bzr/mango/tags/java-1.4