You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/11/13 18:48:15 UTC

DO NOT REPLY [Bug 24685] New: - Copy task does not deal with filterfile correctly

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: dev@ant.apache.org
        ReportedBy: klaus@cyberchilli.com


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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org