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

Add <mapper> for <Delete>

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2002-07-12 15:44 -------
Another option would be to wrap two <present> selectors in an <or> selector, 
like this:


  <Delete>
    <fileset dir="./src">
        <include name="**/*.sqlj"/>
    </fileset>
    <or>
        <present>
            <mapper type="glob" from="**/*.sqlj" to="**/*.java"/>
        </present>
        <present>
            <mapper type="glob" from="**/*.sqlj" to="**/*.ser"/>
        </present>
    </or>
  </Delete>

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

Reply via email to