Re: Question concerning screen output for javac

2001-07-23 Thread Stefan Bodewig
On Mon, 23 Jul 2001, Scott Goldstein <[EMAIL PROTECTED]> wrote: > Is there any way to configure the javac task to print these messages > or do I have to edit the source for the task? There is no easy way, no. Hacking the source for the task should not be the first option, though. I'd recommen

Re: Question concerning screen output for javac

2001-07-23 Thread Don Taylor
Run Ant with the -verbose option to get these details. I advise logging the results. -- Don --- Scott Goldstein <[EMAIL PROTECTED]> wrote: > 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 tre

Re: Question concerning screen output for javac

2001-07-22 Thread Stefan Bodewig
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

Question concerning screen output for javac

2001-07-21 Thread Scott Goldstein
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