> -----Original Message-----
> From: Nicolas Preget [mailto:[EMAIL PROTECTED]]
> 
> 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.

Use antcall. Not antCall nor AnTCaLl :-)

Stephane

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

Reply via email to