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

Compare with Current View Page History

« Previous Version 11 Next »

JAS Hacking

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

Building from Source

Build Instructions

cd jas3
ant
  • No labels