You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by Marcel Wagner <ma...@gmx.de> on 2010/02/06 16:10:00 UTC

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

   Hi,

I have trouble getting the pdfbox 0.8.0 files from repo1.maven.org. 
There seems poblems in the versioning schema or distribution. Look at 
http://repo1.maven.org/maven2/org/apache/pdfbox/pdfbox/0.8.0-incubator/.
Referencing 0.8.0-incubator in my project, maven/ivy searches for 
pdfbox-0.8.0-incubator.jar but there is a pdfbox-0.8.0-incubating.jar 
??? Referencing 0.8.0-incubating seems also not functioning. There, in 
the pdfbox-0.8.0-incubating.pom is a dependency to 
pdfbox-0.8.0-incubator ???

The question is now, is it true, that the pdfbox is not retrievable 
through maven/ivy at the monent?
When will it be fixed??

Thanks,
Marcel


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


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

Posted by Jukka Zitting <ju...@gmail.com>.
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 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 got the following error:

[ivy:resolve]       
http://repo1.maven.org/maven2/org/apache/pdfbox/pdfbox/0.8.0-incubating/pdfbox-0.8.0-incubating.pom
[ivy:resolve]         ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]         ::          UNRESOLVED DEPENDENCIES         ::
[ivy:resolve]         ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]         :: org.apache.pdfbox#pdfbox;0.8.0-incubating: not 
found
[ivy:resolve]         ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]

Any ideas?

Marcel

Am 06.02.2010 16:34, schrieb Leandro de Oliveira:
> I'm using the following dependency declaration in my project and it works fine:
>
> <dependency>
>    <groupId>org.apache.pdfbox</groupId>
>    <artifactId>pdfbox</artifactId>
>    <version>0.8.0-incubating</version>
> </dependency>
>
> --- Em sáb, 6/2/10, Marcel Wagner<ma...@gmx.de>  escreveu:
>
>    
>> De: Marcel Wagner<ma...@gmx.de>
>> Assunto: Maven repository messed up with 0.8.0-incubating and 0.8.0-incubator?
>> Para: users@pdfbox.apache.org
>> Data: Sábado, 6 de Fevereiro de 2010, 13:10
>>    Hi,
>>
>> I have trouble getting the pdfbox 0.8.0 files from
>> repo1.maven.org. There seems poblems in the versioning
>> schema or distribution. Look at http://repo1.maven.org/maven2/org/apache/pdfbox/pdfbox/0.8.0-incubator/.
>> Referencing 0.8.0-incubator in my project, maven/ivy
>> searches for pdfbox-0.8.0-incubator.jar but there is a
>> pdfbox-0.8.0-incubating.jar ??? Referencing 0.8.0-incubating
>> seems also not functioning. There, in the
>> pdfbox-0.8.0-incubating.pom is a dependency to
>> pdfbox-0.8.0-incubator ???
>>
>> The question is now, is it true, that the pdfbox is not
>> retrievable through maven/ivy at the monent?
>> When will it be fixed??
>>
>> Thanks,
>> Marcel
>>
>>
>>      
>
>        ____________________________________________________________________________________
> Veja quais são os assuntos do momento no Yahoo! +Buscados
> http://br.maisbuscados.yahoo.com
>
>    


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

Posted by Leandro de Oliveira <le...@yahoo.com.br>.
I'm using the following dependency declaration in my project and it works fine:

<dependency>
  <groupId>org.apache.pdfbox</groupId>
  <artifactId>pdfbox</artifactId>
  <version>0.8.0-incubating</version>
</dependency>

--- Em sáb, 6/2/10, Marcel Wagner <ma...@gmx.de> escreveu:

> De: Marcel Wagner <ma...@gmx.de>
> Assunto: Maven repository messed up with 0.8.0-incubating and 0.8.0-incubator?
> Para: users@pdfbox.apache.org
> Data: Sábado, 6 de Fevereiro de 2010, 13:10
>   Hi,
> 
> I have trouble getting the pdfbox 0.8.0 files from
> repo1.maven.org. There seems poblems in the versioning
> schema or distribution. Look at http://repo1.maven.org/maven2/org/apache/pdfbox/pdfbox/0.8.0-incubator/.
> Referencing 0.8.0-incubator in my project, maven/ivy
> searches for pdfbox-0.8.0-incubator.jar but there is a
> pdfbox-0.8.0-incubating.jar ??? Referencing 0.8.0-incubating
> seems also not functioning. There, in the
> pdfbox-0.8.0-incubating.pom is a dependency to
> pdfbox-0.8.0-incubator ???
> 
> The question is now, is it true, that the pdfbox is not
> retrievable through maven/ivy at the monent?
> When will it be fixed??
> 
> Thanks,
> Marcel
> 
> 


      ____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com