batch script halts after mvn command

2008-04-30 Thread Ramunas

Hi,
I use maven 2.0.7.
I wrote a *.bat file to execute maven command (and some other commands). 
But when mvn script finishes, the *.bat file do not process any other 
commands which follows mvn.

Any solutions to fix that?



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



Re: batch script halts after mvn command

2008-04-30 Thread Ramunas


Thanks. CALL solved the problem

Bernhard David wrote:

Hello,

I believe if you call one batch file from another you need to use CALL
- see help call if you have it. start.exe (with some parameters)
might also work. Or, if that fails, command.com /c file.bat.

Yours,

David

  

-Original Message-
From: Ramunas [mailto:[EMAIL PROTECTED] 
Sent: 30 April 2008 10:11

To: Maven Users List
Subject: batch script halts after mvn command

Hi,
I use maven 2.0.7.
I wrote a *.bat file to execute maven command (and some other 
commands). 
But when mvn script finishes, the *.bat file do not process any other 
commands which follows mvn.

Any solutions to fix that?



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





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


  



--

Pagarbiai,
*Ramu-nas Pilotas*
IS analitikas-projektuotojas

UAB Metamodelis
mobil. 8 674 36316
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
_www.metamodelis.lt_

P.S. Jei ši; pranešima; gavote per klaida;, prašome ji; ištrinti.



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



RE: batch script halts after mvn command

2008-04-30 Thread Bernhard David
Hello,

I believe if you call one batch file from another you need to use CALL
- see help call if you have it. start.exe (with some parameters)
might also work. Or, if that fails, command.com /c file.bat.

Yours,

David

 -Original Message-
 From: Ramunas [mailto:[EMAIL PROTECTED] 
 Sent: 30 April 2008 10:11
 To: Maven Users List
 Subject: batch script halts after mvn command
 
 Hi,
 I use maven 2.0.7.
 I wrote a *.bat file to execute maven command (and some other 
 commands). 
 But when mvn script finishes, the *.bat file do not process any other 
 commands which follows mvn.
 Any solutions to fix that?
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

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