At 03:19 16/1/01 -0500, Jason Rosenberg wrote: > /* > ** don't want to see this output, except for verbose mode > ** jason > */ > getTask().log(jarFile.toString() + " is up to date.", > Project.MSG_VERBOSE); > } I started from the Ant 1.2 source distribution. Don't >know if anyone else thinks this would be a useful addition to Ant 1.3.
+1 - a similar thing used to bug me ages ago with a few other tasks but they are now "fixed" to not print this so I think this should be too. Then again I don't use it ... ;) Cheers, Pete *-----------------------------------------------------* | "Faced with the choice between changing one's mind, | | and proving that there is no need to do so - almost | | everyone gets busy on the proof." | | - John Kenneth Galbraith | *-----------------------------------------------------*
