On Wed, 01 Aug 2001, Steffen Euch <[EMAIL PROTECTED]> wrote:

> But if an interface is changed and a class, that implements this
> interface, isn't re-adjusted to these changes, Ant wouldn't tell the
> compiler to recompile it and the error woulnd't be found.

Check out the optional <depend> task - place it in front of your
<javac> and it will do what you want.

Stefan

Reply via email to