...
Warning | ||
---|---|---|
| ||
At this point you will want to remove any static jar references from your .classpath otherwise eclipse may get confused about there being duplicate jars in the classpath. |
Info | ||
---|---|---|
| ||
You may have noticed the Ivy Managed Dependencies library you just added is referencing jars from your ivy cache (<home>.ivy2/cache), not the locally retrieved jars (lib, test-lib). The effect is you do not have to run any ant targets to prep your workspace for development. ivyDE does not use the ivy retrieve lib directories in your project, it looks for your dependencies directly in the ivy cache. |