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
- Re: Changing the appearance of the output from javac Johnson, Robert
- Re: Changing the appearance of the output from javac Peter Donald
- RE: Changing the appearance of the output from javac Jay Glanville
