The mistake with slashes is obvious, but it still doesn't work on my system. I have error message "Invalid directory name" (I have Polish Windows, so this is my translation from Polish). Can anyone confirm that it works now?
Greg ----- Original Message ----- From: "Brett Porter" <[EMAIL PROTECTED]> To: "Maven Developers List" <[email protected]> Sent: Tuesday, October 18, 2005 11:00 PM Subject: Re: svn commit: r321412 - in /maven/components/trunk/maven-core/src/bin: m2 m2.bat mvn mvn.bat > This was just a dumb mistake: / should be \. I've tested this and it > works. > > - Brett > > 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]
