You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by Jukka Zitting <ju...@gmail.com> on 2010/02/06 17:03:29 UTC

Re: Maven repository messed up with 0.8.0-incubating and 0.8.0-incubator?

Hi,

On Sat, Feb 6, 2010 at 4:55 PM, Marcel Wagner <ma...@gmx.de> wrote:
> I use the same settings, but I have no luck. But I use ivy to resolve the
> dependency, I haven't seen that something resolves through maven and not
> through ivy, strange ;-(

I'm not an Ivy expert, but you may need to clear the local resolution cache.

The incubating/incubator mess is was caused by some problems we had in
deploying the release artifacts to the Maven repository. As mentioned,
the correct dependency to use is 0.8.0-incubating.

BR,

Jukka Zitting

Re: Maven repository messed up with 0.8.0-incubating and 0.8.0-incubator?

Posted by Marcel Wagner <ma...@gmx.de>.
I tried to clean the cache, no that seems not the problem.
I tried it with a more verbose setting, here is the output

[ivy:resolve]         tried 
http://repo1.maven.org/maven2/org/apache/pdfbox/pdfbox/0.8.0-incubating/pdfbox-0.8.0-incubating.pom
[ivy:resolve]     ibiblio: found md file for 
org.apache.pdfbox#pdfbox;0.8.0-incubating
[ivy:resolve]         => 
http://repo1.maven.org/maven2/org/apache/pdfbox/pdfbox/0.8.0-incubating/pdfbox-0.8.0-incubating.pom 
(0.8.0-incubating)
[ivy:resolve] downloading 
http://repo1.maven.org/maven2/org/apache/pdfbox/pdfbox/0.8.0-incubating/pdfbox-0.8.0-incubating.pom 
...
[ivy:resolve]     ibiblio: downloading 
http://repo1.maven.org/maven2/org/apache/pdfbox/pdfbox/0.8.0-incubating/pdfbox-0.8.0-incubating.pom
[ivy:resolve] CLIENT ERROR: Not Found 
url=http://repo1.maven.org/maven2/org/apache/pdfbox/pdfbox/0.8.0-incubating/pdfbox-0.8.0-incubating.pom.sha1
[ivy:resolve]     ibiblio: downloading 
http://repo1.maven.org/maven2/org/apache/pdfbox/pdfbox/0.8.0-incubating/pdfbox-0.8.0-incubating.pom.md5
[ivy:resolve]     [FAILED     ] 
org.apache.pdfbox#pdfbox;0.8.0-incubating!pdfbox.pom(pom.original): 
invalid md5: expected=pom.xml: computed=eb6986b29e0f99b64c03de59fda480b4 
(2140ms)
[ivy:resolve] WARN: problem while downloading module descriptor: 
http://repo1.maven.org/maven2/org/apache/pdfbox/pdfbox/0.8.0-incubating/pdfbox-0.8.0-incubating.pom: 
invalid md5: expected=pom.xml: computed=eb6986b29e0f99b64c03de59fda480b4 
(2140ms)

There seems a problem with the md5 checksum.I think the maven repository 
is broken ;-(

Regrads,
Marcel

Am 06.02.2010 17:03, schrieb Jukka Zitting:
> Hi,
>
> On Sat, Feb 6, 2010 at 4:55 PM, Marcel Wagner<ma...@gmx.de>  wrote:
>    
>> I use the same settings, but I have no luck. But I use ivy to resolve the
>> dependency, I haven't seen that something resolves through maven and not
>> through ivy, strange ;-(
>>      
> I'm not an Ivy expert, but you may need to clear the local resolution cache.
>
> The incubating/incubator mess is was caused by some problems we had in
> deploying the release artifacts to the Maven repository. As mentioned,
> the correct dependency to use is 0.8.0-incubating.
>
> BR,
>
> Jukka Zitting
>
>