You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Roman Krutyakov (JIRA)" <ji...@codehaus.org> on 2005/08/10 15:32:57 UTC

[jira] Created: (MAVEN-1659) Dependency jars are not downloading from remote repository placed in Subversion with http access

Dependency jars are not downloading from remote repository placed in Subversion with http access
------------------------------------------------------------------------------------------------

         Key: MAVEN-1659
         URL: http://jira.codehaus.org/browse/MAVEN-1659
     Project: Maven
        Type: Bug
    Versions: 1.1-beta-1    
 Environment: Server: Apache 1.3.x with Subversion 1.1.1
Client: Linux 2.6/Windows 2000, J2SE 5.0
 Reporter: Roman Krutyakov


Dependencies are not downloading from remote repository if it's placed in Subversion with http access (with apache and mod_davsvn)

In verbose mode maven logs (under linux):
---
Getting failed dependencies: [org.apache.maven.repository.GenericArtifact@9945ce, org.apache.maven.repository.GenericArtifact@b5dac4, org.apache.maven.repository.GenericArtifact@12d96f2]
Attempting to download slamd_client-1.8.1.jar.
http://server.net:81/svn/v2/trunk/target/maven//slamd/jars/slamd_client-1.8.1.jar - Status code: 200
Local file is newer: not downloaded
Attempting to download slamd_server-1.8.1.jar.
http://server.net:81/svn/v2/trunk/target/maven//slamd/jars/slamd_server-1.8.1.jar - Status code: 200
Local file is newer: not downloaded
----
Artifact '/opt/maven-repository/slamd/jars/slamd_client-1.8.1.jar' not found to add to classpath
Artifact '/opt/maven-repository/slamd/jars/slamd_server-1.8.1.jar' not found to add to classpath
---

in local repository appropriate paths are created, but jar files are missing
this was checked against repository server with basic auth and without authentication - result is the same
affected version 1.1-beta-1, 1.0.x works well

-- 
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: (MAVEN-1659) Dependency jars are not downloading from remote repository placed in Subversion with http access

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

Brett Porter updated MAVEN-1659:
--------------------------------

    Fix Version: 1.1-beta-2

> Dependency jars are not downloading from remote repository placed in Subversion with http access
> ------------------------------------------------------------------------------------------------
>
>          Key: MAVEN-1659
>          URL: http://jira.codehaus.org/browse/MAVEN-1659
>      Project: Maven
>         Type: Bug
>     Versions: 1.1-beta-1
>  Environment: Server: Apache 1.3.x with Subversion 1.1.1
> Client: Linux 2.6/Windows 2000, J2SE 5.0
>     Reporter: Roman Krutyakov
>      Fix For: 1.1-beta-2

>
>
> Dependencies are not downloading from remote repository if it's placed in Subversion with http access (with apache and mod_davsvn)
> In verbose mode maven logs (under linux):
> ---
> Getting failed dependencies: [org.apache.maven.repository.GenericArtifact@9945ce, org.apache.maven.repository.GenericArtifact@b5dac4, org.apache.maven.repository.GenericArtifact@12d96f2]
> Attempting to download slamd_client-1.8.1.jar.
> http://server.net:81/svn/v2/trunk/target/maven//slamd/jars/slamd_client-1.8.1.jar - Status code: 200
> Local file is newer: not downloaded
> Attempting to download slamd_server-1.8.1.jar.
> http://server.net:81/svn/v2/trunk/target/maven//slamd/jars/slamd_server-1.8.1.jar - Status code: 200
> Local file is newer: not downloaded
> ----
> Artifact '/opt/maven-repository/slamd/jars/slamd_client-1.8.1.jar' not found to add to classpath
> Artifact '/opt/maven-repository/slamd/jars/slamd_server-1.8.1.jar' not found to add to classpath
> ---
> in local repository appropriate paths are created, but jar files are missing
> this was checked against repository server with basic auth and without authentication - result is the same
> affected version 1.1-beta-1, 1.0.x works well

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