On Sat, 21 Jul 2001, Scott Goldstein <[EMAIL PROTECTED]> wrote: > 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. Run "ant -verbose" or even "ant -debug" and be prepared to get far more information than you ever wanted (including the information you've asked for ;-). Stefan
- Question concerning screen output for javac Scott Goldstein
- Re: Question concerning screen output for javac Stefan Bodewig
- Re: Question concerning screen output for javac Stefan Bodewig
- Re: Question concerning screen output for javac Don Taylor
