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]>
