You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "fabrizio giustina (JIRA)" <ji...@codehaus.org> on 2006/04/02 10:31:44 UTC

[jira] Closed: (MECLIPSE-66) Java Build Path of dependency with scope "system" is prefixed with the M2_REPO system classpath variable

     [ http://jira.codehaus.org/browse/MECLIPSE-66?page=all ]
     
fabrizio giustina closed MECLIPSE-66:
-------------------------------------

      Assign To: fabrizio giustina
     Resolution: Fixed
    Fix Version: 2.1

Already fixed in 2.1

> Java Build Path of dependency with scope "system" is prefixed with the M2_REPO system classpath variable
> --------------------------------------------------------------------------------------------------------
>
>          Key: MECLIPSE-66
>          URL: http://jira.codehaus.org/browse/MECLIPSE-66
>      Project: Maven 2.x Eclipse Plugin
>         Type: Bug

>  Environment: M2 2.0.2
>     Reporter: Kristian Nordal
>     Assignee: fabrizio giustina
>      Fix For: 2.1

>
>
> I have a dependency defined like this:
>     <dependency>
>       <groupId>oink</groupId>
>       <artifactId>oink</artifactId>
>       <version>1.0.0</version>
>       <scope>system</scope>
>       <systemPath>${basedir}/oink/oink/1.0.0/oink-1.0.0.jar</systemPath>
>     </dependency>
> mvn eclipse:eclipse puts an entry in .classpath like this:
> <classpathentry kind="var" path="M2_REPO//Users/kristian/hisp/scm/trunk/dhis-2-web/dhis-rt/oink/oink/1.0.0/oink-1.0.0.jar"/>
> I guess it should be something like this:
> <classpathentry kind="lib" path="/Users/kristian/hisp/scm/trunk/dhis-2-web/dhis-rt/oink/oink/1.0.0/oink-1.0.0.jar"/>

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