Aracne-Java

From Informatics

Jump to: navigation, search

See also: Aracne

To create the latest aracne jar, you must first checkout the code and then compile it.

Checkout

This illustrates how to ssh onto adgate and checkout Aracne2 (on adgate). You could alternatively check it out using an IDE (like eclipse).

ssh adgate
export CVS_ROOT=/cvs/acallab
cvs co ARACNE2/ARACNE-java

Compile

cd ARACNE2/ARACNE-java
ant clean
ant jar
Personal tools