Re: OT: Re: Order of attributes significant in zipfileset?

2016-04-26 Thread Dave Glasser
Good to know! Thanks George! From: George Sexton To: Tomcat Users List Sent: Tuesday, April 26, 2016 4:06 PM Subject: OT: Re: Order of attributes significant in zipfileset? This isn't as bad as the delete task. If you specify dir and file, it will delete everything in dir

Re: Order of attributes significant in zipfileset?

2016-04-26 Thread Dave Glasser
From: "Caldarale, Charles R" To: Tomcat Users List ; Dave Glasser Sent: Tuesday, April 26, 2016 2:32 PM Subject: RE: Order of attributes significant in zipfileset? >> From: Dave Glasser [mailto:dglas...@pobox.com] >> Subject: Order of attributes sig

OT: Re: Order of attributes significant in zipfileset?

2016-04-26 Thread George Sexton
This isn't as bad as the delete task. If you specify dir and file, it will delete everything in dir, not just file. On 4/26/2016 12:18 PM, Dave Glasser wrote: I discovered this in ant 1.6.5, and found that it still behaves this way in 1.9.7. If you have a element with both a dir and a file

RE: Order of attributes significant in zipfileset?

2016-04-26 Thread Caldarale, Charles R
> From: Dave Glasser [mailto:dglas...@pobox.com] > Subject: Order of attributes significant in zipfileset? > If you have a element with both a dir and a file attribute, it > will produce > different results depending on the order in which those attributes appear. Not surprising. > I want to