On Wed, 24 Apr 2002, <[EMAIL PROTECTED]> wrote: > I would like the javac task to be verbose and list out the name of > every source file it compiles. Is this possible?
ant -verbose should do the trick. <http://jakarta.apache.org/ant/problems.html#Examine%20Debug%20Output> Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
