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=20220>. 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=20220 [PATCH] Allow <different> inside <fileset> [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] ------- Additional Comments From [EMAIL PROTECTED] 2003-05-25 09:05 ------- Jeff, I will submit your patch. In the near future, we won't need to add all these addXYZ in the code of filesets, due to the work of Peter Reilly. Note that there was already a way to add the differentselector in filesets : <fileset id="f2" dir="test" includes="*.txt"> <selector> <different targetdir="test2" ignoreFileTimes="false"/> </selector> </fileset>