You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Mathieu Filotto (JIRA)" <ji...@apache.org> on 2009/09/30 05:40:32 UTC

[jira] Created: (DERBY-4390) Impossible to download libraries separatly from maven central repository

Impossible to download libraries separatly from maven central repository
------------------------------------------------------------------------

                 Key: DERBY-4390
                 URL: https://issues.apache.org/jira/browse/DERBY-4390
             Project: Derby
          Issue Type: Bug
    Affects Versions: 10.5.3.0
            Reporter: Mathieu Filotto


Since version 10.5.3.0, it is impossible to download a library dur to a new depency to derby-project.
I try with derby and derbyclient
{code}
[INFO] Failed to resolve artifact.

GroupId: org.apache.derby
ArtifactId: derby-project
Version: ${derby.version}

Reason: Unable to download the artifact from any repository

  org.apache.derby:derby-project:pom:${derby.version}

from the specified remote repositories:
  internal (http://maven.recif.nc),
  mavenproxyCentral (http://maven-proxy.recif.nc/repository/public)
{code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-4390) Impossible to download libraries separatly from maven central repository

Posted by "Rick Hillegas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-4390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760896#action_12760896 ] 

Rick Hillegas commented on DERBY-4390:
--------------------------------------

One thing I notice is that the version string has not been substituted with the 10.5.3.0 version id in this sample file from the maven 2 repository: http://repo1.maven.org/maven2/org/apache/derby/derby/10.5.3.0/derby-10.5.3.0.pom Instead, the version string is still the variable ${derby.version}. I see this is the error message above too.

However, the correct version id is in the corresponding file in the rsync area (//people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository). This suggests to me that when I updated the copies in the rsync tree, they were not sync'd to the maven 2 repository. If anyone knows how to force that sync, please tell us.

> Impossible to download libraries separatly from maven central repository
> ------------------------------------------------------------------------
>
>                 Key: DERBY-4390
>                 URL: https://issues.apache.org/jira/browse/DERBY-4390
>             Project: Derby
>          Issue Type: Bug
>    Affects Versions: 10.5.3.0
>            Reporter: Mathieu Filotto
>
> Since version 10.5.3.0, it is impossible to download a library due to a new depency to derby-project.
> I try with derby and derbyclient
> [INFO] Failed to resolve artifact.
> GroupId: org.apache.derby
> ArtifactId: derby-project
> Version: ${derby.version}
> Reason: Unable to download the artifact from any repository
>   org.apache.derby:derby-project:pom:${derby.version}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-4390) Impossible to download libraries separatly from maven central repository

Posted by "Mathieu Filotto (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-4390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762506#action_12762506 ] 

Mathieu Filotto commented on DERBY-4390:
----------------------------------------

Hi Rick,

Thanks for your answer.

We have only one maven proxy and that's the production one.
So hard for me to do some testing on it, sorry

But if your tests work well, it's ok for me
You can publish that version to the official Maven 2 repository.

Just one comment on your patch version, there is a melt between version 10.5.3.0_1 and 10.5.3.0.1.
Don't you think that it could trigger some kind of problem ?

Thanks
Mathieu

> Impossible to download libraries separatly from maven central repository
> ------------------------------------------------------------------------
>
>                 Key: DERBY-4390
>                 URL: https://issues.apache.org/jira/browse/DERBY-4390
>             Project: Derby
>          Issue Type: Bug
>    Affects Versions: 10.5.3.0
>            Reporter: Mathieu Filotto
>
> Since version 10.5.3.0, it is impossible to download a library due to a new depency to derby-project.
> I try with derby and derbyclient
> [INFO] Failed to resolve artifact.
> GroupId: org.apache.derby
> ArtifactId: derby-project
> Version: ${derby.version}
> Reason: Unable to download the artifact from any repository
>   org.apache.derby:derby-project:pom:${derby.version}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-4390) Impossible to download libraries separatly from maven central repository

Posted by "Myrna van Lunteren (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-4390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765809#action_12765809 ] 

Myrna van Lunteren commented on DERBY-4390:
-------------------------------------------

Hi,

I don't know the answer to the last question, but it appears from DERBY-4267 that all the work is finished...Can this one be closed as a dup?

> Impossible to download libraries separatly from maven central repository
> ------------------------------------------------------------------------
>
>                 Key: DERBY-4390
>                 URL: https://issues.apache.org/jira/browse/DERBY-4390
>             Project: Derby
>          Issue Type: Bug
>    Affects Versions: 10.5.3.0
>            Reporter: Mathieu Filotto
>
> Since version 10.5.3.0, it is impossible to download a library due to a new depency to derby-project.
> I try with derby and derbyclient
> [INFO] Failed to resolve artifact.
> GroupId: org.apache.derby
> ArtifactId: derby-project
> Version: ${derby.version}
> Reason: Unable to download the artifact from any repository
>   org.apache.derby:derby-project:pom:${derby.version}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-4390) Impossible to download libraries separatly from maven central repository

