You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Piero Campanelli <pc...@acm.org> on 2000/10/16 14:36:05 UTC

ANT 1.1 and JAVAC 1.1: dependencies problem

Hi,

i am developing using ANT. My project compile well
with JDK 1.3 but with JDK 1.1 i have a dependency 
problem.
Situation is the following:

package A 
package B 
package C depends from A and B

ANT (using 1.1 classic compiler) compiles C, B and A. This
not work ! If I try to use "includes=" to force order of 
compilations doesn't work, because ANT followes its order
of compilation.

Is there any way to fix this ?
How can i insert -depend option in the javac ?

Thanks a lot