You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Federico Sauter (JIRA)" <ji...@codehaus.org> on 2006/01/09 19:17:01 UTC

[jira] Created: (MECLIPSE-52) Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency

Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency
-----------------------------------------------------------------------

         Key: MECLIPSE-52
         URL: http://jira.codehaus.org/browse/MECLIPSE-52
     Project: Maven 2.x Eclipse Plugin
        Type: Bug

 Environment: Mac OS X, Eclipse 3.1.1, Plugin v0.0.3
    Reporter: Federico Sauter


When using the plugin in the mentioned environment it is impossible to build the project. The error message states that there was a dependency the plugin was not able to find in any repository, namely apacheds-shared or apacheds-core, version 2.4.1. Of course there is no such library in the respository and there is no pom file referencing it.

Having read http://jira.codehaus.org/browse/MNGECLIPSE-20 I tried to eliminate all version references from ${pom.version} to an actual versino number, but the error persisted. I am posting this as a bug, since I do not understand what is going wrong and where the plugin got that version number (2.4.1).

-- 
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: (MNGECLIPSE-30) Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNGECLIPSE-30?page=comments#action_55822 ] 

Eugene Kuleshov commented on MNGECLIPSE-30:
-------------------------------------------

Hmm. It should be generic, though your pom has profile info specific for Sun's jvm. Please specify exact scenario and confirm that it does in fact working on Windows.

If it is about m2 launcher you can enable "debug output" propery in plugin preferences and maybe compare execution log between mac and windows.

If it is about builder (dependency resolver) you can also try code from svn. We have added console that will show what is being downloaded. If you can't do that I'll have to pospond this issue after 0.0.4, so you can try with the release later.

Also, are you behind proxy or firewall that does not allow direct connection? Or maybe have some redefines in settings.xml (which is currently not being used by embedder)?


> Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency
> -----------------------------------------------------------------------
>
>          Key: MNGECLIPSE-30
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-30
>      Project: Maven 2.x Plug-in for Eclipse
>         Type: Bug

>     Versions: 0.0.3
>  Environment: Mac OS X, Eclipse 3.1.1, Plugin v0.0.3
>     Reporter: Federico Sauter
>     Assignee: Eugene Kuleshov
>      Fix For: 0.0.4
>  Attachments: MNGECLIPSE-30.launcher.log, pom.xml
>
>
> When using the plugin in the mentioned environment it is impossible to build the project. The error message states that there was a dependency the plugin was not able to find in any repository, namely apacheds-shared or apacheds-core, version 2.4.1. Of course there is no such library in the respository and there is no pom file referencing it.
> Having read http://jira.codehaus.org/browse/MNGECLIPSE-20 I tried to eliminate all version references from ${pom.version} to an actual versino number, but the error persisted. I am posting this as a bug, since I do not understand what is going wrong and where the plugin got that version number (2.4.1).

-- 
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] Updated: (MNGECLIPSE-30) Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency

Posted by "Federico Sauter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-30?page=all ]

Federico Sauter updated MNGECLIPSE-30:
--------------------------------------

    Attachment: mvn_test-output.txt
                plugin-test.zip

> Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency
> -----------------------------------------------------------------------
>
>          Key: MNGECLIPSE-30
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-30
>      Project: Maven 2.x Plug-in for Eclipse
>         Type: Bug

>     Versions: 0.0.3
>  Environment: Mac OS X, Eclipse 3.1.1, Plugin v0.0.3
>     Reporter: Federico Sauter
>     Assignee: Eugene Kuleshov
>      Fix For: 0.0.4
>  Attachments: MNGECLIPSE-30.launcher.log, mvn_test-output.txt, plugin-test.zip, pom.xml
>
>
> When using the plugin in the mentioned environment it is impossible to build the project. The error message states that there was a dependency the plugin was not able to find in any repository, namely apacheds-shared or apacheds-core, version 2.4.1. Of course there is no such library in the respository and there is no pom file referencing it.
> Having read http://jira.codehaus.org/browse/MNGECLIPSE-20 I tried to eliminate all version references from ${pom.version} to an actual versino number, but the error persisted. I am posting this as a bug, since I do not understand what is going wrong and where the plugin got that version number (2.4.1).

