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=18128>. 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=18128 <fileset>s don't support sets of absolute filenames ------- Additional Comments From [EMAIL PROTECTED] 2003-05-19 16:48 ------- The new 1.5.3 version breaks my workaround. I can no longer use srcfilelist as follows: <dependset> <srcfilelist dir="/" files="D:/config/env/build.properties" /> <targetfileset dir="${build.ejb}" includes="${messageTempFile}" /> </dependset> So my compiles build everything all the time because ant thinks the file doesn't exist. I like the proposed option of making dir optional. Another possibility is to treat files as an absolute path if dir="". Or, implement both options. If this does get implemented, just make sure it is implemented for fileset, filelist, srcfileset, srcfilelist, and any other set or list operations that work the same way.