[
https://issues.apache.org/jira/browse/MCOMPILER-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Sosnin updated MCOMPILER-250:
--------------------------------------
Description:
The drive letter is absent again in compiler error messages
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
was:
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
> CLONE - Compiler error messages do not contain drive letter on windows
> -----------------------------------------------------------------------
>
> Key: MCOMPILER-250
> URL: https://issues.apache.org/jira/browse/MCOMPILER-250
> Project: Maven Compiler Plugin
> Issue Type: Bug
> Affects Versions: 3.2, 3.3
> Environment: Maven 3.3.3, Windows 10
> Reporter: Vladimir Sosnin
> Assignee: Kristian Rosenvold
>
> The drive letter is absent again in compiler error messages
> 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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)