Re: [M2.0] release:perform is broken again

2005-10-21 Thread Brett Porter
D] Sent: Friday, 21 October 2005 3:45 AM To: Maven Developers List Subject: Re: [M2.0] release:perform is broken again Unfortunately that didn't add anything. Can you edit %M2_HOME%\bin\m2.bat and remove the @ECHO OFF? - Brett Michael McCrann wrote: Brett, Output after setting MA

RE: [M2.0] release:perform is broken again

2005-10-20 Thread Michael McCrann
inal Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Friday, 21 October 2005 3:45 AM To: Maven Developers List Subject: Re: [M2.0] release:perform is broken again Unfortunately that didn't add anything. Can you edit %M2_HOME%\bin\m2.bat and remove the @ECHO OFF? - Brett Mic

Re: [M2.0] release:perform is broken again

2005-10-20 Thread Brett Porter
ven Developers List Subject: Re: [M2.0] release:perform is broken again sorry, as an env. var. - Brett Michael McCrann wrote: Brett, Do I set this in the pom.xml or as an environmental variable? Michael - To unsubscribe, e-mail: [EMAIL

Re: [M2.0] release:perform is broken again

2005-10-20 Thread Grzegorz Slowikowski
Hi This seems to be the same error, I was writing about some days ago. Greg - Original Message - From: "Michael McCrann" <[EMAIL PROTECTED]> To: "Maven Developers List" Sent: Thursday, October 20, 2005 2:14 AM Subject: RE: [M2.0] release:perform is broken

RE: [M2.0] release:perform is broken again

2005-10-19 Thread Michael McCrann
eFailures(DefaultLifecycleE a:301) -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 October 2005 10:35 AM To: Maven Developers List Subject: Re: [M2.0] release:perform is broken again sorry, as an env. var. - Brett Michael McCrann wrote: > Brett, >

Re: [M2.0] release:perform is broken again

2005-10-19 Thread Brett Porter
sorry, as an env. var. - Brett Michael McCrann wrote: Brett, Do I set this in the pom.xml or as an environmental variable? Michael - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

RE: [M2.0] release:perform is broken again

2005-10-19 Thread Michael McCrann
Brett, Do I set this in the pom.xml or as an environmental variable? Michael -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 October 2005 10:23 AM To: Maven Developers List Subject: Re: [M2.0] release:perform is broken again can you set

Re: [M2.0] release:perform is broken again

2005-10-19 Thread Brett Porter
can you set MAVEN_BATCH_ECHO=on first? Michael McCrann wrote: Brett, This is my output: [INFO] [release:perform] [INFO] Checking out the project to perform the release ... THE m2 COMMMAND IS DEPRECATED - PLEASE RUN mvn INSTEAD The system cannot find the path specified. [INFO] --

RE: [M2.0] release:perform is broken again

2005-10-19 Thread Michael McCrann
er [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 October 2005 10:06 AM To: Maven Developers List Subject: Re: [M2.0] release:perform is broken again I tested this under cygwin and got a warning, but not a failure. What is the issue you see? - Brett Michael McCrann wrote: > Hi, > > The r

Re: [M2.0] release:perform is broken again

2005-10-19 Thread Brett Porter
I tested this under cygwin and got a warning, but not a failure. What is the issue you see? - Brett Michael McCrann wrote: Hi, The release:perform goal is broken in the M2.0 release. When the goal creates a process to execute a Maven that runs the deploy goal, it is still executing 'm2' rat

[M2.0] release:perform is broken again

2005-10-19 Thread Michael McCrann
Hi, The release:perform goal is broken in the M2.0 release. When the goal creates a process to execute a Maven that runs the deploy goal, it is still executing 'm2' rather than 'mvn'. I have a workaround (Windows, CYGWIN environment): - make a backup of m2.bat - copy mvn.bat to m2.bat release