Is there any substantial difference between the AntCall task (described here ) and the
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It really depends on what you mean by “substantial difference”. The difference would be that one calls the other, so basically is the same thing but used in different contexts.
Here is a snippet from
defaults.propertieswhich defines the standard Ant tasks:If you open up the source code of these tasks you will see that
CallTargetcontains anAntobject and delegates most of the work to it: