Ajay --
You need an equals sign between the XmlLogger.file property and its
value. Try:
ant -listener org.apache.tools.ant.XmlLogger -DXmlLogger.file=log.xml
[YOUR_TARGET_HERE]
Tim
DHARNA, AJAY [AG/1000] wrote:
I am using the following options in Ant
-listener org.apache.tools.ant.XmlL
I am using the following options in Ant
-listener org.apache.tools.ant.XmlLogger -DXmlLogger.file log.xml
However, I get the following error message;
ant logfile C:Development\Project\Source\Build\log.xml does not exist.
Do I need to create a log.xml file?? Has anyone seen this issue and know h