RE: Javac does not display the files' names being compiled

2005-09-05 Thread Barak Yaish
: Javac does not display the files' names being compiled Hello, When compiling my sources using Ant javac task, I need to know which files are being compiled. Enabling the Verbose flag of javac task displays too much non-relevant output. Is there flag I can turn on or ant other easy way which

Javac does not display the files' names being compiled

2005-09-01 Thread Barak Yaish
Hello, When compiling my sources using Ant javac task, I need to know which files are being compiled. Enabling the Verbose flag of javac task displays too much non-relevant output. Is there flag I can turn on or ant other easy way which will cause javac to display the names of files being comp