You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

Hacking on JAS3

Tools

Building JAS3 from source requires Apache Ant.

wget http://apache.oregonstate.edu/ant/binaries/apache-ant-1.6.5-bin.zip
unzip apache-ant-1.6.5-bin.zip

Building

Obtaining the Source

JAS3

CVS Instructions

CVS checkout command.

cvs -d :pserver:anonymous@cvs.freehep.org:/cvs/jas co jas3

FreeHep

Much of JAS3's functionality is found in the freehep package.

CVS Instructions

CVS checkout command.

setenv CVSROOT :pserver:anoncvs@cvs.freehep.org:/cvs/freehep
cvs login
[jascvs]
cvs co -P freehep

FreeHep Build Instructions

cd freehep
export FREEHEP=`pwd`
tools/ant

Building JAS3 from Source

Build Instructions

cd jas3
ant

Installing Freehep Dependencies

Make a file ~/jas3.properties containing the following:

FREEHEP=C:\path\to\freehep

On Windows, the path separators need to be double backslashes, e.g. *
*.

Now, run from JAS3:

ant extLibs
  • No labels