Info on JMRI:
Development tools
Structure
Techniques and Standards
How To
Functional Info
Background Info

Building JMRI with Ant

Those of you who prefer a command line approach might want to investigate "ant", a better make-like utility for Java projects. Ant is available for download at http://jakarta.apache.org/ant/index.html/. Install it, then:

To make sure everything is working, before you e.g. commit back to CVS, please do:

   ant clean
   ant alltest
and make sure the tests run cleanly.