You can make a task 'depend' on another.
<target name="myTask" depends="makeThisFirst" >
  ....
</target>

On 6/4/07, Karamjit <[EMAIL PROTECTED]> wrote:

Hi All,
I have one problem in ant build file. Actually i'm compiling and build two
projects A and B with single build file.
As in eclipse configuration i made A project depend upon the jar file of B
project.
What i'm  trying to do is that i want to set the jar file in classpath
durring runt time of ant from A project so that the project B can get easily
compiled. Is there any way in ANT to make one project dependable on the Jar
file  of other project.
Can someone help me. its very urgent. Thanks in advanced

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to