You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by nicolas de loof <ni...@gmail.com> on 2007/08/17 09:20:29 UTC

castor-1.0.4.jar on maven repo is not same as the one distributed by codehaus

I've got an issue with castor jar :

artifacts from http://dist.codehaus.org/castor/1.0.4/ are compiled for 1.3,
and the ones published at
http://repo1.maven.org/maven2/org/codehaus/castor/castor/1.0.4/ require java
1.4

Jars are not the same. What's wrong ?
Who published those jars ? Where do they come from ?

Nico

Re: castor-1.0.4.jar on maven repo is not same as the one distributed by codehaus

Posted by Werner Guttmann <we...@gmx.net>.
Nicolas,

the binaries in http://dist.codehaus.org/castor/ definitely have not
been built using Maven, but using Ant. And as far as I remember, there's
still an open issue with the use of source/target attributes in the Ant
build file(s).

Werner

nicolas de loof wrote:
> The maven pom for castor set the compiler plugin for 1.4.
> According to CASTOR-1485, 1.0.4+ should be java 1.3 compliant.
> The maven config has been updated to configure compiler for 1.3 in
> castor-1.1.pom
> 
> Seems the binaries in http://dist.codehaus.org/castor/ have not been built
> using maven.
> 
> 
> 
> 2007/8/17, Werner Guttmann <we...@gmx.net>:
>> Hi,
>>
>> I am not 100% sure, but it could be that somebody uploaded these JARs to
>> the ibiblio repos manually, as we (the Castor team) switched to Maven
>> uploads slightly later.
>>
>> Regards
>> Werner
>> Castor, committer
>>
>> Jörg Schaible wrote:
>>> nicolas de loof wrote on Friday, August 17, 2007 9:20 AM:
>>>
>>>> I've got an issue with castor jar :
>>>>
>>>> artifacts from http://dist.codehaus.org/castor/1.0.4/ are compiled
>>>> for 1.3, and the ones published at
>>>> http://repo1.maven.org/maven2/org/codehaus/castor/castor/1.0.4 /
>>>> require java
>>>> 1.4
>>>>
>>>> Jars are not the same. What's wrong ?
>>>> Who published those jars ? Where do they come from ?
>>> Have you checked these:
>> http://repository.codehaus.org/org/codehaus/castor/castor/ ?
>>> If this ones have the same problem, so the confusion was caused by the
>> Castor team itself.
>>> - Jörg
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>> For additional commands, e-mail: users-help@maven.apache.org
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: castor-1.0.4.jar on maven repo is not same as the one distributed by codehaus

Posted by nicolas de loof <ni...@gmail.com>.
The maven pom for castor set the compiler plugin for 1.4.
According to CASTOR-1485, 1.0.4+ should be java 1.3 compliant.
The maven config has been updated to configure compiler for 1.3 in
castor-1.1.pom

Seems the binaries in http://dist.codehaus.org/castor/ have not been built
using maven.



2007/8/17, Werner Guttmann <we...@gmx.net>:
>
> Hi,
>
> I am not 100% sure, but it could be that somebody uploaded these JARs to
> the ibiblio repos manually, as we (the Castor team) switched to Maven
> uploads slightly later.
>
> Regards
> Werner
> Castor, committer
>
> Jörg Schaible wrote:
> > nicolas de loof wrote on Friday, August 17, 2007 9:20 AM:
> >
> >> I've got an issue with castor jar :
> >>
> >> artifacts from http://dist.codehaus.org/castor/1.0.4/ are compiled
> >> for 1.3, and the ones published at
> >> http://repo1.maven.org/maven2/org/codehaus/castor/castor/1.0.4 /
> >> require java
> >> 1.4
> >>
> >> Jars are not the same. What's wrong ?
> >> Who published those jars ? Where do they come from ?
> >
> > Have you checked these:
> http://repository.codehaus.org/org/codehaus/castor/castor/ ?
> >
> > If this ones have the same problem, so the confusion was caused by the
> Castor team itself.
> >
> > - Jörg
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: castor-1.0.4.jar on maven repo is not same as the one distributed by codehaus

