Hi,
What is the status of this, was a (Codehaus) project created?
Thanks,
Arent-Jan
Jason van Zyl-2 wrote:
>
> Ok, so I won't bother trying to find the exact point at which the
> license changed and take the tag for the 3.2.3.
>
> I'll just create a project at Codehaus unless someone wants
: Windows 2000 SP4 / Maven 2.0
Reporter: ajbanck
When running Maven 2 by calling mvn.bat on Windows 2000 (SP4) the batch file
sets M2_HOME to a value including the name of the batch file itself.
This results in an error:
ERROR: M2_HOME is set to an invalid directory.
M2_HOME = C:\maven\maven-2.0\bin
orter: ajbanck
the m2.bat doesn't work on Windows 2000.
This batch uses '%~dps0\mvn %*' to call the mvn batch file. %~dps0 expands to
the path including the batch name, resulting in an incorrect path.
Looking at another batch (cruisecontrol.bat) uses %~dp0 instead of %~dps0
Current Out