Try 

<target name="compile_all" depends="compile_part1,compile_part2" >

</target>

When it reaches compile_all,  compile_part1 and compile_part2 will be
executed.

Jubin

-----Original Message-----
From: Nicolas Preget [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 04, 2002 3:58 PM
To: [EMAIL PROTECTED]
Subject: [Newbie] antCall 


Hi,

I would like to know if it's possible to call other tasks...

I would like to do something like:

<target name="compile_all">
    <antCall target="compile_part1"/>
    <antCall target="compile_part2"/>
</target>

The error, that I get, is:
Could not create task of type: antCall.

Thanks.

Best regards.
Nico



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

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

Reply via email to