This page will walk you through configuring an ivyDE Managed Eclipse container that sits on your project's classpath.
You will only need to perform these steps if your project has not yet been configured to work with IVY. If someone has already configured your project and committed the modified .classpath file, then you can skip this page and go to Developing with ivyDE.
The following steps are an adaptation of ivyDE's guide here. If something is unclear in these steps please reference ivyDE's instructions.
...
- check Enable project specific settings and set your Ivy settings path to
No Format file:./ivysettings.xml
- Set Build Properties File to
build.properties
. Specifying a properties file here allows ivyDE to perform property substitution within the ivy.xml file. IMPORTANT : If you don't see this field in the dialog shown, make sure to install a more recent version of IvyIDE. Building without the build properties files specified will not work. - For convenience you may also want to check Order alphabetically the classpath entries (hey I didn't write the English translation )
...