M. A. Dunphy <[EMAIL PROTECTED]> wrote:

> Now to compile a class which depends on another class being
> compiled, then the later must be compiled first.

Not when using Ant, just compile both in a single <javac> pass.

> Thus I've partitioned this dependancy to into targets and the linked
> them via the depends attribute.

Too much hassle which will give you nothing but increased build times.

Stefan

Reply via email to