You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Giorgio Gallo (JIRA)" <ji...@codehaus.org> on 2005/10/26 00:10:11 UTC

[jira] Created: (MNG-1324) "System" dependencies path non correctly added to eclipse buildpath

"System" dependencies path non correctly added to eclipse buildpath
-------------------------------------------------------------------

         Key: MNG-1324
         URL: http://jira.codehaus.org/browse/MNG-1324
     Project: Maven 2
        Type: Bug
  Components: maven-eclipse-plugin  
 Environment: SVN snapshot a few days old
 Reporter: Giorgio Gallo


Eclipse plugin handles <systemPath> as if it was a path into the repository, transforming a dependency like this one:

<dependency>
   ...
  <scope>system</scope>
  <systemPath>${basebir}/lib/myjdbcdriver.jar</systemPath>
</dependency>

into 

M2_REPO/<pom.xml location dir>/lib/myjdbcdriver.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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-1324) "System" dependencies path non correctly added to eclipse buildpath

Posted by "fabrizio giustina (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1324?page=all ]
     
fabrizio giustina closed MNG-1324:
----------------------------------

    Resolution: Fixed

this is definitively fixed in the current svn version of the eclipse plugin. Just try to update the maven-eclipse-plugin dir and install it, it will work.

> "System" dependencies path non correctly added to eclipse buildpath
> -------------------------------------------------------------------
>
>          Key: MNG-1324
>          URL: http://jira.codehaus.org/browse/MNG-1324
>      Project: Maven 2
>         Type: Bug
>   Components: maven-eclipse-plugin
>  Environment: SVN snapshot a few days old
>     Reporter: Giorgio Gallo
>     Assignee: fabrizio giustina

>
>
> Eclipse plugin handles <systemPath> as if it was a path into the repository, transforming a dependency like this one:
> <dependency>
>    ...
>   <scope>system</scope>
>   <systemPath>${basebir}/lib/myjdbcdriver.jar</systemPath>
> </dependency>
> into 
> M2_REPO/<pom.xml location dir>/lib/myjdbcdriver.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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-1324) "System" dependencies path non correctly added to eclipse buildpath

Posted by "fabrizio giustina (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-1324?page=comments#action_49641 ] 

fabrizio giustina commented on MNG-1324:
----------------------------------------

testcase added to svn, can be reproduced in svn trunk.

> "System" dependencies path non correctly added to eclipse buildpath
> -------------------------------------------------------------------
>
>          Key: MNG-1324
>          URL: http://jira.codehaus.org/browse/MNG-1324
>      Project: Maven 2
>         Type: Bug
>   Components: maven-eclipse-plugin
>  Environment: SVN snapshot a few days old
>     Reporter: Giorgio Gallo

>
>
> Eclipse plugin handles <systemPath> as if it was a path into the repository, transforming a dependency like this one:
> <dependency>
>    ...
>   <scope>system</scope>
>   <systemPath>${basebir}/lib/myjdbcdriver.jar</systemPath>
> </dependency>
> into 
> M2_REPO/<pom.xml location dir>/lib/myjdbcdriver.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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-1324) "System" dependencies path non correctly added to eclipse buildpath

Posted by "Giorgio Gallo (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-1324?page=comments#action_50933 ] 

Giorgio Gallo commented on MNG-1324:
------------------------------------

I updated my svn snapshot and run m2-bootstrap-all, I also deleted the eclipse plugin from my local repository and re-run m2-bootstrap-all...

You saying I should have mvn install from the plugin project dir? Doesn't it all get built and deployed to my local repo running m2-bootstrap-all?

TIA

> "System" dependencies path non correctly added to eclipse buildpath
> -------------------------------------------------------------------
>
>          Key: MNG-1324
>          URL: http://jira.codehaus.org/browse/MNG-1324
>      Project: Maven 2
>         Type: Bug
>   Components: maven-eclipse-plugin
>  Environment: SVN snapshot a few days old
>     Reporter: Giorgio Gallo
>     Assignee: fabrizio giustina

>
>
> Eclipse plugin handles <systemPath> as if it was a path into the repository, transforming a dependency like this one:
> <dependency>
>    ...
>   <scope>system</scope>
>   <systemPath>${basebir}/lib/myjdbcdriver.jar</systemPath>
> </dependency>
> into 
> M2_REPO/<pom.xml location dir>/lib/myjdbcdriver.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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-1324) "System" dependencies path non correctly added to eclipse buildpath

Posted by "fabrizio giustina (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1324?page=all ]
     
fabrizio giustina closed MNG-1324:
----------------------------------

     Assign To: fabrizio giustina
    Resolution: Fixed

fixed in svn

> "System" dependencies path non correctly added to eclipse buildpath
> -------------------------------------------------------------------
>
>          Key: MNG-1324
>          URL: http://jira.codehaus.org/browse/MNG-1324
>      Project: Maven 2
>         Type: Bug
>   Components: maven-eclipse-plugin
>  Environment: SVN snapshot a few days old
>     Reporter: Giorgio Gallo
>     Assignee: fabrizio giustina

>
>
> Eclipse plugin handles <systemPath> as if it was a path into the repository, transforming a dependency like this one:
> <dependency>
>    ...
>   <scope>system</scope>
>   <systemPath>${basebir}/lib/myjdbcdriver.jar</systemPath>
> </dependency>
> into 
> M2_REPO/<pom.xml location dir>/lib/myjdbcdriver.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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-1324) "System" dependencies path non correctly added to eclipse buildpath

Posted by "fabrizio giustina (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-1324?page=comments#action_50880 ] 

fabrizio giustina commented on MNG-1324:
----------------------------------------

