The JAS3 source code is available via CVS.
| protocol: | pserver |
|---|---|
| server: | cvs.freehep.org |
| cvsroot: | /cvs/jas |
| userid: | anonymous |
| password: | |
| module: | jas3 |
You can access the "head" of CVS, which is normally the current development branch (not necessarily always functional), or one of the following tagged versions:
| Version | Date | Comment | CVS Tag | Binaries |
|---|---|---|---|---|
| 0.7.3 | 10-October-2003 | v0_7_3 | Yes | |
| 0.7.4 | 1-March-2004 | v0_7_4 | Yes | |
| 0.7.5 | 16-April-2004 | v0_7_5 | Yes | |
| 0.7.7 | 16-August-2004 | v0_7_7 | Yes | |
| 0.8.1 | 16-March-2005 | JAS3-v0r8p1 | Yes | |
| 0.8.2 | 10-August-2005 | Yes |
For example using line mode CVS you can check jas3 out as follows:
cvs -d :pserver:anonymous@cvs.freehep.org:/cvs/jas co -r v0_7_7 jas3
Note that the JAS3 CVS contains everything that you need to build JAS3, but only the source code that is specific to the JAS3 application and its core plugins. Much of the base functionality is included in the JAS3 CVS repository as .jar files, which are built from source code available elsewhere. In particular a large fraction of the total JAS3 functionality is provided by modules in the FreeHEP Java library, the source code for which is available separately.
After checking out the JAS3 source code read the instructions for building from source.