Yeah, don't have the called target depend on 'init'! :))
----- Original Message ----- From: "Mark McMillan" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Friday, December 14, 2001 12:40 PM Subject: How to run a target without ANTCALL? > 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]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
