If you run the resolve in verbose mode you should be able to see where the dependencies are coming from.
eg. # ant -v resolve In my output I see a line like follows: ivy:resolve] == resolving dependencies myorg.ui#mymodule;1.0.0.1->myorg.ui#parentui;3.1.+ [compile->compile] [ivy:resolve] == resolving dependencies myorg.ui#parentui;3.1.+->avalon-framework#avalon-framework;4.1.5 [runtime->master(*)] This shows me that parentui is pulling in avalon-framework. Mandie On Thu, Dec 9, 2010 at 3:58 PM, Hiller, Dean (Contractor) <[email protected]> wrote: > So I am getting this error > > > > [ivy:resolve] :: problems summary :: > > [ivy:resolve] :::: WARNINGS > > [ivy:resolve] [NOT FOUND ] junit#junit;3.7!junit.jar (203ms) > > [ivy:resolve] ==== artifactory-publish: tried > > [ivy:resolve] > http://206.88.41.159:8081/artifactory/libs-release-local/junit > > /junit/3.7/junit-3.7.jar > > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > > [ivy:resolve] :: FAILED DOWNLOADS :: > > [ivy:resolve] :: ^ see resolution messages for details ^ :: > > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > > [ivy:resolve] :: junit#junit;3.7!junit.jar > > [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: > > [ivy:resolve] > > [ivy:resolve] > > [ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS > > > > BUILD FAILED > > C:\AAROOT\area2\modules\bldfiles\build.xml:60: impossible to resolve > dependencie > > s: > > resolve failed - see output for details > > > > I assume there must be someone in my ivy.xml depending on this file, BUT > I can't run the ivy:report task L without running the ivy:resolve task > because ivy:resolve tells my ivy:report the id to use so it uses the > right ivy file. How do I figure out which ivy dependency is dragging in > junit 3.7. > > > > Thanks, > > Dean > > > This message and any attachments are intended only for the use of the > addressee and > may contain information that is privileged and confidential. If the reader of > the > message is not the intended recipient or an authorized representative of the > intended recipient, you are hereby notified that any dissemination of this > communication is strictly prohibited. If you have received this communication > in > error, please notify us immediately by e-mail and delete the message and any > attachments from your system. > >
