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

removed the local maven2 cache (~/.m2/repository)?

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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]
 
 
 

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

--
[EMAIL PROTECTED]  http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF



smime.p7s
Description: S/MIME cryptographic signature


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

unless anybody yells I should stop I'm going to be more pragmatic
about Maven 2 builds.

Several projects depend on BCEL and if we are unable to build BCEL
from source those projects no longer benefit from Gump's early warning
system.

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.  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 just provide another nightly build system.

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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


S.

--
[EMAIL PROTECTED]  http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF



smime.p7s
Description: S/MIME cryptographic signature


Re: Maven2 builds

2007-05-02 Thread Stefan Bodewig
On Wed, 2 May 2007, Sander Temme [EMAIL PROTECTED] wrote:
 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 (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/repository/org/apache/maven/plugins/maven-resources-plugin/
since some attempt to run mvn --offline has left corrupt metadata in
it (known bug in mvn).

After that the build should succeed, but the jar file may be wrong
(Brett and I tried to fix that, but don't know whether it worked,
yet).

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 which I would need :(.

 I'm jealous :)

 I'll happily dedicate the time to walk you through and answer
 questions (hopefully prodding us to improve our API/architecture
 documentation on the way). I just don't have a whole lot of contiguous
 chunks to sit down and do the rest.


Ok, then let's start with the simple stuff :).  What interface(s) do I need 
to implement, and how would I tell M2 to use my widget instead of it's?  At 
least this way, I can read the javadocs and get far enough along to actually 
know what I want to ask.  With my extremely limited knowedge of M2, I can't 
tell if it's a repository, an artifact manager .

And, I come from a project (Tomcat) that has some of the worst API 
documentation at the ASF ;-).


 - Brett 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 manually.
 
 But that will pull down non-Maven things - like dependencies of bcel
 (if there are any).

Sure, this is an attempt to at least start with something.

 I have a question about local Maven 2 caches?  Can I have mutliple
 of them in different locations?
 
 Yes. Run mvn --settings /path/to/settings.xml and put the local
 repository in there.

OK, we might want to do that at a workspace configuration level to
isolate different gump runs fromeach other.

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 the repo as well.  This could be done by
building bcel without --offline once manually.

I have a question about local Maven 2 caches?  Can I have mutliple of
them in different locations?

While we make sure that the same flavour of Gump builds don't overlap,
it would be possible that the test and kaffe builds on helios do.
We wouldn't want to populate the local cache with artifacts from the
Kaffe run when we are building against Sun's JDK and vice-versa.

Stefan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 dependencies of bcel
(if there are any).

It's still a short term solution until someone has time to implement
the proposals I've put up here before.


I have a question about local Maven 2 caches?  Can I have mutliple of
them in different locations?


Yes. Run mvn --settings /path/to/settings.xml and put the local
repository in there.

- Brett

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 walk you through and answer
questions (hopefully prodding us to improve our API/architecture
documentation on the way). I just don't have a whole lot of contiguous
chunks to sit down and do the rest.

- Brett

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]