Re: [reactor] Invoking reactor without a project.xml

2004-03-18 Thread John Casey
If you have a project.xml at the base level but never extend from it, it should not restrict this use case... -john On Thu, 2004-03-18 at 14:45, Alex Karasulu wrote: Hello, Is there a way to invoke the reactor without having a project.xml for the top level directory. Basically can I just

RE: [reactor] Invoking reactor without a project.xml

2004-03-18 Thread Alex Karasulu
John, -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 2:52 PM If you have a project.xml at the base level but never extend from it, it should not restrict this use case... -john On Thu, 2004-03-18 at 14:45, Alex Karasulu wrote:

RE: [reactor] Invoking reactor without a project.xml

2004-03-18 Thread Alex Karasulu
-Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Thursday, March 18, 2004 3:08 PM To: Maven Users List Subject: RE: [reactor] Invoking reactor without a project.xml yeah...didn't read that closely enough. I'm still confused on what you mean by 'convenience

RE: [reactor] Invoking reactor without a project.xml

2004-03-18 Thread John Casey
PROTECTED] Sent: Thursday, March 18, 2004 3:08 PM To: Maven Users List Subject: RE: [reactor] Invoking reactor without a project.xml yeah...didn't read that closely enough. I'm still confused on what you mean by 'convenience builds'...is this something akin to an ejb-client as a secondary

RE: [reactor] Invoking reactor without a project.xml

2004-03-18 Thread Alex Karasulu
snip/ Hope it helps... Oh yes it helps thank you very much. I'll experiment with it and get back to you if I have issues. Thanks much, Alex - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [reactor] Invoking reactor without a project.xml

2004-03-18 Thread David Jencks
you might want to take a look also at the geronimo build structure. I'm not sure what the maven experts think of it but I like it and find it very convenient. It assumes a 2 level subproject structure base type1 module1 module2 type2 module3 module4 you can select

RE: [reactor] Invoking reactor without a project.xml

2004-03-18 Thread Jason van Zyl
On Thu, 2004-03-18 at 22:45, Alex Karasulu wrote: -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED] you might want to take a look also at the geronimo build structure. I'm not sure what the maven experts think of it but I like it and find it very convenient. It