RE: Changing the appearance of the output from javac

2001-05-02 Thread Jay Glanville
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

Re: Changing the appearance of the output from javac

2001-05-01 Thread Peter Donald
At 02:47 1/5/01 -0500, Johnson, Robert wrote: >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