----- Original Message -----
From: "Chiming Huang" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, May 29, 2002 8:09 PM
Subject: Re: Force ANT to re-compile all files


>
>  I would love to see that.
> Chiming
>
>
>   Diane Holt <[EMAIL PROTECTED]> wrote: --- Chiming Huang wrote:
> > Thanks. I just wonder if ant can be forced to recompile without doing
> > anthing extra.
>
> Most build tools require you do at least something extra (even if it's
> just passing a flag). If forcing a full recompile without having to remove
> the classfiles is something that would be generally useful to people, we
> could maybe consider adding a 'force' attribute, which, if set, would skip
> the scanDir and just pass all the included files off to the compiler (I
> think that's all you'd need to do).

One funny to consider here is now javac orders the compilation; we may hand
off the list of all files to javac, but it may compile stuff in an incorrect
order.

Clean builds are safe and easy...if your rebuild is taking too long, go
download jikes :)


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to