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: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to