DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32195>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32195 Move task sends log output by default, and even when verbose=false ------- Additional Comments From [EMAIL PROTECTED] 2004-11-12 04:52 ------- Move inherits this behaviour from the Copy task. Copy with verbose="true": copy: [copy] Copying 1 file to E:\Java\eclipse\workspace\ant\bin [copy] Copying E:\Java\eclipse\workspace\ant\bin\build.xml to E:\Java\eclip se\workspace\ant\bin\build.xml.moved Copy with verbose="false" copy: [copy] Copying 1 file to E:\Java\eclipse\workspace\ant\bin Are you saying that you don't even want ant to report what task it is doing [move], [junit] etc for the Move task? So if you set verbose="false" for your move command, you get a completely silent operation ie. Buildfile: build.xml move: BUILD SUCCESSFUL if you only have a move operation in your build file? If so it's a trivial change (indeed here's the patch) Kev --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]