At some point in a target I need to execute some other target in the same project, but I don't want to use ANTCALL because it re-evaluates all the dependant targets. E.g. I have an "init" target that all targets depend on. If I use ANTCALL to invoke a target, "init" will be executed more than once. Is there some way to invoke a target without using ANTCALL (or, some way to prevent re-evaluation of dependants in the call)?
Thanks, -Mark -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
