Re: Can the javac message format be changed?

2010-07-16 Thread Baptiste MATHUS
I don't think it's possible since maven just relies on the current JDK being used, and so the output is just the one issued by that JDK. I guess it could try and parse the output, but I'm not sure this would be a good idea. Maybe you could try and explain a bit more why you want to do. This way, y

Re: Can the javac message format be changed?

2010-07-14 Thread Wayne Fay
> separated from the file name by ":[". So as a thought, perhaps a future > version of maven could change the format to contain a fixed, regexp-friendly > string -- or perhaps error message formats could become configurable via To increase the possibility this might actually happen some day: 1. Fi

Re: Can the javac message format be changed?

2010-07-14 Thread Jan T. Kim
On Wed, Jul 14, 2010 at 02:56:33PM +0100, Wayne Fay wrote: > > is it possiible to change the format of error messages to that which the > > standalone javac compiler produces? I haven't found anything on that in > > the compiler:compile at maven.apache.org. > > If you can find a way to do this wit

Re: Can the javac message format be changed?

2010-07-14 Thread Wayne Fay
> is it possiible to change the format of error messages to that which the > standalone javac compiler produces? I haven't found anything on that in > the compiler:compile at maven.apache.org. If you can find a way to do this with plain old Javac from the command line, then you can probably make i

Can the javac message format be changed?

2010-07-14 Thread Jan T. Kim
Dear All, is it possiible to change the format of error messages to that which the standalone javac compiler produces? I haven't found anything on that in the compiler:compile at maven.apache.org. Sorry if this is a silly question, I'd verny much value pointers to the relevant documentation. Bes