Posted by Werner Guttmann <we...@gmx.net>.
Thanks for cross-checking this. And to my knowledge, all Maven artefacts
uploaded to Codehaus Maven repository will be synced to public Maven repos.

Werner

Jörg Schaible wrote:
> Werner Guttmann wrote on Friday, August 17, 2007 10:15 AM:
> 
>> Hi,
>> 
>> I am not 100% sure, but it could be that somebody uploaded these
>> JARs to the ibiblio repos manually, as we (the Castor team)
>> switched to Maven uploads slightly later.
> 
> Since they are available on Castor's repo at Codehaus, someone of the
> Castor team must have done this (assuming, that
> http://repo1.maven.org/maven2/org/codehaus/castor/castor/1.0.4 and
> http://repository.codehaus.org/org/codehaus/castor/castor/1.0.4
> provide the exactly same artifact). Additionally there's no processed
> upload request for Castor >= 1.0 in JIRA.
> 
> [snip]
> 
> - Jörg
> 
> ---------------------------------------------------------------------
>  To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For
> additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: castor-1.0.4.jar on maven repo is not same as the one distributed by codehaus

Posted by Jörg Schaible <Jo...@Elsag-Solutions.com>.
Werner Guttmann wrote on Friday, August 17, 2007 10:15 AM:

> Hi,
> 
> I am not 100% sure, but it could be that somebody uploaded
> these JARs to
> the ibiblio repos manually, as we (the Castor team) switched to Maven
> uploads slightly later. 

Since they are available on Castor's repo at Codehaus, someone of the Castor team must have done this (assuming, that http://repo1.maven.org/maven2/org/codehaus/castor/castor/1.0.4 and http://repository.codehaus.org/org/codehaus/castor/castor/1.0.4 provide the exactly same artifact). Additionally there's no processed upload request for Castor >= 1.0 in JIRA.

[snip]

- Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: castor-1.0.4.jar on maven repo is not same as the one distributed by codehaus

Posted by Werner Guttmann <we...@gmx.net>.
Hi,

I am not 100% sure, but it could be that somebody uploaded these JARs to
the ibiblio repos manually, as we (the Castor team) switched to Maven
uploads slightly later.

Regards
Werner
Castor, committer

Jörg Schaible wrote:
> nicolas de loof wrote on Friday, August 17, 2007 9:20 AM:
> 
>> I've got an issue with castor jar :
>>
>> artifacts from http://dist.codehaus.org/castor/1.0.4/ are compiled
>> for 1.3, and the ones published at
>> http://repo1.maven.org/maven2/org/codehaus/castor/castor/1.0.4 /
>> require java 
>> 1.4
>>
>> Jars are not the same. What's wrong ?
>> Who published those jars ? Where do they come from ?
> 
> Have you checked these: http://repository.codehaus.org/org/codehaus/castor/castor/ ?
> 
> If this ones have the same problem, so the confusion was caused by the Castor team itself.
> 
> - Jörg
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: castor-1.0.4.jar on maven repo is not same as the one distributed by codehaus

Posted by Jörg Schaible <Jo...@Elsag-Solutions.com>.
nicolas de loof wrote on Friday, August 17, 2007 9:20 AM:

> I've got an issue with castor jar :
> 
> artifacts from http://dist.codehaus.org/castor/1.0.4/ are compiled
> for 1.3, and the ones published at
> http://repo1.maven.org/maven2/org/codehaus/castor/castor/1.0.4 /
> require java 
> 1.4
> 
> Jars are not the same. What's wrong ?
> Who published those jars ? Where do they come from ?

Have you checked these: http://repository.codehaus.org/org/codehaus/castor/castor/ ?

If this ones have the same problem, so the confusion was caused by the Castor team itself.

- Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org