I am learning ant and am trying to write build.xml for echo environment variables.so that if i run my build file it should print all the environment variables in my system.can anybody help me.
Use the -debug option it will display your properties, defined in the build.xml file itself, the properties defined in any properties file referenced in the build file AND the environment properties.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.