mapping multiple ivy files in Eclipse
问题 I'm currently changing my eclipse build paths with Ivy. I also modified my ANT build successfully by having 2 Ivy files loaded that retrieve my dependencies: In my portlet build file, I specifically call the common dependencies for all of the portlets which prevents me from specifying the same librairies in every Portlet project: <if> <available file="${rpm.homedir}/Builder/ivy_portlet.xml" /> <then> <echo message="Getting runtime portlet dependencies using Ivy project's configuration" />