> I updated my m2 to the last svn snapshot this morning, but the eclipse plugin still can't handle system dependencies... 
sounds strange, one of the tests run before the plugin is installed just tests for system dependencies. Did you upgrade m2 or the eclipse plugin? You need to install the eclipse plugin from the version in svn to get this fixed (the bug in maven core is still open, a workaround has been added directly to the plugin)


> "System" dependencies path non correctly added to eclipse buildpath
> -------------------------------------------------------------------
>
>          Key: MNG-1324
>          URL: http://jira.codehaus.org/browse/MNG-1324
>      Project: Maven 2
>         Type: Bug
>   Components: maven-eclipse-plugin
>  Environment: SVN snapshot a few days old
>     Reporter: Giorgio Gallo
>     Assignee: fabrizio giustina

>
>
> Eclipse plugin handles <systemPath> as if it was a path into the repository, transforming a dependency like this one:
> <dependency>
>    ...
>   <scope>system</scope>
>   <systemPath>${basebir}/lib/myjdbcdriver.jar</systemPath>
> </dependency>
> into 
> M2_REPO/<pom.xml location dir>/lib/myjdbcdriver.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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-1324) "System" dependencies path non correctly added to eclipse buildpath

Posted by "Brill Pappin (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-1324?page=comments#action_50394 ] 

Brill Pappin commented on MNG-1324:
-----------------------------------

So what version do I use to get the fix?
it's not being downloaded by m2...


> "System" dependencies path non correctly added to eclipse buildpath
> -------------------------------------------------------------------
>
>          Key: MNG-1324
>          URL: http://jira.codehaus.org/browse/MNG-1324
>      Project: Maven 2
>         Type: Bug
>   Components: maven-eclipse-plugin
>  Environment: SVN snapshot a few days old
>     Reporter: Giorgio Gallo
>     Assignee: fabrizio giustina

>
>
> Eclipse plugin handles <systemPath> as if it was a path into the repository, transforming a dependency like this one:
> <dependency>
>    ...
>   <scope>system</scope>
>   <systemPath>${basebir}/lib/myjdbcdriver.jar</systemPath>
> </dependency>
> into 
> M2_REPO/<pom.xml location dir>/lib/myjdbcdriver.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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-1324) "System" dependencies path non correctly added to eclipse buildpath

Posted by "Brill Pappin (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-1324?page=comments#action_52082 ] 

Brill Pappin commented on MNG-1324:
-----------------------------------

What do you mean update the maven-eclipse-plugin?
What should end users do to get this fix in place?



> "System" dependencies path non correctly added to eclipse buildpath
> -------------------------------------------------------------------
>
>          Key: MNG-1324
>          URL: http://jira.codehaus.org/browse/MNG-1324
>      Project: Maven 2
>         Type: Bug
>   Components: maven-eclipse-plugin
>  Environment: SVN snapshot a few days old
>     Reporter: Giorgio Gallo
>     Assignee: fabrizio giustina

>
>
> Eclipse plugin handles <systemPath> as if it was a path into the repository, transforming a dependency like this one:
> <dependency>
>    ...
>   <scope>system</scope>
>   <systemPath>${basebir}/lib/myjdbcdriver.jar</systemPath>
> </dependency>
> into 
> M2_REPO/<pom.xml location dir>/lib/myjdbcdriver.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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Reopened: (MNG-1324) "System" dependencies path non correctly added to eclipse buildpath

Posted by "Giorgio Gallo (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1324?page=all ]
     
Giorgio Gallo reopened MNG-1324:
--------------------------------


Sorry to bother Fabrizio..

I updated my m2 to the last svn snapshot this morning, but the eclipse plugin still can't handle system dependencies...


> "System" dependencies path non correctly added to eclipse buildpath
> -------------------------------------------------------------------
>
>          Key: MNG-1324
>          URL: http://jira.codehaus.org/browse/MNG-1324
>      Project: Maven 2
>         Type: Bug
>   Components: maven-eclipse-plugin
>  Environment: SVN snapshot a few days old
>     Reporter: Giorgio Gallo
>     Assignee: fabrizio giustina

>
>
> Eclipse plugin handles <systemPath> as if it was a path into the repository, transforming a dependency like this one:
> <dependency>
>    ...
>   <scope>system</scope>
>   <systemPath>${basebir}/lib/myjdbcdriver.jar</systemPath>
> </dependency>
> into 
> M2_REPO/<pom.xml location dir>/lib/myjdbcdriver.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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNG-1324) "System" dependencies path non correctly added to eclipse buildpath

Posted by "Giorgio Gallo (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-1324?page=comments#action_52407 ] 

Giorgio Gallo commented on MNG-1324:
------------------------------------

Hi Brill, I just realized this plugin's surces are not checked out when you checkout maven from svn...
I guess it's the same problem you are having, so...
You should:

svn checkout https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin/ maven-eclipse-plugin
cd maven-eclipse-plugin
mvn install

Hope this helps! :)

> "System" dependencies path non correctly added to eclipse buildpath
> -------------------------------------------------------------------
>
>          Key: MNG-1324
>          URL: http://jira.codehaus.org/browse/MNG-1324
>      Project: Maven 2
>         Type: Bug
>   Components: maven-eclipse-plugin
>  Environment: SVN snapshot a few days old
>     Reporter: Giorgio Gallo
>     Assignee: fabrizio giustina

>
>
> Eclipse plugin handles <systemPath> as if it was a path into the repository, transforming a dependency like this one:
> <dependency>
>    ...
>   <scope>system</scope>
>   <systemPath>${basebir}/lib/myjdbcdriver.jar</systemPath>
> </dependency>
> into 
> M2_REPO/<pom.xml location dir>/lib/myjdbcdriver.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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org