Posted by "Mathieu Filotto (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-4390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mathieu Filotto updated DERBY-4390:
-----------------------------------

    Description: 
Since version 10.5.3.0, it is impossible to download a library dur to a new depency to derby-project.
I try with derby and derbyclient

[INFO] Failed to resolve artifact.

GroupId: org.apache.derby
ArtifactId: derby-project
Version: ${derby.version}

Reason: Unable to download the artifact from any repository

  org.apache.derby:derby-project:pom:${derby.version}




  was:
Since version 10.5.3.0, it is impossible to download a library dur to a new depency to derby-project.
I try with derby and derbyclient
{code}
[INFO] Failed to resolve artifact.

GroupId: org.apache.derby
ArtifactId: derby-project
Version: ${derby.version}

Reason: Unable to download the artifact from any repository

  org.apache.derby:derby-project:pom:${derby.version}

from the specified remote repositories:
  internal (http://maven.recif.nc),
  mavenproxyCentral (http://maven-proxy.recif.nc/repository/public)
{code}


> Impossible to download libraries separatly from maven central repository
> ------------------------------------------------------------------------
>
>                 Key: DERBY-4390
>                 URL: https://issues.apache.org/jira/browse/DERBY-4390
>             Project: Derby
>          Issue Type: Bug
>    Affects Versions: 10.5.3.0
>            Reporter: Mathieu Filotto
>
> Since version 10.5.3.0, it is impossible to download a library dur to a new depency to derby-project.
> I try with derby and derbyclient
> [INFO] Failed to resolve artifact.
> GroupId: org.apache.derby
> ArtifactId: derby-project
> Version: ${derby.version}
> Reason: Unable to download the artifact from any repository
>   org.apache.derby:derby-project:pom:${derby.version}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-4390) Impossible to download libraries separatly from maven central repository

Posted by "Mathieu Filotto (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-4390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mathieu Filotto updated DERBY-4390:
-----------------------------------

    Description: 
Since version 10.5.3.0, it is impossible to download a library due to a new depency to derby-project.
I try with derby and derbyclient

[INFO] Failed to resolve artifact.

GroupId: org.apache.derby
ArtifactId: derby-project
Version: ${derby.version}

Reason: Unable to download the artifact from any repository

  org.apache.derby:derby-project:pom:${derby.version}




  was:
Since version 10.5.3.0, it is impossible to download a library dur to a new depency to derby-project.
I try with derby and derbyclient

[INFO] Failed to resolve artifact.

GroupId: org.apache.derby
ArtifactId: derby-project
Version: ${derby.version}

Reason: Unable to download the artifact from any repository

  org.apache.derby:derby-project:pom:${derby.version}





> Impossible to download libraries separatly from maven central repository
> ------------------------------------------------------------------------
>
>                 Key: DERBY-4390
>                 URL: https://issues.apache.org/jira/browse/DERBY-4390
>             Project: Derby
>          Issue Type: Bug
>    Affects Versions: 10.5.3.0
>            Reporter: Mathieu Filotto
>
> Since version 10.5.3.0, it is impossible to download a library due to a new depency to derby-project.
> I try with derby and derbyclient
> [INFO] Failed to resolve artifact.
> GroupId: org.apache.derby
> ArtifactId: derby-project
> Version: ${derby.version}
> Reason: Unable to download the artifact from any repository
>   org.apache.derby:derby-project:pom:${derby.version}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DERBY-4390) Impossible to download libraries separatly from maven central repository

