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...) Jan