Thank you Stefan, that did the trick! I read the logger/listener part of the docs, but I misunderstood it... I thought that listeners didn't recieve all the same input as do loggers, so I didn't think I would get everything in the log file as I do in the console window. I tried it as you said though and it worked perfectly, so thanks very much!
-- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Tue, February 22, 2005 11:00 am, Stefan Bodewig said: > On Tue, 22 Feb 2005, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > >> Is it possible to specify more than one logger on the command line? > > Only one -logger, but multiple -listeners. > >> Specifically, I want to see the build output in the console as I do >> when no logger is specified, but I'd IN ADDITION like to have the >> output saved to an XML file using XmlLogger. > > Use XmlLogger as a -listener and set the property XmlLogger.file > (which should be ant.XmlLogger.file if we were consistent) to point to > the desired output file. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]