ruby-maven icon indicating copy to clipboard operation
ruby-maven copied to clipboard

Does not work on cygwin

Open rbotafogo opened this issue 8 years ago • 3 comments

I´m on Windows 32 with Cygwin. Trying to run ruby-maven does not work and gives the message: "cannot load org.codehaus.plexus.classworlds.launcher.Launcher". Maven is properly installed in my machine and doing mvn --version gives:

Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 10:51:28-0300) Maven home: D:\rbotafogo\cygwin\usr\local\lib\apache-maven-3.0.5 Java version: 1.8.0_45, vendor: Oracle Corporation Java home: D:\rbotafogo\cygwin\jdk1.8.0_45\jre Default locale: pt_BR, platform encoding: Cp1252 OS name: "windows 7", version: "6.1", arch: "x86", family: "dos"

I think the problem might come from M2_HOME that for mvn requires specs with '' and in ruby-maven probably requires it with '/'.

rbotafogo avatar Jan 18 '16 21:01 rbotafogo