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

2018-03-01 Thread chinhodado
Github user chinhodado commented on the issue: https://github.com/apache/ant-ivy/pull/68 Unrelated, but maybe you should consider enabling the issue tracker here on github. --- - To unsubscribe, e-mail:

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

2018-03-01 Thread twogee
Github user twogee commented on the issue: https://github.com/apache/ant-ivy/pull/68 Yes, it is. See the list of bug reports above. I'd say we have another blocker, speaking of releases. --- - To unsubscribe,

[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

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

2018-03-01 Thread twogee
Github user twogee commented on the issue: https://github.com/apache/ant-ivy/pull/68 What you download is `lwjgl-3.1.2-natives-macos.jar`; the dependency `lwjgl-3.1.2.jar` gets lost. --- - To unsubscribe, e-mail:

[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:

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

2018-03-01 Thread twogee
Github user twogee commented on the issue: https://github.com/apache/ant-ivy/pull/68 You get the correct name using pattern `"artifact]-[revision](-[classifier]).[ext]"` 😉 --- - To unsubscribe, e-mail:

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

2018-03-01 Thread twogee
Github user twogee commented on the issue: https://github.com/apache/ant-ivy/pull/68 This is another case of [IVY-1576](https://issues.apache.org/jira/browse/IVY-1576); maybe related to [IVY-1484](https://issues.apache.org/jira/browse/IVY-1484) and

[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 only one part

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

2018-03-01 Thread twogee
Github user twogee commented on the issue: https://github.com/apache/ant-ivy/pull/68 Oh, I see. We're looking at the same result, except you somehow keep an older version of junit (in my case JUnit 3 is evicted). The bug is (as you stated) that only platform-specific wjgl jars are

[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:

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

2018-03-01 Thread twogee
Github user twogee commented on the issue: https://github.com/apache/ant-ivy/pull/68 What's missing? ``` $ java -jar build/artifact/jars/ivy.jar -dependency io.playn playn-java-lwjgl 2.0 :: loading settings :: url =

[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" revision="2.0"

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

2018-02-09 Thread twogee
Github user twogee commented on the issue: https://github.com/apache/ant-ivy/pull/68 We have a PR where we lack a consensus for (#57) because it adds a new method to an important interface. To break the logjam, it could be postponed to the next release if that targets Java 8 which

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

2018-02-08 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant-ivy/pull/68 There will be one soon. There's a discussion going on, in the mailing list to work towards a release soon. --- - To