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