[
http://jira.codehaus.org/browse/MECLIPSE-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_97619
]
Marcio Paulo Guedes commented on MECLIPSE-261:
----------------------------------------------
Reproducing the error:
Edit your settings.xml setting localRepository to a root drive path like c:,
d:, z: like the following
<localRepository>z:/</localRepository>
then run mvn eclipse:eclipse.
The generated .classpath file will show entries like this:
<classpathentry kind="var" path="M2_REPO/uartz/quartz/1.5.2/quartz-1.5.2.jar"/>
when the expected was
<classpathentry kind="var"
path="M2_REPO/quartz/quartz/1.5.2/quartz-1.5.2.jar"/>
> IdeUtils.toRelativeAndFixSeparator returns incomplete path
> ----------------------------------------------------------
>
> Key: MECLIPSE-261
> URL: http://jira.codehaus.org/browse/MECLIPSE-261
> Project: Maven 2.x Eclipse Plugin
> Issue Type: Bug
> Affects Versions: 2.3
> Environment: Windows XP, jdk 1.5.0_11-b03, maven 2.0.5
> Reporter: Marcio Paulo Guedes
> Attachments: .classpath, patch.txt, pom.xml
>
>
> .classpath file is generated with incomplete path for classpathentry when
> kind is "var".
> Example:
> <classpathentry kind="var" path="M2_REPO/gnl/ognl/2.6.9/ognl-2.6.9.jar"/>
> when <classpathentry kind="var"
> path="M2_REPO/ognl/ognl/2.6.9/ognl-2.6.9.jar"/> is expected.
> It's caused by IdeUtils.toRelativeAndFixSeparator when basepath is not equal
> absolutepath. Code on line 99 shifts the string 1 character to the right,
> corrupting the result path.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira