Re: How to force Ant to compile denpendant classes that are not yet compiled.
Posted By:
Andy_Kovtun
Posted On:
Thursday, February 5, 2004 06:48 PM
SB,
Could it be that depending class' source resides in a different sourcetree? in that case you must add its sourcetree root into your task's sourcepath.
Well, and anyway it would be useful to run ant with -d to see what parameters does the javac receive, sometimes it could be helpful.
-andy