Re: solution for exit code problems in maven1

2005-11-04 Thread Baz
The environment of the parent process is carried through to child processes: you define it in run.bat so it's in java.exe's environment, and hence in the environment of processes java spawns, and so on. That's actually semi-sensible. Its the behaviour of 'exit' in batch files that's just freaky. I

RE: solution for exit code problems in maven1

2005-11-04 Thread Barrow, Zach
Hello all, I tried Baz's suggestion and it seems to work now for me. Thanks for the help everyone. -Zach -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Friday, November 04, 2005 8:03 AM To: continuum-users@maven.apache.org Subject: Re: solution for exit co

Re: solution for exit code problems in maven1

2005-11-04 Thread Emmanuel Venisse
I'm surprised that it works if you define MAVEN_TERMINATE_CMD in run.bat Emmanuel Baz a écrit : I've added this as a comment on http://jira.codehaus.org/browse/CONTINUUM-413 but since several people are having the problem, I thought I'd tell the list. The correct answer is, change continuum's

solution for exit code problems in maven1

2005-11-04 Thread Baz
I've added this as a comment on http://jira.codehaus.org/browse/CONTINUUM-413 but since several people are having the problem, I thought I'd tell the list. The correct answer is, change continuum's run.bat to begin: @echo off set MAVEN_TERMINATE_CMD=on then add this one line to the end of maven.b