[GitHub] ant issue #53: Optional libraries for Ant 1.10

2017-12-24 Thread twogee
Github user twogee commented on the issue: https://github.com/apache/ant/pull/53 I assumed that the intention of fetch.xml is to provide something usable in runtime rather than at compile time. Nevertheless, I'd rather leave JRuby as it is, since the newer versions have a lot of

[GitHub] ant issue #53: Optional libraries for Ant 1.10

2017-12-24 Thread twogee
Github user twogee commented on the issue: https://github.com/apache/ant/pull/53 IMHO, the whole point with `-Ddest` in `fetch.xml` is being able to complement `$ANT_HOME/lib` in Ant distribution. Otherwise, we may just use Ivy and put the dependencies (except NetREXX) into `ivy.xml`

[GitHub] ant issue #53: Optional libraries for Ant 1.10

2017-12-24 Thread bodewig
Github user bodewig commented on the issue: https://github.com/apache/ant/pull/53 Ahh, there is the misunderstanding. `fetch.xml` is only there for Ant development, not for Ant users at all. It is there to be used by people who want to build and test Ant. Users are expected to pick