[ http://jira.codehaus.org/browse/MECLIPSE-10?page=all ]

Jason van Zyl moved MNG-1076 to MECLIPSE-10:
--------------------------------------------

      Version:     (was: 2.0-beta-2)
    Component:     (was: maven-eclipse-plugin)
     Workflow: jira  (was: Maven)
          Key: MECLIPSE-10  (was: MNG-1076)
      Project: Maven 2.x Eclipse Plugin  (was: Maven 2)

> incorrect classpath entry is generated when dependency has 
> <scope>system</scope> and <systemPath/> is absolute
> --------------------------------------------------------------------------------------------------------------
>
>          Key: MECLIPSE-10
>          URL: http://jira.codehaus.org/browse/MECLIPSE-10
>      Project: Maven 2.x Eclipse Plugin
>         Type: Bug

>     Reporter: Juraj Burian
>     Assignee: John Casey
>     Priority: Minor
>  Attachments: maven-eclipse-plugin.patch, maven-eclipse-plugin.path, src.patch
>
>
> Let:
>         <dependency>
>             <groupId>java</groupId>
>             <artifactId>tools</artifactId>
>             <version>1.5.03</version>
>             <systemPath>${java.home}/../lib/tools.jar</systemPath>
>             <scope>system</scope>
>         </dependency>
> Generated classpathentry is: <classpathentry kind="var" path="M2_REPO/..."/>
> By my opinion correct classpathentry looks like: <classpathentry kind="lib" 
> path="C:\Java\jdk1.5.0_03\lib\tools.jar"/> if <systemPath/>  is absolute.
> I have patch for you, see attached file.
> best regards
> J.Burian

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