<[EMAIL PROTECTED]> wrote: > Deprecated <prefixedfileset> element of war in favour of > normal <fileset> element in zip
I don't like this. This means we have a <fileset> in <copy>, <move> and many other tasks that does not support the prefix attribute and a <fileset> in <zip>, <jar> and <war> that does. I.e. we have a fileset element in Ant buildfiles with two different attribute lists depending on context. This is not only giving us a headache when we want to provide a DTD, this will also confuse the user (is this a fileset that supports prefix or is it one that doesn't). Stefan
