Re: Maven2 builds

2007-05-06 Thread Stefan Bodewig
On Sat, 5 May 2007, Sander Temme [EMAIL PROTECTED] wrote: On May 4, 2007, at 8:40 AM, Stefan Bodewig wrote: we've successfully built bcel on vmgump last night! After banging my head against the wall until the plugin version problems went away, it now also works on Clarus. No idea what I

Re: Maven2 builds

2007-05-05 Thread Leo Simons
On May 4, 2007, at 8:40 AM, Stefan Bodewig wrote: we've successfully built bcel on vmgump last night! w00t! - Leo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven2 builds

2007-05-05 Thread Martin van den Bemt
Yeeehaaa :) Mvgr, Martin Stefan Bodewig wrote: we've successfully built bcel on vmgump last night! Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Maven2 builds

2007-05-05 Thread Sander Temme
On May 4, 2007, at 8:40 AM, Stefan Bodewig wrote: we've successfully built bcel on vmgump last night! After banging my head against the wall until the plugin version problems went away, it now also works on Clarus. No idea what I did. Next Gump run should pick that up. S. (Not a Maven

Re: Maven2 builds

2007-05-04 Thread Stefan Bodewig
we've successfully built bcel on vmgump last night! Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

AW: Maven2 builds

2007-05-04 Thread Jan.Materne
we've successfully built bcel on vmgump last night! congrats! Jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Maven2 builds

2007-05-02 Thread Stefan Bodewig
to mvn any longer and with some help by Brett managed to get BCEL building on helios. I intend to install Maven 2 on vmgump and start adding Maven2 builds. At least for those projects that have dependents which are not built by Maven2; not too sure what to do with leaf projects since for them we'd

Re: Maven2 builds

2007-05-02 Thread Sander Temme
On May 2, 2007, at 8:38 AM, Stefan Bodewig wrote: I've modified trunk so that it doesn't pass --offline to mvn any longer and with some help by Brett managed to get BCEL building on helios. I intend to install Maven 2 on vmgump and start adding Maven2 builds. I have a Maven 2 on Clarus

Re: Maven2 builds

2007-05-02 Thread Stefan Bodewig
and start adding Maven2 builds. I have a Maven 2 on Clarus (2.0.5, will upgrade if necessary), and I think it tries to build Maven2 projects. Clarus is running gump trunk. Anything else I need to do? Only if you get a build error when building BCEL ... which you do. You must remove ~/.m2

Re: Maven2 builds

2006-11-18 Thread Bill Barker
Brett Porter [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On 14/11/06, Bill Barker [EMAIL PROTECTED] wrote: It's more expertise than time :). I could probably pull the time together for a custom repository or repositoryManager, but not enough to learn M2 well enough to know

Re: Maven2 builds

2006-11-14 Thread Stefan Bodewig
On Tue, 14 Nov 2006, Brett Porter [EMAIL PROTECTED] wrote: On 14/11/06, Stefan Bodewig [EMAIL PROTECTED] wrote: As long as we don't build Maven from scratch, I'd say we give it the plugins it needs to run from the repo as well. This could be done by building bcel without --offline once

Maven2 builds

2006-11-13 Thread Stefan Bodewig
Hi, as you can see http://gump.zones.apache.org/gump/test/jakarta-bcel/bcel/gump_work/build_jakarta-bcel_bcel.html we successfully start mvn and it fails - as expected - because things are missing. As long as we don't build Maven from scratch, I'd say we give it the plugins it needs to run from

Re: Maven2 builds

2006-11-13 Thread Brett Porter
On 14/11/06, Stefan Bodewig [EMAIL PROTECTED] wrote: As long as we don't build Maven from scratch, I'd say we give it the plugins it needs to run from the repo as well. This could be done by building bcel without --offline once manually. But that will pull down non-Maven things - like

Re: Maven2 builds

2006-11-13 Thread Brett Porter
On 14/11/06, Bill Barker [EMAIL PROTECTED] wrote: It's more expertise than time :). I could probably pull the time together for a custom repository or repositoryManager, but not enough to learn M2 well enough to know which I would need :(. I'm jealous :) I'll happily dedicate the time to