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

glob mapper inconsistently uses source directory

           Summary: glob mapper inconsistently uses source directory
           Product: Ant
           Version: 1.5
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


<uptodate>
  <srcfiles dir="../siblingdir" includes="subdir/*.java"/>
  <mapper type="glob" from="subdir/*.java"
          to="another-subdir/*.class"/>
</uptodate>

Desired: change "../siblingdir/subdir/*.java" to "another-subdir/*.class".
Actual: all changes must be w/r/t the srcfiles dir; if "." is used, the 
above "../siblingdir" does not work with "includes". 

The srcfiles "dir" setting seems to apply to the mapper's "to" attribute but not
to its "from" attribute.

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

Reply via email to