Jonathan Baccash wrote:
> I have read that ant does not do dependency checking to see if targets
> are up to date. But I have also read that compilation of java files
> is faster with ant. How is this possible? Does ant use javac compile
> flags to do dependency checking automatically? Or is th
TECTED]
>Gesendet: Montag, 25. Juli 2005 02:33
>An: user@ant.apache.org
>Betreff: javac compilation speed
>
>I have read that ant does not do dependency checking to see if
>targets are up to date. But I have also read that compilation
>of java files is faster with ant. How is
On 7/25/05, Jonathan Baccash <[EMAIL PROTECTED]> wrote:
>
> I have read that ant does not do dependency checking to see if targets
> are up to date. But I have also read that compilation of java files
> is faster with ant. How is this possible? Does ant use javac compile
> flags to do dependency c
I have read that ant does not do dependency checking to see if targets
are up to date. But I have also read that compilation of java files
is faster with ant. How is this possible? Does ant use javac compile
flags to do dependency checking automatically? Or is there something
else going on? Th