Re: building with m2 - doc location discussion

2006-06-29 Thread Hernan Cunico
Hi Anita, I created a new space Apache Geronimo Development (GMOxDEV) and copied the Building Apache Geronimo with Maven 2 article. The new location is http://cwiki.apache.org/confluence/display/GMOxDEV/Building+Apache+Geronimo+with+Maven+2 I also added this line This page has been moved to

Re: building with m2 - doc location discussion

2006-06-29 Thread anita kulshreshtha
Hernan, Thanks! you may remove the original article. Cheers Anita --- Hernan Cunico [EMAIL PROTECTED] wrote: Hi Anita, I created a new space Apache Geronimo Development (GMOxDEV) and copied the Building Apache Geronimo with Maven 2 article. The new location is

Re: building with m2 - doc location discussion

2006-06-29 Thread Jason Dillon
Why a new space? Why not just add this to the geronimo space? I think that a space for every new section topic is not the right direction. I think that the content from GMOxDEV should be moved to the geronimo space and this new space dropped. I don't see that this content warrants its

Re: building with m2 - doc location discussion

2006-06-29 Thread Hernan Cunico
Done! Cheers! Hernan anita kulshreshtha wrote: Hernan, Thanks! you may remove the original article. Cheers Anita --- Hernan Cunico [EMAIL PROTECTED] wrote: Hi Anita, I created a new space Apache Geronimo Development (GMOxDEV) and copied the Building Apache Geronimo with Maven 2

Re: building with m2 - doc location discussion

2006-06-29 Thread Hernan Cunico
We'll keep it on a separate space, if the content does not expand enough to support being on it's own space we can always merge it into an existing space at a later time. BTW, quick question about the KB. Will GMOxKB become the new FAQs? is so we should update the web site and point the FAQs

Re: building with m2 - doc location discussion

2006-06-29 Thread Jason Dillon
We'll keep it on a separate space, if the content does not expand enough to support being on it's own space we can always merge it into an existing space at a later time. I suggest the opposite direction as it takes effort to manage the additional spaces. Spaces are also meant to

Re: building with m2 - doc location discussion

2006-06-29 Thread Jacek Laskowski
On 6/29/06, Hernan Cunico [EMAIL PROTECTED] wrote: BTW, quick question about the KB. Will GMOxKB become the new FAQs? is so we should update the web site and point the FAQs to this new space. Comments? +1 Hernan Jacek -- Jacek Laskowski http://www.laskowski.net.pl

Re: building with m2 - doc location discussion

2006-06-28 Thread Hernan Cunico
This would be a great starting point for the Apache Geronimo v1.1 - Developer's Guide. Something opening the field to later talk about how to do build custom build. What you guys think? should we create a new entry under the v1.1 doc? Cheers! Hernan Bill Dudney wrote: Hi All, I'm in the

Re: building with m2 - doc location discussion

2006-06-28 Thread David Jencks
AFAIK no one is planning to try to get 1.1 to build with m2. I certainly don't feel like I have time to deal with the RTC process for something that requires zillions of trivial changes to get to work. thanks david jencks On Jun 28, 2006, at 11:18 AM, Hernan Cunico wrote: This would be a

Re: building with m2 - doc location discussion

2006-06-28 Thread Bill Dudney
Hey Hernan, I like the idea but I think this should be 'Apache Geronimo v1.x - Developer's Guide' so that its obvious that its about 'trunk' and not a release or branch. TTFN, -bd On Jun 28, 2006, at 12:18 PM, Hernan Cunico wrote: This would be a great starting point for the Apache

Re: building with m2 - doc location discussion

2006-06-28 Thread Hernan Cunico
Absolutely agree, I just saw what I replied, that's what I get when I use copy and paste. Sorry, my bad :) It should probably be grouped under Apache Geronimo development or something like that to give the idea of being under active development. Cheers! Hernan David Jencks wrote: AFAIK no one

Re: building with m2 - doc location discussion

2006-06-28 Thread Bill Dudney
Hi Anita,Tried it and here are my results;Did steps 1-3 of 'useful information' without problem.The first step worked fine (mvn -N)The next step (cd modules; mvn)fails with this;[INFO] [ERROR] BUILD ERROR[INFO]

Re: building with m2 - doc location discussion

2006-06-28 Thread Jacek Laskowski
On 6/28/06, Hernan Cunico [EMAIL PROTECTED] wrote: Absolutely agree, I just saw what I replied, that's what I get when I use copy and paste. Sorry, my bad :) It should probably be grouped under Apache Geronimo development or something like that to give the idea of being under active

Re: building with m2 - doc location discussion

2006-06-28 Thread Jason Dillon
BTW, is there a way to change a name of already-available section in cWiki? If you mean space, then yes... the title can be changed, but not the key. --jason

Re: building with m2 - doc location discussion

2006-06-28 Thread Hernan Cunico
Jacek Laskowski wrote: On 6/28/06, Hernan Cunico [EMAIL PROTECTED] wrote: Absolutely agree, I just saw what I replied, that's what I get when I use copy and paste. Sorry, my bad :) It should probably be grouped under Apache Geronimo development or something like that to give the idea of

Re: building with m2 - doc location discussion

2006-06-28 Thread David Jencks
the geronimo jira for this is http://issues.apache.org/jira/browse/GERONIMO-2082There are a lot of pieces to fixing it, I'm working on getting xmlbeans some real poms right now.  Then we'll need another update to the xmlbeans plugins.thanksdavid jencksOn Jun 28, 2006, at 12:32 PM, Bill Dudney

Re: building with m2 - doc location discussion

2006-06-28 Thread Bill Dudney
Thanks David,In terms of documenting I was thinking of the wiki page in more detail until its fixed. If its going to be fixed shortly then never mind.TTFN, Bill DudneyMyFaces - http://myfaces.apache.orgCayenne - http://incubator.apache.org/projects/cayenne.html On Jun 28, 2006, at 1:58 PM, David

Re: building with m2 - doc location discussion

2006-06-28 Thread anita kulshreshtha
Hernan, I like all of thses names. Since creating a space requires special permission, could you please add one. I would like to link the page at http://cwiki.apache.org/confluence/display/geronimo/Building+Geronimo+with+Maven+2 to the newly created section. Thanks Anita --- Jacek Laskowski

building with m2 - doc location discussion

2006-06-27 Thread Bill Dudney
Hi All, I'm in the midst of trying to get the M2 build to work for me. After spending some quality time with google and the mail archives I managed to piece together something that 'should work' but the build was not smooth. I'd like to propose that the discussion started here;

Re: building with m2 - doc location discussion

2006-06-27 Thread Jacek Laskowski
On 6/27/06, Bill Dudney [EMAIL PROTECTED] wrote: Current Geronimo Release Under Development * Trunk Developer Guide Thoughts? Call it whatever you like, but do it as it took me quite a lot of time to figure out and haven't finished yet. I don't want anyone else experience it, either. +1

Re: building with m2 - doc location discussion

2006-06-27 Thread anita kulshreshtha
Hi all, Here are the beginnings of maven 2 build - http://cwiki.apache.org/confluence/display/geronimo/Building+Geronimo+with+Maven+2 Thanks Anita --- Jacek Laskowski [EMAIL PROTECTED] wrote: On 6/27/06, Bill Dudney [EMAIL PROTECTED] wrote: Current Geronimo Release Under Development