Bug report for Ant [2018/02/04]

2018-02-03 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Issues with Downloading Ant's dependencies

2018-02-03 Thread Gintautas Grigelionis
My turn to say "sorry for being a PITA" ;-) I broke fetch.xml and JetBrains CI -- should have been more attentive to their builds. Gintas 2018-02-03 17:38 GMT+01:00 Gintautas Grigelionis : > The coordinates are correct; Ivy version of fetch.xml works properly. > I'll check the Maven Ant tasks ag

[VOTE] Release Apache Ant 1.10.2 based on RC1

2018-02-03 Thread Stefan Bodewig
Hi all I've created a release candidate for 1.10.2: git tag: ANT_1.10.2_RC1 on commit: 0eba7eb tarballs: https://dist.apache.org/repos/dist/dev/ant/ revision: 24668 Maven artifacts: https://repository.apache.org/content/repositories/orgapacheant-1021/org/apache/ant/

Re: Issues with Downloading Ant's dependencies

2018-02-03 Thread Gintautas Grigelionis
The coordinates are correct; Ivy version of fetch.xml works properly. I'll check the Maven Ant tasks again... Gintas [1] https://mvnrepository.com/artifact/com.sun.media/jai-codec/1.1.3 2018-02-03 16:46 GMT+01:00 Stefan Bodewig : > On 2018-02-03, Stefan Bodewig wrote: > > > and this seems to in

[VOTE] Release Ant 1.9.10 based on RC1

2018-02-03 Thread Stefan Bodewig
Hi all I've created a release candidate for 1.9.10: git tag: ANT_1_9_10_RC1 on commit: 528c94e tarballs: https://dist.apache.org/repos/dist/dev/ant/ revision: 24666 Maven artifacts: https://repository.apache.org/content/repositories/orgapacheant-1020/org/apache/ant/

Re: Issues with Downloading Ant's dependencies

2018-02-03 Thread Stefan Bodewig
On 2018-02-03, Stefan Bodewig wrote: > and this seems to indicate the groupId for jai-codec should be > javax.media rather than com.sun.media. which leads to src/main/org/apache/tools/ant/taskdefs/optional/image/Image.java:45: error: package com.sun.media.jai.codec does not exist import com.sun

Re: Issues with Downloading Ant's dependencies

2018-02-03 Thread Stefan Bodewig
On 2018-02-03, Stefan Bodewig wrote: > Hi all > I'm starting to cut the releases and wanted to make sure I build against > the latest dependency updates. > When running "ant -f fetch.xml -Ddest=optional" on the 1.9.x branch I > end up with ... > | Unable to resolve artifact: Missing: > | -

Issues with Downloading Ant's dependencies

2018-02-03 Thread Stefan Bodewig
Hi all I'm starting to cut the releases and wanted to make sure I build against the latest dependency updates. When running "ant -f fetch.xml -Ddest=optional" on the 1.9.x branch I end up with , | jai: | Downloading: javax/media/jai-core/1.1.3/jai-core-1.1.3.pom from repository central at h

Re: Ivy-2.5.0

2018-02-03 Thread Gintautas Grigelionis
Interesting, japicmp does not mark URLHandler as backwards incompatible, even though it has a bunch of new methods :-S On the other hand, IvyDEA has some old components: Commons VFS 1.0, JSch 0.1.31... BTW, JSch is a part of IntelliJ distribution? Gintas 2018-01-09 15:40 GMT+01:00 Gintautas Grig