You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2007/01/07 12:29:18 UTC

[nightly build] betwixt finder failed.

Failed build logs:
http://people.apache.org/~psteitz/commons-nightlies/20070107/betwixt.log
http://people.apache.org/~psteitz/commons-nightlies/20070107/finder.log

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [nightly build] betwixt finder failed.

Posted by Dennis Lundberg <de...@apache.org>.
Niall Pemberton wrote:
> On 1/7/07, Dennis Lundberg <de...@apache.org> wrote:
>> Phil Steitz wrote:
>> > On 1/7/07, Dennis Lundberg <de...@apache.org> wrote:
>> >>
>> >> psteitz@apache.org wrote:
>> >> > Failed build logs:
>> >> >
>> >> 
>> http://people.apache.org/~psteitz/commons-nightlies/20070107/betwixt.log
>> >> > 
>> http://people.apache.org/~psteitz/commons-nightlies/20070107/finder.log
>> >>
>> >> The Maven 2 installation running the nightly builds needs to 
>> upgrade its
>> >> jar-plugin to version 2.1, otherwise Phil's changes to the parent pom
>> >> will cause this failure for finder or other M2 builds.
>> >
>> >
>> > What is the best way to do that?  Wouldn't it be best to put the 
>> explicit
>> > versioned dependency in the pom(s) that need it?  I don't like having
>> > builds
>> > depend on local setups. I guess if its maven itself that  needs to be
>> > upgraded we can doc that somewhere and do it, but if its a plugin, we
>> > learned the hard way with m1 that its best to specify these in the 
>> poms.
>>
>> Yes I've thought about this some more and I agree that the best thing
>> would be to lock down the versions in a parent pom somewhere, preferably
>> commons-parent. That way we will have reproducible builds no matter 
>> runs it.
>>
>> > Also, what changes to the parent are you talking about?
> 
> That was me rather than Phil :-(
> 
>  http://svn.apache.org/viewvc?view=rev&revision=493671

Sorry Phil!

>> Maven-jar-plugin stopped adding Implementation-* and Specification-*
>> stuff in the manifest by default starting with version 2.1. You're
>> probably using that new version locally and have not noticed anything.
>> The log says there is a duplicate Implementation-Title.
> 
> I've added 2.1 to the parent pom
> 
>  http://svn.apache.org/viewvc?view=rev&revision=494111

Great, thanks.

> Niall
> 
>> > Thanks for looking into this.
>> >
>> > Phil
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [nightly build] betwixt finder failed.

Posted by Niall Pemberton <ni...@gmail.com>.
On 1/7/07, Dennis Lundberg <de...@apache.org> wrote:
> Phil Steitz wrote:
> > On 1/7/07, Dennis Lundberg <de...@apache.org> wrote:
> >>
> >> psteitz@apache.org wrote:
> >> > Failed build logs:
> >> >
> >> http://people.apache.org/~psteitz/commons-nightlies/20070107/betwixt.log
> >> > http://people.apache.org/~psteitz/commons-nightlies/20070107/finder.log
> >>
> >> The Maven 2 installation running the nightly builds needs to upgrade its
> >> jar-plugin to version 2.1, otherwise Phil's changes to the parent pom
> >> will cause this failure for finder or other M2 builds.
> >
> >
> > What is the best way to do that?  Wouldn't it be best to put the explicit
> > versioned dependency in the pom(s) that need it?  I don't like having
> > builds
> > depend on local setups. I guess if its maven itself that  needs to be
> > upgraded we can doc that somewhere and do it, but if its a plugin, we
> > learned the hard way with m1 that its best to specify these in the poms.
>
> Yes I've thought about this some more and I agree that the best thing
> would be to lock down the versions in a parent pom somewhere, preferably
> commons-parent. That way we will have reproducible builds no matter runs it.
>
> > Also, what changes to the parent are you talking about?

That was me rather than Phil :-(

  http://svn.apache.org/viewvc?view=rev&revision=493671

> Maven-jar-plugin stopped adding Implementation-* and Specification-*
> stuff in the manifest by default starting with version 2.1. You're
> probably using that new version locally and have not noticed anything.
> The log says there is a duplicate Implementation-Title.

I've added 2.1 to the parent pom

  http://svn.apache.org/viewvc?view=rev&revision=494111

Niall

> > Thanks for looking into this.
> >
> > Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [nightly build] betwixt finder failed.

Posted by Dennis Lundberg <de...@apache.org>.
Phil Steitz wrote:
> On 1/7/07, Dennis Lundberg <de...@apache.org> wrote:
>>
>> psteitz@apache.org wrote:
>> > Failed build logs:
>> > 
>> http://people.apache.org/~psteitz/commons-nightlies/20070107/betwixt.log
>> > http://people.apache.org/~psteitz/commons-nightlies/20070107/finder.log
>>
>> The Maven 2 installation running the nightly builds needs to upgrade its
>> jar-plugin to version 2.1, otherwise Phil's changes to the parent pom
>> will cause this failure for finder or other M2 builds.
> 
> 
> What is the best way to do that?  Wouldn't it be best to put the explicit
> versioned dependency in the pom(s) that need it?  I don't like having 
> builds
> depend on local setups. I guess if its maven itself that  needs to be
> upgraded we can doc that somewhere and do it, but if its a plugin, we
> learned the hard way with m1 that its best to specify these in the poms.

Yes I've thought about this some more and I agree that the best thing 
would be to lock down the versions in a parent pom somewhere, preferably 
commons-parent. That way we will have reproducible builds no matter runs it.

> Also, what changes to the parent are you talking about?

Maven-jar-plugin stopped adding Implementation-* and Specification-* 
stuff in the manifest by default starting with version 2.1. You're 
probably using that new version locally and have not noticed anything. 
The log says there is a duplicate Implementation-Title.

> 
> Thanks for looking into this.
> 
> Phil
> 
> -- 
>> Dennis Lundberg
>>


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [nightly build] betwixt finder failed.

Posted by Phil Steitz <ph...@gmail.com>.
On 1/7/07, Dennis Lundberg <de...@apache.org> wrote:
>
> psteitz@apache.org wrote:
> > Failed build logs:
> > http://people.apache.org/~psteitz/commons-nightlies/20070107/betwixt.log
> > http://people.apache.org/~psteitz/commons-nightlies/20070107/finder.log
>
> The Maven 2 installation running the nightly builds needs to upgrade its
> jar-plugin to version 2.1, otherwise Phil's changes to the parent pom
> will cause this failure for finder or other M2 builds.


What is the best way to do that?  Wouldn't it be best to put the explicit
versioned dependency in the pom(s) that need it?  I don't like having builds
depend on local setups. I guess if its maven itself that  needs to be
upgraded we can doc that somewhere and do it, but if its a plugin, we
learned the hard way with m1 that its best to specify these in the poms.

Also, what changes to the parent are you talking about?

Thanks for looking into this.

Phil

--
> Dennis Lundberg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>

Re: [nightly build] betwixt finder failed.

Posted by Dennis Lundberg <de...@apache.org>.
psteitz@apache.org wrote:
> Failed build logs:
> http://people.apache.org/~psteitz/commons-nightlies/20070107/betwixt.log
> http://people.apache.org/~psteitz/commons-nightlies/20070107/finder.log

The Maven 2 installation running the nightly builds needs to upgrade its 
jar-plugin to version 2.1, otherwise Phil's changes to the parent pom 
will cause this failure for finder or other M2 builds.

-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org