RE: Multiproject:clean problem

2004-08-10 Thread Roberto Castro
is a workaround. Anyway it works so fine! maven -o multiproject:clean Bye -Messaggio originale- Da: Milos Kleint [mailto:[EMAIL PROTECTED] Inviato: lunedì 9 agosto 2004 15.34 A: Maven Users List Oggetto: Re: Multiproject:clean problem and what about the scena

Re: Multiproject:clean problem

2004-08-09 Thread Dion Gillard
On Mon, 9 Aug 2004 16:23:01 +0100 , Peter Bright <[EMAIL PROTECTED]> wrote: > Does > > banner="Gathering project list" >includes="${maven.multiproject.includes}" >excludes="${maven.multiproj

Re: Multiproject:clean problem

2004-08-09 Thread Dion Gillard
On Mon, 9 Aug 2004 11:28:53 -0300, Roberto Castro <[EMAIL PROTECTED]> wrote: > My intentions running Multiproject:clean was, exactly, to clean target directory, > before building another project. So, how can I run Multiproject:install first? It > doesn't make sense. In fact, I run Multiproject:in

RE: Multiproject:clean problem

2004-08-09 Thread Peter Bright
gards, > > > Roberto de Castro > Analista de Suporte > Cetip - Desus Rio de Janeiro > +55 21 2276-7439 > mailto:[EMAIL PROTECTED] > > > > > -Mensagem original- > De: Carlos Sanchez [mailto:[EMAIL PROTECTED]

RE: Multiproject:clean problem

2004-08-09 Thread Carlos Sanchez
> -Original Message- > From: Roberto Castro [mailto:[EMAIL PROTECTED] > Sent: Monday, August 09, 2004 4:29 PM > To: Maven Users List > Subject: RE: Multiproject:clean problem > > My intentions running Multiproject:clean was, exactly, to > clean target directory,

RE: Multiproject:clean problem

2004-08-09 Thread Roberto Castro
-7439 mailto:[EMAIL PROTECTED] -Mensagem original- De: Milos Kleint [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 9 de agosto de 2004 10:41 Para: Maven Users List Assunto: Re: Multiproject:clean problem Dion Gillard wrote: >AFAIK, the reactor (which multiproject use

RE: Multiproject:clean problem

2004-08-09 Thread Carlos Sanchez
[EMAIL PROTECTED] > Sent: Monday, August 09, 2004 3:41 PM > To: Maven Users List > Subject: Re: Multiproject:clean problem > > Dion Gillard wrote: > > >AFAIK, the reactor (which multiproject uses), verifies > projects before > >calling goals on them. > > > >

RE: Multiproject:clean problem

2004-08-09 Thread Jörg Schaible
Milos Kleint wrote on Monday, August 09, 2004 3:34 PM: > and what about the scenario when I do a multiproject clean the a > multiproject build which however failt mid-way.. a subsequent > multiproject clean failt, because it cannot resolve all > dependencies.. is there a way out? it seems liuke one

Re: Multiproject:clean problem

2004-08-09 Thread Milos Kleint
Dion Gillard wrote: AFAIK, the reactor (which multiproject uses), verifies projects before calling goals on them. This means, yes, you'll need all the dependent jars in the repo before doing a multiproject:clean IMHO it shouldn't do it, at least for the the artifacts of the projects included in

Re: Multiproject:clean problem

2004-08-09 Thread Dion Gillard
AFAIK, the reactor (which multiproject uses), verifies projects before calling goals on them. This means, yes, you'll need all the dependent jars in the repo before doing a multiproject:clean On Mon, 09 Aug 2004 15:33:41 +0200, Milos Kleint <[EMAIL PROTECTED]> wrote: > and what about the scenario

Re: Multiproject:clean problem

2004-08-09 Thread Milos Kleint
and what about the scenario when I do a multiproject clean the a multiproject build which however failt mid-way.. a subsequent multiproject clean failt, because it cannot resolve all dependencies.. is there a way out? it seems liuke one can only do a clean build after successfully building the m

Re: Multiproject:clean problem

2004-08-09 Thread Dion Gillard
You typically need to do a multiproject:install or multiproject:install-snapshot before using any other goals. This places the dependent jars in the local repo. On Mon, 9 Aug 2004 10:24:04 -0300, Roberto Castro <[EMAIL PROTECTED]> wrote: > Hi, when I run "Multiproject:clean" in my master project,