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/08/19 14:24:07 UTC

DO NOT REPLY [Bug 22551] New: - fileset - includesfile uses wrong path

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=22551>.
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=22551

fileset - includesfile uses wrong path

           Summary: fileset - includesfile uses wrong path
           Product: Ant
           Version: 1.5.4
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: spybreak@gmx.net


I have this code:

<copy todir="${TARGET_PATH_ROOT}">
 <fileset dir="${SOURCE_PATH_ROOT}">
   <includesfile name="aFile.txt"/>
 </fileset>
</copy>

Now the includesfile doesn't take the Source Path, but the Target Path. So it
looks for the file
${TARGET_PATH_ROOT}/aFile.txt

The same goes for a Zipfileset.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org