Github user twogee commented on the issue:

    https://github.com/apache/ant-ivy/pull/74
  
    Sorting is a problem, in `rootModuleConfs` field of `IvyNodeUsage` by the 
looks of it.
    ```
            assertTrue(Arrays.asList("myconf1", 
"myconf2").containsAll(Arrays.asList(
                    
crp.getDependency(mod22).getConfigurations(crp.getConfiguration()))));
    ```
    does the bill, not sure if that's good enough, though.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to