Re: Issues with Downloading Ant's dependencies

2018-02-04 Thread Stefan Bodewig
On 2018-02-03, Gintautas Grigelionis wrote:

> My turn to say "sorry for being a PITA" ;-)
> I broke fetch.xml and JetBrains CI -- should have been more attentive to
> their builds.

I'm not sure anybody is looking at the JetBrains CI builds (I
don't). Don't worry, stuff happens.

Stefan

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



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 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 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.media.jai.codec.FileSeekableStream;
>>
>> so this is not the same jar that we expected, oh my, I'll use the jar
>> that I used when building 1.9.9.
>>
>> Stefan
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
>> For additional commands, e-mail: dev-h...@ant.apache.org
>>
>>
>


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 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.media.jai.codec.FileSeekableStream;
>
> so this is not the same jar that we expected, oh my, I'll use the jar
> that I used when building 1.9.9.
>
> Stefan
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
> For additional commands, e-mail: dev-h...@ant.apache.org
>
>


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:
> | --
> | 1) javax.media:jai-core:jar:1.1.3

the jar simply is not available from Maven central (only the POM). I
found it (and jai-codec) in
https://nexus.geomatys.com/#browse/browse/components:geotoolkit - and
this seems to indicate the groupId for jai-codec should be javax.media
rather than com.sun.media.

I'll now go ahead with what I've got and leave cleaning this up properly
for the next release :-)

Stefan

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org