No, Windows XP. I don't know this syntax, but from my experience you don't need "%~dps0/" part of the command. I tested it and simpe "mvn" does work. I will try to figure out, what's going on.
Greg P.S You could change "m2" calls to "mvn" ones in all scripts to avoid log messages about deprecation. ----- Original Message ----- From: "Brett Porter" <[EMAIL PROTECTED]> To: "Maven Developers List" <[email protected]> Sent: Tuesday, October 18, 2005 2:59 AM Subject: Re: svn commit: r321412 - in /maven/components/trunk/maven-core/src/bin: m2 m2.bat mvn mvn.bat > It works for me - Are you on Windows 98? > > Grzegorz Słowikowski wrote: >> Hi >> >> Command: >> >> %~dps0/mvn %* >> >> in m2.bat doesn't work. >> Why don't use simply: >> >> mvn %* >> >> Greg >> >> ----- Original Message ----- >> From: <[EMAIL PROTECTED]> >> To: <[email protected]> >> Sent: Saturday, October 15, 2005 8:27 PM >> Subject: svn commit: r321412 - in >> /maven/components/trunk/maven-core/src/bin: m2 m2.bat mvn mvn.bat >> >> >> >>>Author: brett >>>Date: Sat Oct 15 11:27:49 2005 >>>New Revision: 321412 >>> >>>URL: http://svn.apache.org/viewcvs?rev=321412&view=rev >>>Log: >>>merg from tag up to r321409 >>> >>>Added: >>> maven/components/trunk/maven-core/src/bin/mvn >>> - copied unchanged from r321409, >>>maven/components/tags/maven-2.0/maven-core/src/bin/mvn >>> maven/components/trunk/maven-core/src/bin/mvn.bat >>> - copied unchanged from r321409, >>>maven/components/tags/maven-2.0/maven-core/src/bin/mvn.bat >>>Modified: >>> maven/components/trunk/maven-core/src/bin/m2 >>> maven/components/trunk/maven-core/src/bin/m2.bat >>> >>>Modified: maven/components/trunk/maven-core/src/bin/m2 >>>URL: >>>http://svn.apache.org/viewcvs/maven/components/trunk/maven-core/src/bin/m2?rev=321412&r1=321411&r2=321412&view=diff >>>============================================================================== >> >> ... >> >> >> >> >> --------------------------------------------------------------------- >> 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]
