We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Download and install the latest JDK
Download the ant build tool
Update your JAVA_HOME and ANT_HOME environment variables appropriately :
set ANT_HOME=c:\apache-ant
set JAVA_HOME=c:\jdk1.6.0_25
set PATH=%PATH%;%ANT_HOME%\bin
Install misc. ant dependencies
cd %ANT_HOME%
ant -f fetch.xml -Ddest=system
Install ant-contrib (put the ant-contrib-1.0b3.jar in '%ANT_HOME%\lib')
git clone git@github.com:CSEMike/OneSwarm.git
ant
ant run
ant test
There was an error while loading. Please reload this page.