How to get MoSKito
There are three ways to get moskito.
First, and probably the most suitable for an unexperienced user is to download latest release version from our download page.
If you want to have a stable version for testing with yet unreleased features, you can try the nightly builds. Features not included in a release yet, but visible in the live demo, will be included in the nightly builds, as well, as all interesting new features.
Finally, for the freshest copy, you can always build your own copy from cvs. To do this please follow those steps:
- You'll need jdk 1.5 or higher and ant. If you don't have ant, download and install it from Ant's Project Homepage.
- Checkout moskito module from the java.net cvs-repository. Follow the instructions from the Project homepage. You should have a Java.net account though.
- Change into moskito directory. You should see a build.xml file there. Execute ant dist. If the ant dist task fails, execute ant dist.clean updateprojects and try ant dist again.
- You should now have a freshly built moskito in the moskito-dist directory.
Back to documentation