-- 
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] Updated: (MNGECLIPSE-30) Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-30?page=all ]

Eugene Kuleshov updated MNGECLIPSE-30:
--------------------------------------

    Attachment: MNGECLIPSE-30.launcher.log

> Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency
> -----------------------------------------------------------------------
>
>          Key: MNGECLIPSE-30
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-30
>      Project: Maven 2.x Plug-in for Eclipse
>         Type: Bug

>     Versions: 0.0.3
>  Environment: Mac OS X, Eclipse 3.1.1, Plugin v0.0.3
>     Reporter: Federico Sauter
>     Assignee: Eugene Kuleshov
>      Fix For: 0.0.4
>  Attachments: MNGECLIPSE-30.launcher.log, pom.xml
>
>
> When using the plugin in the mentioned environment it is impossible to build the project. The error message states that there was a dependency the plugin was not able to find in any repository, namely apacheds-shared or apacheds-core, version 2.4.1. Of course there is no such library in the respository and there is no pom file referencing it.
> Having read http://jira.codehaus.org/browse/MNGECLIPSE-20 I tried to eliminate all version references from ${pom.version} to an actual versino number, but the error persisted. I am posting this as a bug, since I do not understand what is going wrong and where the plugin got that version number (2.4.1).

-- 
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] Updated: (MNGECLIPSE-30) Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-30?page=all ]

Eugene Kuleshov updated MNGECLIPSE-30:
--------------------------------------

    Attachment: MNGECLIPSE-30.launcher.log

> Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency
> -----------------------------------------------------------------------
>
>          Key: MNGECLIPSE-30
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-30
>      Project: Maven 2.x Plug-in for Eclipse
>         Type: Bug

>     Versions: 0.0.3
>  Environment: Mac OS X, Eclipse 3.1.1, Plugin v0.0.3
>     Reporter: Federico Sauter
>     Assignee: Eugene Kuleshov
>      Fix For: 0.0.4
>  Attachments: MNGECLIPSE-30.launcher.log, pom.xml
>
>
> When using the plugin in the mentioned environment it is impossible to build the project. The error message states that there was a dependency the plugin was not able to find in any repository, namely apacheds-shared or apacheds-core, version 2.4.1. Of course there is no such library in the respository and there is no pom file referencing it.
> Having read http://jira.codehaus.org/browse/MNGECLIPSE-20 I tried to eliminate all version references from ${pom.version} to an actual versino number, but the error persisted. I am posting this as a bug, since I do not understand what is going wrong and where the plugin got that version number (2.4.1).

-- 
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: (MNGECLIPSE-30) Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency

Posted by "Leonardo Quijano Vincenzi (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNGECLIPSE-30?page=comments#action_55821 ] 

Leonardo Quijano Vincenzi commented on MNGECLIPSE-30:
-----------------------------------------------------

Actually, Federico and I work in the same project. He's in Mac OS X and I'm on Windows, and the funny thing is that I'm not getting the error. 
So, something about the specific JVM? Eclipse version?

Federico, wasn't the problem in the "dependency checker" instead of the compile? I mean, if you go to Eclipse and click on "Maven 2 build" and set maven to build, there's no problem. But when the Maven plugin validates the POM (in the Eclipse Builder) it *is* getting the error, right??

And right now I think there's no way of showing a debug log on that ( the correct location would be $ECLIPSE_WORKSPACE/.metadata/.log )


> Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency
> -----------------------------------------------------------------------
>
>          Key: MNGECLIPSE-30
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-30
>      Project: Maven 2.x Plug-in for Eclipse
>         Type: Bug

>     Versions: 0.0.3
>  Environment: Mac OS X, Eclipse 3.1.1, Plugin v0.0.3
>     Reporter: Federico Sauter
>     Assignee: Eugene Kuleshov
>      Fix For: 0.0.4
>  Attachments: MNGECLIPSE-30.launcher.log, pom.xml
>
>
> When using the plugin in the mentioned environment it is impossible to build the project. The error message states that there was a dependency the plugin was not able to find in any repository, namely apacheds-shared or apacheds-core, version 2.4.1. Of course there is no such library in the respository and there is no pom file referencing it.
> Having read http://jira.codehaus.org/browse/MNGECLIPSE-20 I tried to eliminate all version references from ${pom.version} to an actual versino number, but the error persisted. I am posting this as a bug, since I do not understand what is going wrong and where the plugin got that version number (2.4.1).

