On Wednesday 11 August 2010 14:05:05 [email protected] wrote: > I have an Eclipse project "A". > A 2nd Eclipse project depends on "A" and a 3rd party lib (e.g. log4j). > All dependencies are defined in their ivy.xml. > > Could I configure IvyDE to use the Eclipse A-project in "B" instead of > an artifact from the repository? > In that case navigating through the source code is much easier ... > > (Workaround: additional dependency setting between the Eclipse > projects...)
IvyDE can do the "project wiring" for you, just enable the workspace resolver: http://ant.apache.org/ivy/ivyde/history/trunk/cpc/workspace.html Nicolas
