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

2005-11-30 Thread Giorgio Gallo (JIRA)
[ 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
...
   scopesystem/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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2005-11-26 Thread Brill Pappin (JIRA)
[ 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
...
   scopesystem/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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2005-11-14 Thread fabrizio giustina (JIRA)
[ 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
...
   scopesystem/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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2005-11-14 Thread Giorgio Gallo (JIRA)
[ 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
...
   scopesystem/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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2005-11-08 Thread Brill Pappin (JIRA)
[ 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
...
   scopesystem/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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2005-10-30 Thread fabrizio giustina (JIRA)
[ 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
...
   scopesystem/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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]