You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Axel G (JIRA)" <ji...@codehaus.org> on 2007/08/02 11:39:13 UTC

[jira] Created: (MAVEN-1853) fetching dependencies fails (3 problems)

fetching dependencies fails (3 problems)
----------------------------------------

                 Key: MAVEN-1853
                 URL: http://jira.codehaus.org/browse/MAVEN-1853
             Project: Maven 1
          Issue Type: Bug
          Components: core
    Affects Versions: 1.1
         Environment: win xp pro
            Reporter: Axel G
         Attachments: jpox-1.2.0-beta-3.jar

I'm having 3 problems related to fetching dependencies:
i just tried to fetch a single dependency and ran into problems
1) maven 1.1 doesnt seem to pick up neither project.properties nor my build.properties in the directory i start maven (it picks up project.xml and maven.xml without a problem from there)
I needed that for setting the remote repository; could fix it by supplying a cli arg -Dmaven.repo.remote=http://www.jpox.org/downloads/maven/
Anyway its not supposed to be that way

2) the default repository seems to have a problem with rather fetching/using a xml (xhtml?) file than a checksum ~file (see snippet later on)

3) following 2), instead of the wanted jar jpox-1.2.0-beta-3.jar, i have now a apache xhtml file with that name in my local repository (attached it).
As thus, maven wont try to refetch the dependency until I delete that file. Maybe a short check, if the downloaded file is a non-corrupted jar would be
good for detecting problems early.

<snippet>
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.1

Trying to get missing dependencies (and updated snapshots) required by JPOX-Maven:
- Attempting to download jpox:jpox:1.2.0-beta-3:jar from http://www.apache.org/dyn/closer.cgi/java-repository/maven/
3K downloaded
*** CHECKSUM FAILED - Checksum failed on download: local = '46304cf35acafaaf53e042c8704865d7'; remote = '<!DOCTYPE' - RETRYING
</snippet>

i'm surprised that i couldnt find anybody else having this problem neither on the maillinglist nor the jira. anyway, i hope this contributes sth.
thanks for the good work,
axel

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

        

[jira] Closed: (MAVEN-1853) fetching dependencies fails (3 problems)

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl closed MAVEN-1853.
--------------------------------

      Assignee: Lukas Theussl
    Resolution: Won't Fix

> fetching dependencies fails (3 problems)
> ----------------------------------------
>
>                 Key: MAVEN-1853
>                 URL: http://jira.codehaus.org/browse/MAVEN-1853
>             Project: Maven 1
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.1
>         Environment: win xp pro
>            Reporter: Axel G
>            Assignee: Lukas Theussl
>         Attachments: jpox-1.2.0-beta-3.jar, maven1_prob.txt
>
>
> I'm having 3 problems related to fetching dependencies:
> i just tried to fetch a single dependency and ran into problems
> 1) maven 1.1 doesnt seem to pick up neither project.properties nor my build.properties in the directory i start maven (it picks up project.xml and maven.xml without a problem from there)
> I needed that for setting the remote repository; could fix it by supplying a cli arg -Dmaven.repo.remote=http://www.jpox.org/downloads/maven/
> Anyway its not supposed to be that way
> 2) the default repository seems to have a problem with rather fetching/using a xml (xhtml?) file than a checksum ~file (see snippet later on)
> 3) following 2), instead of the wanted jar jpox-1.2.0-beta-3.jar, i have now a apache xhtml file with that name in my local repository (attached it).
> As thus, maven wont try to refetch the dependency until I delete that file. Maybe a short check, if the downloaded file is a non-corrupted jar would be
> good for detecting problems early.
> <snippet>
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.1
> Trying to get missing dependencies (and updated snapshots) required by JPOX-Maven:
> - Attempting to download jpox:jpox:1.2.0-beta-3:jar from http://www.apache.org/dyn/closer.cgi/java-repository/maven/
> 3K downloaded
> *** CHECKSUM FAILED - Checksum failed on download: local = '46304cf35acafaaf53e042c8704865d7'; remote = '<!DOCTYPE' - RETRYING
> </snippet>
> i'm surprised that i couldnt find anybody else having this problem neither on the maillinglist nor the jira. anyway, i hope this contributes sth.
> thanks for the good work,
> axel

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

        

[jira] Updated: (MAVEN-1853) fetching dependencies fails (3 problems)

