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=24685>. 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=24685 Copy task does not deal with filterfile correctly Summary: Copy task does not deal with filterfile correctly Product: Ant Version: 1.6Beta Platform: All OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] During an upgrade from 1.5.4 to try out 1.6beta is was found that the filtersfile in a FilterSet within the copy task does not work. An example of this is as follows: <copy todir="${tmp}/resources"> <fileset dir="${resources}" includes="**/*.properties"/> <filterset> <filtersfile file="${config-file}"/> </filterset> </copy> In this case, the values in the config file are not replacing those in the properties files. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]