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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2003-06-26 07:33 -------
This is as designed.
Normally one should do:
    <mkdir dir="../sib/a/b/c"/>
    <touch file="../sib/a/b/c/file.xml"/>
    <property name="sib.dir" location="../sib"/>
    
    <uptodate property="upto.date">
        <srcfiles dir="${sib.dir}" includes="a/**/*.xml"/>
        <mapper type="glob" from="a/*.xml"
                to="${sib.dir}/javafiles/*.java"/>
    </uptodate>

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

Reply via email to