Re: muliproject

2005-04-08 Thread Haryon
Well what do you mean with running maven.xml and project.xml files ? maven.xml just declare new 'commands' (goals). Do you mean that building A requires that you first did build B with a specific goal of yours, and build C requires another specific goal of yours not the same as for B ? I guess y

Re: muliproject

2005-04-08 Thread Bahaa Nasrallah
Thanks, But on this link i cannont find how run the maven.xml files of B and C it is only described how to run the project.xml files. Regards On Apr 8, 2005 3:17 PM, Siegfried Goeschl <[EMAIL PROTECTED]> wrote: > http://maven.apache.org/using/multiproject.html > > Bahaa Nasrallah wrote: > > >Hi

Re: muliproject

2005-04-08 Thread Siegfried Goeschl
http://maven.apache.org/using/multiproject.html Bahaa Nasrallah wrote: Hi, I have three projects A,B,C. A depends on B and C ( B and C dont depend on each other). A,B,C have each own : project.xml maven.xml project.properties i need when running maven.xml of A to run maven.xml of B and maven.xml

muliproject

2005-04-08 Thread Bahaa Nasrallah
Hi, I have three projects A,B,C. A depends on B and C ( B and C dont depend on each other). A,B,C have each own : project.xml maven.xml project.properties i need when running maven.xml of A to run maven.xml of B and maven.xml on C how the way to do it? Thanks in advance, Bahaa -

Re: Muliproject or reactor to build commons?

2004-02-16 Thread Mark R. Diggory
I determined that this was an issue with the way someone had written the maven.xml the project tag needed to be not not sure why it was that way. -Mark Mark R. Diggory wrote: I'm working on getting the Jakarta Commons to build from the jakarta-commons/commons-build project directory. Cur

Muliproject or reactor to build commons?

2004-02-16 Thread Mark R. Diggory
I'm working on getting the Jakarta Commons to build from the jakarta-commons/commons-build project directory. Currently I'm encounter issues with the reactor not seeming to work, I try to run a goal with the reactor in it and get a "success with no other info back from maven (even with the -X d

RE: Muliproject example

2003-11-19 Thread Eric Pugh
http://xingu.sf.net or http://jakarta.apache.org/turbine/fulcrum > -Original Message- > From: Lester Ward [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 18, 2003 8:59 PM > To: Maven User Mailing List (E-mail) > Subject: Muliproject example > > > Can anyo

Re: Muliproject example

2003-11-18 Thread dion
Les, what's your issue? I have an large set of projects that use multiproject:install-snapshot all the time. Could you provide some detail on what the hassle is? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Lester Ward <[EMAIL PROTECTED]> wrote on

Muliproject example

2003-11-18 Thread Lester Ward
Can anyone provide me with a non-trivial example of using of multiproject:install that actually works? By "non-trivial", I mean one where one subproject requires another. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional