Category Archives: java

Use Apache Ivy to Manage Jar Dependencies

Install Ivy * Download Ivy from http://ant.apache.org/ivy/download.cgi * Add to ANT_HOME/lib directory ivy-2.1.0.jar jsch-0.1.31.jar # Needed for ssh and sftp resolvers * For Eclipse, add Ivy jars to Ant runtime classpath: Window -> Preferences -> Ant -> Runtime -> Classpath … Continue reading

Posted in java | Comments Off on Use Apache Ivy to Manage Jar Dependencies