-- 
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: (MNGECLIPSE-30) Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency

Posted by "Federico Sauter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNGECLIPSE-30?page=comments#action_56010 ] 

Federico Sauter commented on MNGECLIPSE-30:
-------------------------------------------

I have attached a small project that intents to reproduce at least some of the problems I described. I hope this will give you the same results!

If you build this project with eclipse as it is, then the "cannot find artifact...." error will appear. If you tried to compile this from the command-line, you would get the output I uploaded.

Please confirm that you can reproduce this.

This project is not a complete reproduction of the issue, though. If you uncomment the commented lines in the pom.xml file, and defined the dependency with an explicit version number, then the problems encountered during compile are reported properly in the plugin. This, of course, has already been reported in MNGECLIPSE-20. What makes (I think) this bug different is the fact that, the reported error (looking for a dependency with version 2.4.1) seems to be substituting another error message for some reason (plese note that command-line output and plugin error message do not match!)

In the first description of this problem (does not apply to the small project I am attaching now) the interesting thing was that I changed every pom of the local repository so that they did not use any reference to ${version} and I still got the same error message.

> Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency
> -----------------------------------------------------------------------
>
>          Key: MNGECLIPSE-30
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-30
>      Project: Maven 2.x Plug-in for Eclipse
>         Type: Bug

>     Versions: 0.0.3
>  Environment: Mac OS X, Eclipse 3.1.1, Plugin v0.0.3
>     Reporter: Federico Sauter
>     Assignee: Eugene Kuleshov
>      Fix For: 0.0.4
>  Attachments: MNGECLIPSE-30.launcher.log, mvn_test-output.txt, plugin-test.zip, pom.xml
>
>
> When using the plugin in the mentioned environment it is impossible to build the project. The error message states that there was a dependency the plugin was not able to find in any repository, namely apacheds-shared or apacheds-core, version 2.4.1. Of course there is no such library in the respository and there is no pom file referencing it.
> Having read http://jira.codehaus.org/browse/MNGECLIPSE-20 I tried to eliminate all version references from ${pom.version} to an actual versino number, but the error persisted. I am posting this as a bug, since I do not understand what is going wrong and where the plugin got that version number (2.4.1).

-- 
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] Updated: (MNGECLIPSE-30) Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency

Posted by "Federico Sauter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-30?page=all ]

Federico Sauter updated MNGECLIPSE-30:
--------------------------------------

    Attachment: pom.xml

> Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency
> -----------------------------------------------------------------------
>
>          Key: MNGECLIPSE-30
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-30
>      Project: Maven 2.x Plug-in for Eclipse
>         Type: Bug

>     Versions: 0.0.3
>  Environment: Mac OS X, Eclipse 3.1.1, Plugin v0.0.3
>     Reporter: Federico Sauter
>     Assignee: Eugene Kuleshov
>  Attachments: pom.xml
>
>
> When using the plugin in the mentioned environment it is impossible to build the project. The error message states that there was a dependency the plugin was not able to find in any repository, namely apacheds-shared or apacheds-core, version 2.4.1. Of course there is no such library in the respository and there is no pom file referencing it.
> Having read http://jira.codehaus.org/browse/MNGECLIPSE-20 I tried to eliminate all version references from ${pom.version} to an actual versino number, but the error persisted. I am posting this as a bug, since I do not understand what is going wrong and where the plugin got that version number (2.4.1).

-- 
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: (MNGECLIPSE-30) Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNGECLIPSE-30?page=comments#action_55817 ] 

Eugene Kuleshov commented on MNGECLIPSE-30:
-------------------------------------------

