| saving "proper " output from javac | saving "proper " output from javac 2005-07-04 - By D'Arcy Smith
Hi all,
I've searched on this and I am a bit stuck on how to do this...
I want to run the javac task and get the output (stdout and stderr) saved to two different files. I tried using the report task but I am not able to get just stdout in one file and just stderr in another. Also the output has some of the ANT messages in it - I need to have just the plain old javac messages.
I looked at using exec but that becomes painful fairly quickly.
Is it possible to do what I want (I can even live with the ANT messages in the output and automatically strip them out - but right now I get the error messages written to the warning file.
Here is what I tried before the javac task:
<record name="${file.reports.javac.warnings}" action="start" emacsmode="true" loglevel="info"/> <record name="${file.reports.javac.errors}" action="start" emacsmode="true" loglevel="warn"/>
All error messages are written to both files... not what I am expecting.
Thanks,
..darcy
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |