Thanks, that worked.. but I think ivy is still ignoring the exception.
Ah, I think I know what is going on now... if ivy gets an exception
resolving an artifact, it will proceed anyway and try to do the best it can.
Only after it has exhausted all avenues (e.g., trying different possible
revisions
Hi Archie,
You will need to add a BuildListener to the Project object you create.
Have a look at the addBuildListener method on the Project class
Project.addBuildListener(org.apache.tools.ant.BuildListener
buildListener)
http://fisheye6.atlassian.com/browse/ant/core/trunk/src/main/org/apach
I just filed a couple of bugs relating to the nested ant invocations used by
Ivy's new packager resolver. Basically, errors in the nested ant invocation
are being ignored by the outer ant invocation. I'm not exactly sure if this
is an ivy problem or an ant problem (I suspect the former) and am look