Still not quite sure what is happening. I can only test this on Windows (usually I use Sun's JDK 1.5). So, when I created empty project with your pom (no any classes) and enabled Maven nature it was able downloaded all the dependencies - 131 in total. That is some pom! There was about 39Mb of dependencies downloaded on complete resolving, but none with 2.4.1 version.

Then I tried to launch maven for "compile" phase and got some error from the embedder which I'll have to check with Maven folks.

Can you please describe what exactly you doing? Can you try this on Windows and also enable "debug output" option on plugin preferences.


> Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency
> -----------------------------------------------------------------------
>
>          Key: MNGECLIPSE-30
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-30
>      Project: Maven 2.x Plug-in for Eclipse
>         Type: Bug

>     Versions: 0.0.3
>  Environment: Mac OS X, Eclipse 3.1.1, Plugin v0.0.3
>     Reporter: Federico Sauter
>     Assignee: Eugene Kuleshov
>      Fix For: 0.0.4
>  Attachments: MNGECLIPSE-30.launcher.log, pom.xml
>
>
> When using the plugin in the mentioned environment it is impossible to build the project. The error message states that there was a dependency the plugin was not able to find in any repository, namely apacheds-shared or apacheds-core, version 2.4.1. Of course there is no such library in the respository and there is no pom file referencing it.
> Having read http://jira.codehaus.org/browse/MNGECLIPSE-20 I tried to eliminate all version references from ${pom.version} to an actual versino number, but the error persisted. I am posting this as a bug, since I do not understand what is going wrong and where the plugin got that version number (2.4.1).

-- 
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] Updated: (MNGECLIPSE-30) Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-30?page=all ]

Eugene Kuleshov updated MNGECLIPSE-30:
--------------------------------------

        Version: 0.0.4
    Fix Version: 0.0.5

> Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency
> -----------------------------------------------------------------------
>
>          Key: MNGECLIPSE-30
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-30
>      Project: Maven 2.x Plug-in for Eclipse
>         Type: Bug

>     Versions: 0.0.4
>  Environment: Mac OS X, Eclipse 3.1.1, Plugin v0.0.3
>     Reporter: Federico Sauter
>     Assignee: Eugene Kuleshov
>      Fix For: 0.0.5

>
>
> When using the plugin in the mentioned environment it is impossible to build the project. The error message states that there was a dependency the plugin was not able to find in any repository, namely apacheds-shared or apacheds-core, version 2.4.1. Of course there is no such library in the respository and there is no pom file referencing it.
> Having read http://jira.codehaus.org/browse/MNGECLIPSE-20 I tried to eliminate all version references from ${pom.version} to an actual versino number, but the error persisted. I am posting this as a bug, since I do not understand what is going wrong and where the plugin got that version number (2.4.1).

-- 
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] Updated: (MNGECLIPSE-30) Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-30?page=all ]

Eugene Kuleshov updated MNGECLIPSE-30:
--------------------------------------

    Attachment:     (was: MNGECLIPSE-30.launcher.log)

> Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency
> -----------------------------------------------------------------------
>
>          Key: MNGECLIPSE-30
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-30
>      Project: Maven 2.x Plug-in for Eclipse
>         Type: Bug

>     Versions: 0.0.3
>  Environment: Mac OS X, Eclipse 3.1.1, Plugin v0.0.3
>     Reporter: Federico Sauter
>     Assignee: Eugene Kuleshov
>      Fix For: 0.0.4
>  Attachments: pom.xml
>
>
> When using the plugin in the mentioned environment it is impossible to build the project. The error message states that there was a dependency the plugin was not able to find in any repository, namely apacheds-shared or apacheds-core, version 2.4.1. Of course there is no such library in the respository and there is no pom file referencing it.
> Having read http://jira.codehaus.org/browse/MNGECLIPSE-20 I tried to eliminate all version references from ${pom.version} to an actual versino number, but the error persisted. I am posting this as a bug, since I do not understand what is going wrong and where the plugin got that version number (2.4.1).

-- 
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] Updated: (MNGECLIPSE-30) Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-30?page=all ]

Eugene Kuleshov updated MNGECLIPSE-30:
--------------------------------------

    Comment: was deleted

> Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency
> -----------------------------------------------------------------------
>
>          Key: MNGECLIPSE-30
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-30
>      Project: Maven 2.x Plug-in for Eclipse
>         Type: Bug

