You can browse the J-Bird source code on the web at http://jbird.cvs.sourceforge.net/j-bird/ Source code can be downloaded in two ways: using CVS directly or by using jakarta-ant. Briefly, both ways require that you install CVS on your system to download source code and jakarta-ant to compile it. Details are on using CVS directly are available at README.CVS. This section documents how to use jakarta-ant to download J-Bird source code. It does not cover installation of CVS or jakarta-ant.
Before downloading, you'll need to decide which version of J-Bird to download. There are two choices: the latest released version of J-Bird and a snapshot of the code as it currently exists under development. The latest release will have all features that are advertised in the documentation, and it should compile without difficulty. The snapshot of what's under development will contain features that have been added since the last release. Those feature probably won't be documented, and the code may not compile without error, despite efforts to minimize bugs and errors in code that is committed to the source tree.
Installing source code.
ant -buildfile JBirdSRCV0_5_2.xml checkout-bleedingJust press return when you are prompted for a password. (Note that sometimes ant prints other things after the password request and before it pauses for you to enter the password. Be vigilant.)
ant -buildfile download.xml update-from-cvsAgain you'll be prompted for a password. Just press return, and be ready for the password prompt to appear before ant pauses for your input.
Previous (Hacking - alternative engines) | Contents | Next (Hacking - compiling) |
Page last updated 4 September 2004