Re: PLXCOMP-1 and improving compiler-message parsing

2012-11-09 Thread Anders Hammar
- From: John Casey jdca...@commonjava.org To: Maven Developers List dev@maven.apache.org Cc: Sent: Friday, September 28, 2012 6:53 PM Subject: PLXCOMP-1 and improving compiler-message parsing Hi everyone, There's a new patch to the plexus-compiler libraries which

Re: PLXCOMP-1 and improving compiler-message parsing

2012-11-08 Thread Anders Hammar
, September 28, 2012 6:53 PM Subject: PLXCOMP-1 and improving compiler-message parsing Hi everyone, There's a new patch to the plexus-compiler libraries which improves the parsing of the output messages, especially for annotation processing. Previously, a lot of non-error messages

Re: PLXCOMP-1 and improving compiler-message parsing

2012-11-08 Thread Olivier Lamy
Developers List dev@maven.apache.org Cc: Sent: Friday, September 28, 2012 6:53 PM Subject: PLXCOMP-1 and improving compiler-message parsing Hi everyone, There's a new patch to the plexus-compiler libraries which improves the parsing of the output messages, especially

Re: PLXCOMP-1 and improving compiler-message parsing

2012-10-29 Thread Anders Hammar
: Friday, September 28, 2012 6:53 PM Subject: PLXCOMP-1 and improving compiler-message parsing Hi everyone, There's a new patch to the plexus-compiler libraries which improves the parsing of the output messages, especially for annotation processing. Previously, a lot of non

Re: PLXCOMP-1 and improving compiler-message parsing

2012-10-28 Thread Olivier Lamy
then +1. - Original Message - From: John Casey jdca...@commonjava.org To: Maven Developers List dev@maven.apache.org Cc: Sent: Friday, September 28, 2012 6:53 PM Subject: PLXCOMP-1 and improving compiler-message parsing Hi everyone, There's a new patch

Re: PLXCOMP-1 and improving compiler-message parsing

2012-10-19 Thread Olivier Lamy
Developers List dev@maven.apache.org Cc: Sent: Friday, September 28, 2012 6:53 PM Subject: PLXCOMP-1 and improving compiler-message parsing Hi everyone, There's a new patch to the plexus-compiler libraries which improves the parsing of the output messages, especially for annotation processing

Re: PLXCOMP-1 and improving compiler-message parsing

2012-10-19 Thread Arnaud Héritier
-1 and improving compiler-message parsing Hi everyone, There's a new patch to the plexus-compiler libraries which improves the parsing of the output messages, especially for annotation processing. Previously, a lot of non-error messages caused plexus-compiler (and thereby, Maven

Re: PLXCOMP-1 and improving compiler-message parsing

2012-10-19 Thread Anders Hammar
toolchains support for compiling with JDK 1.3 then +1. - Original Message - From: John Casey jdca...@commonjava.org To: Maven Developers List dev@maven.apache.org Cc: Sent: Friday, September 28, 2012 6:53 PM Subject: PLXCOMP-1 and improving compiler-message parsing

Re: PLXCOMP-1 and improving compiler-message parsing

2012-10-19 Thread Benson Margulies
: Sent: Friday, September 28, 2012 6:53 PM Subject: PLXCOMP-1 and improving compiler-message parsing Hi everyone, There's a new patch to the plexus-compiler libraries which improves the parsing of the output messages, especially for annotation processing. Previously, a lot of non

Re: PLXCOMP-1 and improving compiler-message parsing

2012-10-19 Thread Anders Hammar
*and* retain toolchains support for compiling with JDK 1.3 then +1. - Original Message - From: John Casey jdca...@commonjava.org To: Maven Developers List dev@maven.apache.org Cc: Sent: Friday, September 28, 2012 6:53 PM Subject: PLXCOMP-1 and improving compiler

Re: PLXCOMP-1 and improving compiler-message parsing