>     Versions: 0.0.3
>  Environment: Mac OS X, Eclipse 3.1.1, Plugin v0.0.3
>     Reporter: Federico Sauter
>     Assignee: Eugene Kuleshov
>      Fix For: 0.0.4
>  Attachments: pom.xml
>
>
> When using the plugin in the mentioned environment it is impossible to build the project. The error message states that there was a dependency the plugin was not able to find in any repository, namely apacheds-shared or apacheds-core, version 2.4.1. Of course there is no such library in the respository and there is no pom file referencing it.
> Having read http://jira.codehaus.org/browse/MNGECLIPSE-20 I tried to eliminate all version references from ${pom.version} to an actual versino number, but the error persisted. I am posting this as a bug, since I do not understand what is going wrong and where the plugin got that version number (2.4.1).

-- 
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: (MNGECLIPSE-30) Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNGECLIPSE-30?page=comments#action_55461 ] 

Eugene Kuleshov commented on MNGECLIPSE-30:
-------------------------------------------

Please provide pom.xml to reproduce this issue.

> Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency
> -----------------------------------------------------------------------
>
>          Key: MNGECLIPSE-30
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-30
>      Project: Maven 2.x Plug-in for Eclipse
>         Type: Bug

>  Environment: Mac OS X, Eclipse 3.1.1, Plugin v0.0.3
>     Reporter: Federico Sauter

>
>
> When using the plugin in the mentioned environment it is impossible to build the project. The error message states that there was a dependency the plugin was not able to find in any repository, namely apacheds-shared or apacheds-core, version 2.4.1. Of course there is no such library in the respository and there is no pom file referencing it.
> Having read http://jira.codehaus.org/browse/MNGECLIPSE-20 I tried to eliminate all version references from ${pom.version} to an actual versino number, but the error persisted. I am posting this as a bug, since I do not understand what is going wrong and where the plugin got that version number (2.4.1).

-- 
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] Updated: (MNGECLIPSE-30) Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-30?page=all ]

Eugene Kuleshov updated MNGECLIPSE-30:
--------------------------------------

    Fix Version:     (was: 0.0.5)
                 1.0.0

> Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency
> -----------------------------------------------------------------------
>
>          Key: MNGECLIPSE-30
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-30
>      Project: Maven 2.x Extension for Eclipse
>         Type: Bug

>     Versions: 0.0.3
>  Environment: Mac OS X, Eclipse 3.1.1, Plugin v0.0.3
>     Reporter: Federico Sauter
>     Assignee: Eugene Kuleshov
>      Fix For: 1.0.0
>  Attachments: MNGECLIPSE-30.launcher.log, mvn_test-output.txt, plugin-test.zip, pom.xml
>
>
> When using the plugin in the mentioned environment it is impossible to build the project. The error message states that there was a dependency the plugin was not able to find in any repository, namely apacheds-shared or apacheds-core, version 2.4.1. Of course there is no such library in the respository and there is no pom file referencing it.
> Having read http://jira.codehaus.org/browse/MNGECLIPSE-20 I tried to eliminate all version references from ${pom.version} to an actual versino number, but the error persisted. I am posting this as a bug, since I do not understand what is going wrong and where the plugin got that version number (2.4.1).

-- 
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] Updated: (MNGECLIPSE-30) Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-30?page=all ]

Eugene Kuleshov updated MNGECLIPSE-30:
--------------------------------------

    Fix Version:     (was: 0.0.4)

> Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency
> -----------------------------------------------------------------------
>
>          Key: MNGECLIPSE-30
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-30
>      Project: Maven 2.x Plug-in for Eclipse
>         Type: Bug

>     Versions: 0.0.3
>  Environment: Mac OS X, Eclipse 3.1.1, Plugin v0.0.3
>     Reporter: Federico Sauter
>     Assignee: Eugene Kuleshov

>
>
> When using the plugin in the mentioned environment it is impossible to build the project. The error message states that there was a dependency the plugin was not able to find in any repository, namely apacheds-shared or apacheds-core, version 2.4.1. Of course there is no such library in the respository and there is no pom file referencing it.
> Having read http://jira.codehaus.org/browse/MNGECLIPSE-20 I tried to eliminate all version references from ${pom.version} to an actual versino number, but the error persisted. I am posting this as a bug, since I do not understand what is going wrong and where the plugin got that version number (2.4.1).

-- 
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] Updated: (MNGECLIPSE-30) Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-30?page=all ]

