----- Original Message -----
>From: "Dennis Brake" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, January 22, 2001 2:43 PM
>Subject: RE: ant.properties
>

>Yes. If you only change one class, only that class and classes that
>use it will be recompiled.
>
>Another advantage over make is speed. Ant builds a set of all files
>that have changed (timestamp comparison) and feeds them into the
>javac task. Using make, the Makefile would traverse the directories

Isn't that a contradiction? Doesn't this mean: It recompiles dependent
classes if the compiler supports it?

Nico


Reply via email to