2012-10-19 Thread Olivier Lamy
for compiling with JDK 1.3 then +1. - Original Message - From: John Casey jdca...@commonjava.org To: Maven Developers List dev@maven.apache.org Cc: Sent: Friday, September 28, 2012 6:53 PM Subject: PLXCOMP-1 and improving compiler-message parsing Hi everyone

Re: PLXCOMP-1 and improving compiler-message parsing

2012-10-18 Thread Olivier Lamy
...@commonjava.org To: Maven Developers List dev@maven.apache.org Cc: Sent: Friday, September 28, 2012 6:53 PM Subject: PLXCOMP-1 and improving compiler-message parsing Hi everyone, There's a new patch to the plexus-compiler libraries which improves the parsing of the output messages, especially

Re: PLXCOMP-1 and improving compiler-message parsing

2012-10-01 Thread Stephen Connolly
. - Original Message - From: John Casey jdca...@commonjava.org To: Maven Developers List dev@maven.apache.org Cc: Sent: Friday, September 28, 2012 6:53 PM Subject: PLXCOMP-1 and improving compiler-message parsing Hi everyone, There's a new patch to the plexus-compiler libraries which

Re: PLXCOMP-1 and improving compiler-message parsing

2012-09-29 Thread Kristian Rosenvold
in a discussion about when we're going to move the core up to 1.6, since that's a bit more work. - Original Message - From: John Casey jdca...@commonjava.org To: Maven Developers List dev@maven.apache.org Cc: Sent: Friday, September 28, 2012 6:53 PM Subject: PLXCOMP-1 and improving

Re: PLXCOMP-1 and improving compiler-message parsing

2012-09-29 Thread Olivier Lamy
: John Casey jdca...@commonjava.org To: Maven Developers List dev@maven.apache.org Cc: Sent: Friday, September 28, 2012 6:53 PM Subject: PLXCOMP-1 and improving compiler-message parsing Hi everyone, There's a new patch to the plexus-compiler libraries which improves the parsing of the output

Re: PLXCOMP-1 and improving compiler-message parsing

2012-09-29 Thread Olivier Lamy
in a discussion about when we're going to move the core up to 1.6, since that's a bit more work. - Original Message - From: John Casey jdca...@commonjava.org To: Maven Developers List dev@maven.apache.org Cc: Sent: Friday, September 28, 2012 6:53 PM Subject: PLXCOMP-1 and improving compiler

Re: PLXCOMP-1 and improving compiler-message parsing

2012-09-29 Thread Mark Struberg
: Sent: Friday, September 28, 2012 6:53 PM Subject: PLXCOMP-1 and improving compiler-message parsing Hi everyone, There's a new patch to the plexus-compiler libraries which improves the parsing of the output messages, especially for annotation processing. Previously, a lot of non

PLXCOMP-1 and improving compiler-message parsing

2012-09-28 Thread John Casey
Hi everyone, There's a new patch to the plexus-compiler libraries which improves the parsing of the output messages, especially for annotation processing. Previously, a lot of non-error messages caused plexus-compiler (and thereby, Maven) to think a compilation error had occurred. The patch

Re: PLXCOMP-1 and improving compiler-message parsing

2012-09-28 Thread Mark Struberg
- From: John Casey jdca...@commonjava.org To: Maven Developers List dev@maven.apache.org Cc: Sent: Friday, September 28, 2012 6:53 PM Subject: PLXCOMP-1 and improving compiler-message parsing Hi everyone, There's a new patch to the plexus-compiler libraries which improves the parsing

Re: PLXCOMP-1 and improving compiler-message parsing

2012-09-28 Thread John Casey
a bit more work. - Original Message - From: John Casey jdca...@commonjava.org To: Maven Developers List dev@maven.apache.org Cc: Sent: Friday, September 28, 2012 6:53 PM Subject: PLXCOMP-1 and improving compiler-message parsing Hi everyone, There's a new patch to the plexus-compiler