Eugene Kuleshov updated MNGECLIPSE-30:
--------------------------------------

    Fix Version:     (was: 0.0.4)
                 0.0.5

Moving to 0.0.5 because of dependency on MNGECLIPSE-20

> Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency
> -----------------------------------------------------------------------
>
>          Key: MNGECLIPSE-30
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-30
>      Project: Maven 2.x Plug-in for Eclipse
>         Type: Bug

>     Versions: 0.0.3
>  Environment: Mac OS X, Eclipse 3.1.1, Plugin v0.0.3
>     Reporter: Federico Sauter
>     Assignee: Eugene Kuleshov
>      Fix For: 0.0.5
>  Attachments: MNGECLIPSE-30.launcher.log, mvn_test-output.txt, plugin-test.zip, pom.xml
>
>
> When using the plugin in the mentioned environment it is impossible to build the project. The error message states that there was a dependency the plugin was not able to find in any repository, namely apacheds-shared or apacheds-core, version 2.4.1. Of course there is no such library in the respository and there is no pom file referencing it.
> Having read http://jira.codehaus.org/browse/MNGECLIPSE-20 I tried to eliminate all version references from ${pom.version} to an actual versino number, but the error persisted. I am posting this as a bug, since I do not understand what is going wrong and where the plugin got that version number (2.4.1).

-- 
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: (MNGECLIPSE-30) Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency

Posted by "Federico Sauter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNGECLIPSE-30?page=comments#action_56011 ] 

Federico Sauter commented on MNGECLIPSE-30:
-------------------------------------------

Using JDK 5 on the testproject gives an error with a different version number:

"Unable to download the artifact from any repository directory:apacheds-main-1.0.jar"

BTW the default JDK on my system is JDK 1.4.2_09, which means that the JDK version is not affecting maven on the command line.

> Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency
> -----------------------------------------------------------------------
>
>          Key: MNGECLIPSE-30
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-30
>      Project: Maven 2.x Plug-in for Eclipse
>         Type: Bug

>     Versions: 0.0.3
>  Environment: Mac OS X, Eclipse 3.1.1, Plugin v0.0.3
>     Reporter: Federico Sauter
>     Assignee: Eugene Kuleshov
>      Fix For: 0.0.4
>  Attachments: MNGECLIPSE-30.launcher.log, mvn_test-output.txt, plugin-test.zip, pom.xml
>
>
> When using the plugin in the mentioned environment it is impossible to build the project. The error message states that there was a dependency the plugin was not able to find in any repository, namely apacheds-shared or apacheds-core, version 2.4.1. Of course there is no such library in the respository and there is no pom file referencing it.
> Having read http://jira.codehaus.org/browse/MNGECLIPSE-20 I tried to eliminate all version references from ${pom.version} to an actual versino number, but the error persisted. I am posting this as a bug, since I do not understand what is going wrong and where the plugin got that version number (2.4.1).

-- 
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] Updated: (MNGECLIPSE-30) Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-30?page=all ]

Eugene Kuleshov updated MNGECLIPSE-30:
--------------------------------------

    Fix Version: 0.0.4

It could be because of the old embedder version. I'll take a look.

> Maven plugin keeps looking for non-existent apacheds-*-2.4.1 dependency
> -----------------------------------------------------------------------
>
>          Key: MNGECLIPSE-30
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-30
>      Project: Maven 2.x Plug-in for Eclipse
>         Type: Bug

>     Versions: 0.0.3
>  Environment: Mac OS X, Eclipse 3.1.1, Plugin v0.0.3
>     Reporter: Federico Sauter
>     Assignee: Eugene Kuleshov
>      Fix For: 0.0.4
>  Attachments: pom.xml
>
>
> When using the plugin in the mentioned environment it is impossible to build the project. The error message states that there was a dependency the plugin was not able to find in any repository, namely apacheds-shared or apacheds-core, version 2.4.1. Of course there is no such library in the respository and there is no pom file referencing it.
> Having read http://jira.codehaus.org/browse/MNGECLIPSE-20 I tried to eliminate all version references from ${pom.version} to an actual versino number, but the error persisted. I am posting this as a bug, since I do not understand what is going wrong and where the plugin got that version number (2.4.1).

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