Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: plexus-compiler
-
Labels:None
-
Environment:Maven 3 integration in IntelliJ
-
Number of attachments :
Description
I'm using Maven inside IntelliJ 9. I have tried to use Maven 3. However the missing drive letter makes IntelliJ unable to locate the error.
The earlier version had this output:
[INFO] Compilation failure
C:\intellijworkspace\svn\autocom\7_admin\converters\src\main\java\xx\..\File.java:[36,25] ';' expected
C:\intellijworkspace\svn\autocom\7_admin\converters\src\main\java\xx\..\File.java:[36,37] <identifier> expected
Now it looks like this:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project admin-converters: Compilation failure: Compilation failure:
[ERROR] \intellijworkspace\svn\autocom\7_admin\converters\src\main\java\xx\..\File.java:[36,25] ';' expected
[ERROR] \intellijworkspace\svn\autocom\7_admin\converters\src\main\java\xx\..\File.java:[36,37] <identifier> expected
Is there any good reason for the change?