Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1, 2.2, 2.3, 2.3.1, 2.3.2
-
Fix Version/s: None
-
Labels:None
-
Environment:Maven 2.2.1, Windows
-
Number of attachments :
Description
See original bug request: http://youtrack.jetbrains.net/issue/IDEA-59521
User description:
I tried it with a toy project and it worked as you say. The errors in the console for the toy project had the complete path in the error:
[INFO] Compilation failure
C:\projects\java\eclipseOnly\WidgetCore\src\main\java\com\acme\core\CoreClass.java:[6,8] not a statement
C:\projects\java\eclipseOnly\WidgetCore\src\main\java\com\acme\core\CoreClass.java:[6,14] ';' expected
In my non-toy project where I'm seeing the error, the C: is not there.
[ERROR] COMPILATION ERROR :
[INFO]
[ERROR] \projects\java\eclipseproj\MyProj\unittests\com\acme\messaging\configuration\ConfigurationTest.java:[12,8] not a statement
[ERROR] \projects\java\eclipseproj\MyProj\unittests\com\acme\messaging\configuration\ConfigurationTest.java:[12,14] ';' expected
Issue Links
- relates to
-
PLXCOMP-87
The Javac Compiler Wrapper breaks the Build on Warnings in Java 6.
-
Patch for
PLXCOMP-87seems to have broken parsing of the Windows drive letter. Unit test coverage for this rather subtle parsing code is quite poor.