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.

Is this the intended behaviour?
Shouldn't it be possible to execute several maven calls in a batch file?

Let me know whether I should raise an issue in Jira (probably in the core
module?).

Oliver


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to