Re: using the default Logger/Listener in Ant

2006-01-09 Thread Tim Meals
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

using the default Logger/Listener in Ant

2006-01-09 Thread DHARNA, AJAY [AG/1000]
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