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

"file" attribute in "fileset" leads to lost dir tree

           Summary: "file" attribute in "fileset" leads to lost dir tree
           Product: Ant
           Version: 1.6Beta
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Hi!

Ant 1.6 beta3 is used.

Suppose we have such a task:

<jar destfile="c:\temp\apm.jar">
  <fileset file="dir\dir2\file.ext"/>
  <fileset dir="Same as at the project level">
    <include name="dir\dir2\file2.ext"/>
  </fileset>
<jar>

After work is done we have "file.ext" in the root of the jar-file
and "file2.ext" in "dir/dir2" subdir.


Maybe I misunderstood the meaning of the "file" attrribute, but I expected they
are both in "dir/dir2" subdir. 

The same in <copy> task. 

P.S. Having a chance, I'd like to thank the developers for the great work. Ant
is a Very Big Thing!!! :)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to