DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15929>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15929 ant <fileset> under <apply executable> re-sorts files, destroying dependencies. ------- Additional Comments From [EMAIL PROTECTED] 2003-01-13 20:19 ------- Sure Stefan, but... Shouldn't <apply> accept a <filelist> as well, and shouldn't <filelist> accept an external file listing the files (in the correct order)??? And more importantly, shouldn't all tasks accept a generic FileCollection data type that fileset/filelist/etc would implement??? This polymorphism of datatypes can be achieved with references, and each datatype would order the files or not as it pleases from datatype specific criteria. Tasks would just process the files in whatever order the concrete data type returns them ;-) --DD -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>