Brett,

Here is the output with @echo off removed.
(I am running on under Cygwin on Windows 2000.)


[INFO] [release:perform]
[INFO] Checking out the project to perform the release ...

c:\michaels_projects\transact\target\checkout>echo.


c:\michaels_projects\transact\target\checkout>echo THE m2 COMMMAND IS 
DEPRECATED - PLEASE RUN mvn INSTEAD
THE m2 COMMMAND IS DEPRECATED - PLEASE RUN mvn INSTEAD

c:\michaels_projects\transact\target\checkout>echo.


c:\michaels_projects\transact\target\checkout>c:\APPLIC~1\maven-2.0\bin\m2.b\mvn
 deploy -DperformRelease=true --no-plug
n-updates
The system cannot find the path specified.
[INFO] 
----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] 
----------------------------------------------------------------------------
[INFO] Result of m2 execution is: '1'. Release failed.
[INFO] 
----------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch

Also, here is the is the m2.bat file:

@rem @ECHO OFF
echo.
echo THE m2 COMMMAND IS DEPRECATED - PLEASE RUN mvn INSTEAD
echo.

%~dps0\mvn %*



-----Original 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

Michael McCrann wrote:
> Brett,
> 
> Output after setting  MAVEN_BATCH_ECHO=on, the output is:
> 
> 
> [DEBUG] Configuring mojo 
> 'org.apache.maven.plugins:maven-release-plugin:2.0-beta-3:perform' -->
> [DEBUG]   (f) basedir = c:\michaels_projects\transact
> [DEBUG]   (f) interactive = true
> [DEBUG]   (f) project = [EMAIL PROTECTED]
> [DEBUG]   (f) workingDirectory = c:\michaels_projects\transact\target/checkout
> [DEBUG] -- end configuration --
> [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] 
> ----------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] 
> ----------------------------------------------------------------------------
> [INFO] Result of m2 execution is: '1'. Release failed.
> [INFO] 
> ----------------------------------------------------------------------------
> [DEBUG] Trace
> org.apache.maven.lifecycle.LifecycleExecutionException: Result of m2 
> execution is: '1'. Release failed.
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:544
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:452)
>         at 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(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,
>>
>>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 PROTECTED]
> 
> 
> 
> NOTICE
> This e-mail and any attachments are confidential and may contain copyright 
> material of Macquarie Bank or third parties. If you are not the intended 
> recipient of this email you should not read, print, re-transmit, store or act 
> in reliance on this e-mail or any attachments, and should destroy all copies 
> of them. Macquarie Bank does not guarantee the integrity of any emails or any 
> attached files. The views or opinions expressed are the author's own and may 
> not reflect the views or opinions of Macquarie Bank.
> 
> 
> ---------------------------------------------------------------------
> 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]


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

Reply via email to