After upgrading to ant 1.9.0 got error "Error opening zip file"

2013-07-18 Thread Rene Groeschke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello guys, I'm a committer on the gradle codebase. We want to update our ant dependencies from ant 1.8.4 to ant 1.9.0 (or better 1.9.2). One of our integration tests is failing after updating to ant 1.9.0: We're passing a jar created using ant 1.

Re: After upgrading to ant 1.9.0 got error "Error opening zip file"

2013-07-18 Thread Stefan Bodewig
On 2013-07-18, Rene Groeschke wrote: > I'm a committer on the gradle codebase. We want to update our ant > dependencies from ant 1.8.4 to ant 1.9.0 (or better 1.9.2). One of our > integration tests is failing after updating to ant 1.9.0: > We're passing a jar created using ant 1.9.0 as a agent li

Re: After upgrading to ant 1.9.0 got error "Error opening zip file"

2013-07-18 Thread Rene Groeschke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Stefan Bodewig wrote: > On 2013-07-18, Rene Groeschke wrote: > >> I'm a committer on the gradle codebase. We want to update our ant >> dependencies from ant 1.8.4 to ant 1.9.0 (or better 1.9.2). One of >> our integration tests is failing after upda

Re: After upgrading to ant 1.9.0 got error "Error opening zip file"

2013-07-18 Thread Stefan Bodewig
On 2013-07-18, Rene Groeschke wrote: > Just to understand this completely. Zip64Mode.Never was the default in > earlier ant versions and this has changed with ant 1.9.0? Ant didn't support ZIP64 extensions at all prior to 1.9.0, so yes, in a way "Never" was the default. In 1.9.0 "AsNeeded" was u

Re: After upgrading to ant 1.9.0 got error "Error opening zip file"

2013-07-18 Thread Rene Gröschke
On 19.07.2013, at 06:27, Stefan Bodewig wrote: > On 2013-07-18, Rene Groeschke wrote: > >> Just to understand this completely. Zip64Mode.Never was the default in >> earlier ant versions and this has changed with ant 1.9.0? > > Ant didn't support ZIP64 extensions at all prior to 1.9.0, so yes, in