eclipse:eclipse goal ignoring systemPath in scope system
--------------------------------------------------------

         Key: MPECLIPSE-107
         URL: http://jira.codehaus.org/browse/MPECLIPSE-107
     Project: maven-eclipse-plugin
        Type: Bug
 Environment: win XP, JDK 1.5, Maven 2
    Reporter: Brill Pappin


Dependencies with a system scope can define a systemPath attribute but the 
eclipse:eclipse goal ignores them:

Example:
 <dependency>
      <groupId>org.jdesktop.jdic</groupId>
      <artifactId>jdic</artifactId>
      <version>0.9.1-win</version>
      <scope>system</scope>
      <systemPath>${basedir}/main/libs/jdic-0.9.1-win.jar</systemPath>
    </dependency>

results in a .classpath entry:
        <classpathentry kind="var" 
path="M2_REPO/C:/workspace/uptime4-dtmon/main/libs/jdic-0.9.1-win.jar"/>

Obviously that path is invalid.

The dependency should be relative to the project or at the very least not 
include the "M2_REPO/" part.


-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to