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