How do I do this within my build file? Say I just want to <echo/> the name?
How do I do this within my build file? Say I just want to
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.
There is no built-in property for the current executing target name. Some debate on this is here.
If you configure ant with log4j as a listener like this, the output will display each target start and end like below. Calling
ant build: