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> ------- Additional Comments From [EMAIL PROTECTED] 2002-07-12 17:03 ------- Thanks. I create a modified Delete task that takes multiple Mapper. I optimized the directory scan to be done once only for 1..n mappers. This way when I delete files that were generated by SQLJ (SQLJ generates two files .java and .ser files from a single .sqlj file.) The Delete would only scan the drive once, and delete those .java .ser files if exists. It takes about 35 seconds to scan our clearcase drive, if they were seperate scan and it would take 70 seconds. Will the last ANT task given do two directory scan or one? Thanks! Benjamin Chi -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
