Hello.

I'm new to Ant and I have a question concerning the output of the javac
task.

I'm using .javac to build .java files in a directory tree.  I'd like to
print out each directory it find and each java file it finds.  If the
java file does not need to be compiled, then it states so.  Otherwise,
it echos the compiler command used to compile the file.

Is this something that I can do from build.xml or do I need to edit the
source for the task?

Thank you for the help.

Scott

Reply via email to