You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Aaron Kaplan (JIRA)" <ji...@apache.org> on 2010/02/19 18:12:28 UTC

[jira] Created: (PDFBOX-625) faulty jempbox checksum file in maven central

faulty jempbox checksum file in maven central
---------------------------------------------

                 Key: PDFBOX-625
                 URL: https://issues.apache.org/jira/browse/PDFBOX-625
             Project: PDFBox
          Issue Type: Bug
          Components: JempBox
    Affects Versions: 1.0.0
            Reporter: Aaron Kaplan


maven is giving me "CHECKSUM FAILED" warnings for jempbox-1.0.0.jar .  The checksum file
http://repo1.maven.org/maven2/org/apache/pdfbox/jempbox/1.0.0/jempbox-1.0.0.jar.md5
contains the following:
jempbox-1.0.0.jar: C1 83 87 F9 1F A8 66 DA  2D E4 2C A6 61 FE D3 D5
That's the right checksum, but the format of the file is wrong.  The checksum files of other packages, e.g.
http://repo1.maven.org/maven2/org/apache/pdfbox/pdfbox/1.0.0/pdfbox-1.0.0.jar.md5
contain only the checksum, not the filename, and use lowercase letters and no spaces.

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


[jira] Commented: (PDFBOX-625) faulty jempbox checksum file in maven central

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PDFBOX-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839799#action_12839799 ] 

Jukka Zitting commented on PDFBOX-625:
--------------------------------------

Changing the md5 file on Maven central is quite difficult. The easiest solution is probably simply to release version 1.1.0.

> faulty jempbox checksum file in maven central
> ---------------------------------------------
>
>                 Key: PDFBOX-625
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-625
>             Project: PDFBox
>          Issue Type: Bug
>          Components: JempBox
>    Affects Versions: 1.0.0
>            Reporter: Aaron Kaplan
>
> maven is giving me "CHECKSUM FAILED" warnings for jempbox-1.0.0.jar .  The checksum file
> http://repo1.maven.org/maven2/org/apache/pdfbox/jempbox/1.0.0/jempbox-1.0.0.jar.md5
> contains the following:
> jempbox-1.0.0.jar: C1 83 87 F9 1F A8 66 DA  2D E4 2C A6 61 FE D3 D5
> That's the right checksum, but the format of the file is wrong.  The checksum files of other packages, e.g.
> http://repo1.maven.org/maven2/org/apache/pdfbox/pdfbox/1.0.0/pdfbox-1.0.0.jar.md5
> contain only the checksum, not the filename, and use lowercase letters and no spaces.

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


[jira] Commented: (PDFBOX-625) faulty jempbox checksum file in maven central

Posted by "Andreas Lehmkühler (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PDFBOX-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839787#action_12839787 ] 

Andreas Lehmkühler commented on PDFBOX-625:
-------------------------------------------

What do I have to do to trigger that warning?

Is it possible to change the content of the md5 files after the vote? 

Is the issue that serious that we have to change the files somehow?

> faulty jempbox checksum file in maven central
> ---------------------------------------------
>
>                 Key: PDFBOX-625
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-625
>             Project: PDFBox
>          Issue Type: Bug
>          Components: JempBox
>    Affects Versions: 1.0.0
>            Reporter: Aaron Kaplan
>
> maven is giving me "CHECKSUM FAILED" warnings for jempbox-1.0.0.jar .  The checksum file
> http://repo1.maven.org/maven2/org/apache/pdfbox/jempbox/1.0.0/jempbox-1.0.0.jar.md5
> contains the following:
> jempbox-1.0.0.jar: C1 83 87 F9 1F A8 66 DA  2D E4 2C A6 61 FE D3 D5
> That's the right checksum, but the format of the file is wrong.  The checksum files of other packages, e.g.
> http://repo1.maven.org/maven2/org/apache/pdfbox/pdfbox/1.0.0/pdfbox-1.0.0.jar.md5
> contain only the checksum, not the filename, and use lowercase letters and no spaces.

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


[jira] Commented: (PDFBOX-625) faulty jempbox checksum file in maven central

Posted by "Aaron Kaplan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PDFBOX-625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840126#action_12840126 ] 

Aaron Kaplan commented on PDFBOX-625:
-------------------------------------

I don't think I did anything special to get that warning.  I created a maven project and declared pdfbox as a dependency, and then ran mvn compile.

This being maven, you might just not have noticed the warning in the flood of messages going by.  You can configure maven to fail on checksum mismatches rather than just emitting a warning, by using the checksumPolicy element in settings.xml, as documented here:

http://maven.apache.org/settings.html



> faulty jempbox checksum file in maven central
> ---------------------------------------------
>
>                 Key: PDFBOX-625
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-625
>             Project: PDFBox
>          Issue Type: Bug
>          Components: JempBox
>    Affects Versions: 1.0.0
>            Reporter: Aaron Kaplan
>
> maven is giving me "CHECKSUM FAILED" warnings for jempbox-1.0.0.jar .  The checksum file
> http://repo1.maven.org/maven2/org/apache/pdfbox/jempbox/1.0.0/jempbox-1.0.0.jar.md5
> contains the following:
> jempbox-1.0.0.jar: C1 83 87 F9 1F A8 66 DA  2D E4 2C A6 61 FE D3 D5
> That's the right checksum, but the format of the file is wrong.  The checksum files of other packages, e.g.
> http://repo1.maven.org/maven2/org/apache/pdfbox/pdfbox/1.0.0/pdfbox-1.0.0.jar.md5
> contain only the checksum, not the filename, and use lowercase letters and no spaces.

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