I'm using Spring Roo in STS and when I run the command "perform tests" I get the following error:
Cannot run program "mvn.bat" (in directory "C:\SS workspace\hello"): CreateProcess error=2, The system cannot find the file specified
Does anyone know what's the problem? I have maven installed properly and the PATH env set to MAVEN_HOME/bin
My Guess is that it chokes on the whitespace character in the current directory (although it shouldn't)