On Wed, 10 Oct 2001, Gerhard Wiesinger <[EMAIL PROTECTED]> wrote: > One feature I am missing: > with "ant -verbose" the compiler did the following: > [javac] Compilation args: -d C:\build\classes -classpath > "C:\build\classes" .... > [javac] File to be compiled: > C:\snapshot\myfiles\myfile.java
It still does, but you get swamped by all the other stuff that gets emitted in verbose mode as well. Maybe we should degrade the SourceFileScanner messages to DEBUG instead of VERBOSE? Stefan