Posted by "Axel G (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Axel G updated MAVEN-1853:
--------------------------

    Attachment: maven1_prob.txt

dont know jira-syntax, so here is the snippet as a text file

> fetching dependencies fails (3 problems)
> ----------------------------------------
>
>                 Key: MAVEN-1853
>                 URL: http://jira.codehaus.org/browse/MAVEN-1853
>             Project: Maven 1
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.1
>         Environment: win xp pro
>            Reporter: Axel G
>         Attachments: jpox-1.2.0-beta-3.jar, maven1_prob.txt
>
>
> I'm having 3 problems related to fetching dependencies:
> i just tried to fetch a single dependency and ran into problems
> 1) maven 1.1 doesnt seem to pick up neither project.properties nor my build.properties in the directory i start maven (it picks up project.xml and maven.xml without a problem from there)
> I needed that for setting the remote repository; could fix it by supplying a cli arg -Dmaven.repo.remote=http://www.jpox.org/downloads/maven/
> Anyway its not supposed to be that way
> 2) the default repository seems to have a problem with rather fetching/using a xml (xhtml?) file than a checksum ~file (see snippet later on)
> 3) following 2), instead of the wanted jar jpox-1.2.0-beta-3.jar, i have now a apache xhtml file with that name in my local repository (attached it).
> As thus, maven wont try to refetch the dependency until I delete that file. Maybe a short check, if the downloaded file is a non-corrupted jar would be
> good for detecting problems early.
> <snippet>
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.1
> Trying to get missing dependencies (and updated snapshots) required by JPOX-Maven:
> - Attempting to download jpox:jpox:1.2.0-beta-3:jar from http://www.apache.org/dyn/closer.cgi/java-repository/maven/
> 3K downloaded
> *** CHECKSUM FAILED - Checksum failed on download: local = '46304cf35acafaaf53e042c8704865d7'; remote = '<!DOCTYPE' - RETRYING
> </snippet>
> i'm surprised that i couldnt find anybody else having this problem neither on the maillinglist nor the jira. anyway, i hope this contributes sth.
> thanks for the good work,
> axel

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

        

[jira] Commented: (MAVEN-1853) fetching dependencies fails (3 problems)

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MAVEN-1853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_104595 ] 

Lukas Theussl commented on MAVEN-1853:
--------------------------------------

You are obviously using a wrong setting for repo.remote because http://www.apache.org/dyn/closer.cgi/java-repository/maven/ is not a maven repository. Please provide more details about your settings or a small test project to reproduce the problem.

> fetching dependencies fails (3 problems)
> ----------------------------------------
>
>                 Key: MAVEN-1853
>                 URL: http://jira.codehaus.org/browse/MAVEN-1853
>             Project: Maven 1
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.1
>         Environment: win xp pro
>            Reporter: Axel G
>         Attachments: jpox-1.2.0-beta-3.jar, maven1_prob.txt
>
>
> I'm having 3 problems related to fetching dependencies:
> i just tried to fetch a single dependency and ran into problems
> 1) maven 1.1 doesnt seem to pick up neither project.properties nor my build.properties in the directory i start maven (it picks up project.xml and maven.xml without a problem from there)
> I needed that for setting the remote repository; could fix it by supplying a cli arg -Dmaven.repo.remote=http://www.jpox.org/downloads/maven/
> Anyway its not supposed to be that way
> 2) the default repository seems to have a problem with rather fetching/using a xml (xhtml?) file than a checksum ~file (see snippet later on)
> 3) following 2), instead of the wanted jar jpox-1.2.0-beta-3.jar, i have now a apache xhtml file with that name in my local repository (attached it).
> As thus, maven wont try to refetch the dependency until I delete that file. Maybe a short check, if the downloaded file is a non-corrupted jar would be
> good for detecting problems early.
> <snippet>
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.1
> Trying to get missing dependencies (and updated snapshots) required by JPOX-Maven:
> - Attempting to download jpox:jpox:1.2.0-beta-3:jar from http://www.apache.org/dyn/closer.cgi/java-repository/maven/
> 3K downloaded
> *** CHECKSUM FAILED - Checksum failed on download: local = '46304cf35acafaaf53e042c8704865d7'; remote = '<!DOCTYPE' - RETRYING
> </snippet>
> i'm surprised that i couldnt find anybody else having this problem neither on the maillinglist nor the jira. anyway, i hope this contributes sth.
> thanks for the good work,
> axel

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