Posted by "Myrna van Lunteren (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-4390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Myrna van Lunteren closed DERBY-4390.
-------------------------------------

    Resolution: Duplicate

Thx for testing and the feedback. Closing - marking as duplicate (see DERBY-4267).

> Impossible to download libraries separatly from maven central repository
> ------------------------------------------------------------------------
>
>                 Key: DERBY-4390
>                 URL: https://issues.apache.org/jira/browse/DERBY-4390
>             Project: Derby
>          Issue Type: Bug
>    Affects Versions: 10.5.3.0
>            Reporter: Mathieu Filotto
>
> Since version 10.5.3.0, it is impossible to download a library due to a new depency to derby-project.
> I try with derby and derbyclient
> [INFO] Failed to resolve artifact.
> GroupId: org.apache.derby
> ArtifactId: derby-project
> Version: ${derby.version}
> Reason: Unable to download the artifact from any repository
>   org.apache.derby:derby-project:pom:${derby.version}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-4390) Impossible to download libraries separatly from maven central repository

Posted by "Mathieu Filotto (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-4390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12765943#action_12765943 ] 

Mathieu Filotto commented on DERBY-4390:
----------------------------------------

Hi,
I tried with version 10.5.3.0_1 from maven central repo and it's working fine. :)
This issue can be closed. 
Thanks a lot,
Mathieu

> Impossible to download libraries separatly from maven central repository
> ------------------------------------------------------------------------
>
>                 Key: DERBY-4390
>                 URL: https://issues.apache.org/jira/browse/DERBY-4390
>             Project: Derby
>          Issue Type: Bug
>    Affects Versions: 10.5.3.0
>            Reporter: Mathieu Filotto
>
> Since version 10.5.3.0, it is impossible to download a library due to a new depency to derby-project.
> I try with derby and derbyclient
> [INFO] Failed to resolve artifact.
> GroupId: org.apache.derby
> ArtifactId: derby-project
> Version: ${derby.version}
> Reason: Unable to download the artifact from any repository
>   org.apache.derby:derby-project:pom:${derby.version}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-4390) Impossible to download libraries separatly from maven central repository

Posted by "Rick Hillegas (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-4390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760971#action_12760971 ] 

Rick Hillegas commented on DERBY-4390:
--------------------------------------

Hi Mathieu,

I have been engaged in an email thread on the repository@apache.org mailing list. The thread is titled "forcing a sync to the maven 2 repository". The subject is how to update a corrupt tree of artifacts. I have been told the following:

1) The Maven repository is a write-once medium. If you make a mistake, you cannot correct it. You can overwrite the ibiblio rsync area as many times as you want, but the Maven repository will only copy your first version of the tree.

2) All you can do is create a new tree of artifacts with a new version number.

So I have created a new Maven distribution of the 10.5.3.0 Derby jars. The new Maven distribution has the version id 10.5.3.0_1. I have staged this new Maven distribution at

    http://people.apache.org/~rhillegas/repository/org/apache/derby

Mathieu, could you attempt to use this new distribution? Once we get a distribution which you can use, I will copy it to the ibiblio rsync area so that it can be checked into the official Maven 2 repository.

Thanks,
-Rick

> Impossible to download libraries separatly from maven central repository
> ------------------------------------------------------------------------
>
>                 Key: DERBY-4390
>                 URL: https://issues.apache.org/jira/browse/DERBY-4390
>             Project: Derby
>          Issue Type: Bug
>    Affects Versions: 10.5.3.0
>            Reporter: Mathieu Filotto
>
> Since version 10.5.3.0, it is impossible to download a library due to a new depency to derby-project.
> I try with derby and derbyclient
> [INFO] Failed to resolve artifact.
> GroupId: org.apache.derby
> ArtifactId: derby-project
> Version: ${derby.version}
> Reason: Unable to download the artifact from any repository
>   org.apache.derby:derby-project:pom:${derby.version}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.