Re: compiling again

2002-04-24 Thread step1b
Quoting Stefan Bodewig ([EMAIL PROTECTED]): > 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. > thanks, that was helpful. srcdir a

Re: compiling again

2002-04-24 Thread step1b
Quoting Stefan Bodewig ([EMAIL PROTECTED]): > On Wed, 24 Apr 2002, <[EMAIL PROTECTED]> wrote: > > > without making any changes to my java sources if I run ant again > > it still compiles all the files. what could be the problem? > > I h

compiling again

2002-04-23 Thread step1b
hi without making any changes to my java sources if I run ant again it still compiles all the files. what could be the problem? Further I do not understand how ant identifies whether to execute a target or not. In Makefile we used to specify a.out: myfile.c cc myfile.c but in build.xml,