You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Johnson, Robert" <rj...@sprintspectrum.com> on 2001/05/01 21:47:59 UTC

Changing the appearance of the output from javac

I am currently using ant and I would like to change the format of the errors
that are reported so I can use the "double click" functionality of my editor
(Dev Studio 6)

Currently the error looks as follows in ant when using the -emacs flag:

c:\test\test.java:22: Error

I would like to change the output slightly to:

c:\test\test.java(22): Error

Is there any way to do this?

Thanks,
Robert