You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sanselan-dev@incubator.apache.org by "Charles Matthew Chen (JIRA)" <ji...@apache.org> on 2009/04/14 00:23:14 UTC

[jira] Commented: (SANSELAN-22) Invalid checksum in Maven repository

    [ https://issues.apache.org/jira/browse/SANSELAN-22?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698598#action_12698598 ] 

Charles Matthew Chen commented on SANSELAN-22:
----------------------------------------------

It looks like maven is choking while trying to parse the sha1 checksum file for the pom.

http://repo1.maven.org/maven2/org/apache/sanselan/sanselan/0.97-incubator/sanselan-0.97-incubator.pom.sha1

The contents of that file are:

SHA1 (sanselan-0.97-incubator.pom) = f9ce3b02c0cb166c9f82a63d893926a7be877f4b

I'm guessing that Maven expects just the checksum value.  

Its odd, because that checksum is not part of the Sanselan distribution:

http://www.apache.org/dist/incubator/sanselan/0.97/

It must have been generated by maven.org?  That would be odd, since they know what checksum format maven expects.  I'm not sure how that maven.org repo gets updated...  

I'm sorry, but I'm not sure what the resolution here is.  I suggest you contact the maintainers of that maven.org repository.  

Matthew


> Invalid checksum in Maven repository
> ------------------------------------
>
>                 Key: SANSELAN-22
>                 URL: https://issues.apache.org/jira/browse/SANSELAN-22
>             Project: Sanselan
>          Issue Type: Bug
>         Environment: Using m2eclipse plugin in Eclipse on Windows XP
>            Reporter: Benjamin McCann
>
> I tried to add Sanselan as a dependency to my Maven project in Eclipse, but was refused due to an invalid checksum:
> 4/13/09 1:32:59 AM PDT: Downloading central : org/apache/sanselan/sanselan/0.97-incubator/sanselan-0.97-incubator.pom
> 4/13/09 1:32:59 AM PDT: Downloaded [central] -> http://repo1.maven.org/maven2/org/apache/sanselan/sanselan/0.97-incubator/sanselan-0.97-incubator.pom
> 4/13/09 1:32:59 AM PDT: [WARN] *** CHECKSUM FAILED - Checksum failed on download: local = 'f9ce3b02c0cb166c9f82a63d893926a7be877f4b'; remote = 'SHA1' - RETRYING
> 4/13/09 1:32:59 AM PDT: Downloading central : org/apache/sanselan/sanselan/0.97-incubator/sanselan-0.97-incubator.pom
> 4/13/09 1:32:59 AM PDT: Downloaded [central] -> http://repo1.maven.org/maven2/org/apache/sanselan/sanselan/0.97-incubator/sanselan-0.97-incubator.pom
> 4/13/09 1:32:59 AM PDT: [WARN] *** CHECKSUM FAILED - Checksum failed on download: local = 'f9ce3b02c0cb166c9f82a63d893926a7be877f4b'; remote = 'SHA1' - IGNORING

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