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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to