> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > donaldp 01/09/12 09:43:26 > > Modified: . WHATSNEW build.xml > docs/manual/CoreTasks gzip.html > src/main/org/apache/tools/ant/taskdefs GZip.java > Log: > Oops I used the wrong convention!!! > > This patch corrects it so that the old zipfile attribute is now tofile. > > -* The attributes zipfile, jarfile, warfile and earfile (from > the Zip, Gzip, Jar, > - War and Ear tasks) have been deprecated and supersceded by a > new attribute "file". > +* The attributes zipfile, jarfile, warfile and earfile (from the Zip, > + Jar, War and Ear tasks) have been deprecated and supersceded by a > + new attribute "file". > + > +* The attribute zipfile in GZip has been deprecated and supersceded > + by "tofile" attribute.
-1 I believe it should be just "file", not "tofile". Besides being cumbersome, it is inconsistent with zip, jar, etc. BTW, it should be "superseded". Conor
