Github user twogee commented on the issue:
https://github.com/apache/ant-ivy/pull/70
Actually, you should be able to do
```
try {
ResolveReport report = Main.run(args, false);
// iterate through the report
} catch (Exception e) {
// do something to handle error
}
```
But, I was hasty and the tests still fail. I'll try to rectify that later
today.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]