[GitHub] ant-ivy issue #69: 2.4.x

2018-04-12 Thread sutchark
Github user sutchark commented on the issue: https://github.com/apache/ant-ivy/pull/69 How should we let you know? Here? I am interested in using 2.5.0. --- - To unsubscribe, e-mail: dev-unsubscr

[GitHub] ant-ivy issue #68: Why no new Ivy version yet?

2018-03-01 Thread sutchark
Github user sutchark commented on the issue: https://github.com/apache/ant-ivy/pull/68 Thanks for your help. P.S.: Maybe one pre-release test should download an extensive list of dependencies with Ivy and compare them to what Maven or Gradle is getting

[GitHub] ant-ivy issue #68: Why no new Ivy version yet?

2018-03-01 Thread sutchark
Github user sutchark commented on the issue: https://github.com/apache/ant-ivy/pull/68 What is the naming sceme you suggested fixing?: `String pattern = destFolder + "/[organization]/[module]/[type]/[artifact]-[revision](-[classifier]).[ext]";` The dependency l

[GitHub] ant-ivy issue #68: Why no new Ivy version yet?

2018-03-01 Thread sutchark
Github user sutchark commented on the issue: https://github.com/apache/ant-ivy/pull/68 `http://central.maven.org/maven2/org/lwjgl/lwjgl/3.1.2/lwjgl-3.1.2.jar` --- - To unsubscribe, e-mail: dev-unsubscr

[GitHub] ant-ivy issue #68: Why no new Ivy version yet?

2018-03-01 Thread sutchark
Github user sutchark commented on the issue: https://github.com/apache/ant-ivy/pull/68 True. The JUnit3 part is strange. My example above wasn't with the current master but the ivy-2.4.0.jar. Maybe that's the reason. Ignoring the platform-specific wjgl jars is onl

[GitHub] ant-ivy issue #68: Why no new Ivy version yet?

2018-03-01 Thread sutchark
Github user sutchark commented on the issue: https://github.com/apache/ant-ivy/pull/68 I used the code below to download all dependencies. You see the output at the very bottom. Here are the 13 direct compile dependencies it should download: https://mvnrepository.com

[GitHub] ant-ivy issue #68: Why no new Ivy version yet?

2018-03-01 Thread sutchark
Github user sutchark commented on the issue: https://github.com/apache/ant-ivy/pull/68 Tested this with the latest release (2.4.0) and also a build of the latest master. Fetching all dependencies of: organisation="io.playn" module="playn-java-lwjgl