I don't think that this is an Ant question, as ant doesn't have any control
over the error reporting style of the compiler. I'm assuming that you're
using a javac compiler and not a jikes compiler. A suggestion would be to
try the jikes compiler with (and also try without) the -emacs option.
It is unfortunate that not all compilers follow the same error reporting
formats.
JDGlanville
> -----Original Message-----
> From: Johnson, Robert [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 01, 2001 3:48 PM
> To: [EMAIL PROTECTED]
> Subject: 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
>
>