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

[jira] Created: (MAVEN-1714) Error message: No versions are present in the repository for the artifact with a range

Error message:  No versions are present in the repository for the artifact with a range
---------------------------------------------------------------------------------------

         Key: MAVEN-1714
         URL: http://jira.codehaus.org/browse/MAVEN-1714
     Project: Maven
        Type: Improvement
 Environment: all
 Reporter: spencer portee
    Priority: Minor


[INFO] -------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ----------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Unable to mediate dependency
Root Cause: No versions are present in the repository for the artifact with a ra
nge [1.0.1,2.0)
[INFO]
 ----------------------------------------------------------------------------

I can guess the artifact name from the error message by looking, but for a project like maven, where version numbers bump up simultaneously this could get confusing.

-- 
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: (MAVEN-1714) Error message: No versions are present in the repository for the artifact with a range

Posted by "spencer portee (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVEN-1714?page=comments#action_48750 ] 

spencer portee commented on MAVEN-1714:
---------------------------------------

The problem is finding out which artifact was not found.  

> Error message:  No versions are present in the repository for the artifact with a range
> ---------------------------------------------------------------------------------------
>
>          Key: MAVEN-1714
>          URL: http://jira.codehaus.org/browse/MAVEN-1714
>      Project: Maven
>         Type: Improvement
>  Environment: all
>     Reporter: spencer portee
>     Priority: Minor

>
>
> [INFO] -------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ----------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Unable to mediate dependency
> Root Cause: No versions are present in the repository for the artifact with a ra
> nge [1.0.1,2.0)
> [INFO]
>  ----------------------------------------------------------------------------
> I can guess the artifact name from the error message by looking, but for a project like maven, where version numbers bump up simultaneously this could get confusing.

-- 
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-1227) Error message: No versions are present in the repository for the artifact with a range

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

     Resolution: Cannot Reproduce
    Fix Version:     (was: 2.0.1)

> Error message:  No versions are present in the repository for the artifact with a range
> ---------------------------------------------------------------------------------------
>
>          Key: MNG-1227
>          URL: http://jira.codehaus.org/browse/MNG-1227
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-artifact
>  Environment: all
>     Reporter: spencer portee
>     Assignee: Edwin Punzalan
>     Priority: Minor

>
>
> [INFO] -------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ----------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Unable to mediate dependency
> Root Cause: No versions are present in the repository for the artifact with a ra
> nge [1.0.1,2.0)
> [INFO]
>  ----------------------------------------------------------------------------
> I can guess the artifact name from the error message by looking, but for a project like maven, where version numbers bump up simultaneously this could get confusing.

-- 
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-1227) Error message: No versions are present in the repository for the artifact with a range

Posted by "Edwin Punzalan (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-1227?page=comments#action_50506 ] 

Edwin Punzalan commented on MNG-1227:
-------------------------------------

I can't seem to reproduce this... mine had:


[INFO] Failed to resolve artifact.

Couldn't find a version in [1.0, 1.0-beta-1, 1.0-beta-2, 1.0-beta-2-dev, 1.0-beta-2-dev.20021004.111657, 1.0-dev, 1.0-de
v.20020710.025055, 1.0-dev.20020727.104720, 20040117.000000] to match range [2.0,3)
  commons-cli:commons-cli:jar:null

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)




> Error message:  No versions are present in the repository for the artifact with a range
> ---------------------------------------------------------------------------------------
>
>          Key: MNG-1227
>          URL: http://jira.codehaus.org/browse/MNG-1227
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-artifact
>  Environment: all
>     Reporter: spencer portee
>     Assignee: Edwin Punzalan
>     Priority: Minor
>      Fix For: 2.0.1

>
>
> [INFO] -------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ----------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Unable to mediate dependency
> Root Cause: No versions are present in the repository for the artifact with a ra
> nge [1.0.1,2.0)
> [INFO]
>  ----------------------------------------------------------------------------
> I can guess the artifact name from the error message by looking, but for a project like maven, where version numbers bump up simultaneously this could get confusing.

-- 
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: (MNG-1227) Error message: No versions are present in the repository for the artifact with a range

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-1227?page=all ]

Brett Porter updated MNG-1227:
------------------------------

    Fix Version: 2.0.1
      Component: maven-artifact

> Error message:  No versions are present in the repository for the artifact with a range
> ---------------------------------------------------------------------------------------
>
>          Key: MNG-1227
>          URL: http://jira.codehaus.org/browse/MNG-1227
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-artifact
>  Environment: all
>     Reporter: spencer portee
>     Priority: Minor
>      Fix For: 2.0.1

>
>
> [INFO] -------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ----------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Unable to mediate dependency
> Root Cause: No versions are present in the repository for the artifact with a ra
> nge [1.0.1,2.0)
> [INFO]
>  ----------------------------------------------------------------------------
> I can guess the artifact name from the error message by looking, but for a project like maven, where version numbers bump up simultaneously this could get confusing.

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