Hi,

On a professional product build scripts, we see the need for calling many
times <antcall> to call a particular target. However due to isolation level
for this target calls.. there is a huge penalty on performance.

Is there a way to call another target in the same build context and with no
isolation needed.

For now we are using the custom task which calls project.executeTarget()..
which seem to invoke the target in the same build context and hence
performance is too great.

However in case ant forum feels such a need.. it would be nice to have
antcall to have another option or another tag which does exactly this.

Regards,
Raja Nagendra Kumar,
C.T.O
www.tejasoft.com


-- 
View this message in context: 
http://www.nabble.com/Performance-of-Ant-%3Cantcall%3E-tp25676250p25676250.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to