On Jan 7, 2009, at 4:35 PM, Tom Eyckmans wrote:

Also in order to prevent the integration tests from downloading testng a couple of times I'm using a FlatDirResolver in the tests.

So I wanted to add both testng-5.8-jdk14 and testng-5.8-jdk to the gradle build (so that they only need to get downloaded once) and resolve and copy them into the correct directory.

So I added "org.testng:testng:5.8:jd...@jar", "org.testng:testng: 5.8:jd...@jar" to distLib but only the one that you put last is actually resolved.

Ivy sees this as tow versions of the same artifact. You had the same problem, if you would try to add junit-4.3 and junit-4.4. This is configurable behavior in Ivy. It would be nice if Gradle would optionally allow a resolve without conflict resolution.

- Hans

--
Hans Dockter
Gradle Project lead
http://www.gradle.org





---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to