Re: ZipOutputStream exception in Ant 1.9.5 and 1.9.6

2015-07-20 Thread Stefan Bodewig
On 2015-07-21, Earl Hood wrote: > On Mon, Jul 20, 2015 at 3:56 PM, I wrote: >> I have a program that uses Ant's ZipOutputStream class, and it has had >> no problems with versions of Ant 1.9.4 and earlier. However, with Ant >> 1.9.5 and 1.9.6, I get the following exception: >> java.lang.ArrayI

Re: ZipOutputStream exception in Ant 1.9.5 and 1.9.6

2015-07-20 Thread Earl Hood
On Mon, Jul 20, 2015 at 3:56 PM, I wrote: > I have a program that uses Ant's ZipOutputStream class, and it has had > no problems with versions of Ant 1.9.4 and earlier. However, with Ant > 1.9.5 and 1.9.6, I get the following exception: > > java.lang.ArrayIndexOutOfBoundsException > at java

ZipOutputStream exception in Ant 1.9.5 and 1.9.6

2015-07-20 Thread Earl Hood
It appears the zip problems have not been fully fixed in Ant. I have a program that uses Ant's ZipOutputStream class, and it has had no problems with versions of Ant 1.9.4 and earlier. However, with Ant 1.9.5 and 1.9.6, I get the following exception: java.lang.ArrayIndexOutOfBoundsException