Hi,
 
I'm using Ant as follows:
java org.apache.tools.Ant.Main -listener myListener build.xml -Dproperty.name="pname" targetN
 
I want my Listener class to get the build.xml "property.name" property value in order to use it.
How can I do that?
 
Thanks for your help.
 
Jeremie

Reply via email to