i've found that when i run ant with the -emacs option, the stdout output looks exactly as expected, but any logging done via <record> still has the target text prefixes. Examples:
Without -emacs: [echo] i'm echoing a message now [javac] Compiling 27 million files to ./classes... With -emacs: i'm echoing a message now Compiling 27 million files to ./classes... Even with -emacs, the log created via <record> still looks like the first example. :`( Is there a way around this (a different method of logging which handles the -emacs option)? ----- stephan Generic Universal Computer Guy [EMAIL PROTECTED] - http://www.einsurance.de Office: +49 (89) �552 92 862 Handy: �+49 (179) 211 97 67 "I ain't gen'rally given to physicality of that nature but it saves a lot of arguing." -- Nanny Ogg -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
