Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: plexus-compiler-1.8.6
-
Fix Version/s: None
-
Component/s: plexus-compiler
-
Labels:None
-
Environment:Windows 7, command line compilation using Maven 3.0.4 and the maven-compiler-plugin v2.4 which uses plexus-compiler-javac v1.8.6
-
Number of attachments :
Description
I believe a plexus component that captures the compilation output does not detect the newer Java 7 output correctly. Was raised as a maven-compiler-plugin (see this ticket for details on how the Java 7 compiler output changed). I've examined the maven plugin code and it seems that the errors are captured by plexus under the hood.
I think the code that might need enhancing is in org.codehaus.plexus.compiler.javac.JavacCompiler - possibly in parseModernStream and/or parseModernError methods