Hi All, Is it possible to have a private target in an ant project? (Similar to a private method in JAVA) This private target should not be called from outside the project and it should not be executable by user directly. And I want to use this private target internally? Is this possible? Please pass on your suggestions.
Thanks, Sam.