Setting up Ant - rsanchez-wsu/jfiles GitHub Wiki
Setting up Ant
• Download the binary distribution of Ant
o https://ant.apache.org/bindownload.cgi
• Add Ant to your path from the command line
o Set path=%path%;c:\.....\ant
• Open Eclipse
o Open Perspective (top right corner) and select Git
o Click Clone a Git Repository
• URI: https://github.com/rsanchez-wsu/jfiles.git
• Do NOT change Remote name
• Under Projects check “Import all existing Eclipse projects after clone finishes”
• Download Ivy
o http://ant.apache.org/ivy/download.cgi (link can be found in the build.xml file)
• Open the ivy download and find the ivy-2.4.0.jar file
• Place the ivy-2.4.0.jar file into the ant lib folder
• On the command line
o Run:
•ant resolve
•ant clean test
• If this doesn’t work run “set Java_Home= c:\...\Java\Jdk7.8.0_101”