maven-call exits windows batch file: feature or bug?

2004-03-05 Thread Oliver Nölle
When I write the followin lines in a batch file: cd projects1 maven clean REM the following lines get never executed: cd ..\project2 maven clean ...and execute it on Win2K, after the first maven call (successful or not) the batch file stops processing after printing out the results of maven.

Re: maven-call exits windows batch file: feature or bug?

2004-03-05 Thread Emmanuel Venisse
- Original Message - From: Oliver Nölle [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Friday, March 05, 2004 2:08 PM Subject: maven-call exits windows batch file: feature or bug? When I write the followin lines in a batch file: cd projects1 maven clean REM

RE: maven-call exits windows batch file: feature or bug?

2004-03-05 Thread Peter Bright
PROTECTED] Sent: 05 March 2004 13:08 To: Maven Users List Subject: maven-call exits windows batch file: feature or bug? When I write the followin lines in a batch file: cd projects1 maven clean REM the following lines get never executed: cd ..\project2 maven clean ...and execute it on Win2K, after

RE: maven-call exits windows batch file: feature or bug?

2004-03-05 Thread Jean-Marc Lavoie
Try using: call maven clean -Original Message- From: Oliver Nölle [mailto:[EMAIL PROTECTED] Sent: Friday, March 05, 2004 8:08 AM To: Maven Users List Subject: maven-call exits windows batch file: feature or bug? When I write the followin lines in a batch file: cd