You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this on my windows 7 and 8 jenkins slaves. The JDK path used on maven based projects is the full one, C:\Program Files\Java\jdk\bin, but leiningen only uses the last folder, "bin".
[TESTING] $ cmd.exe /C /bin/java -client -XX:+TieredCompilation -Xbootclasspath/a:c:\Jenkins\tools\lein.jar -Dfile.encoding=UTF-8 -Dmaven.wagon.http.ssl.easy=false -Dleiningen.original.pwd=C:\Jenkins\workspace\TESTING -cp c:\Jenkins\tools\lein.jar clojure.main -m leiningen.core.main ring uberwar
The system cannot find the path specified.
The text was updated successfully, but these errors were encountered:
I get this on my windows 7 and 8 jenkins slaves. The JDK path used on maven based projects is the full one, C:\Program Files\Java\jdk\bin, but leiningen only uses the last folder, "bin".
[TESTING] $ cmd.exe /C /bin/java -client -XX:+TieredCompilation -Xbootclasspath/a:c:\Jenkins\tools\lein.jar -Dfile.encoding=UTF-8 -Dmaven.wagon.http.ssl.easy=false -Dleiningen.original.pwd=C:\Jenkins\workspace\TESTING -cp c:\Jenkins\tools\lein.jar clojure.main -m leiningen.core.main ring uberwar
The system cannot find the path specified.
The text was updated successfully, but these errors were encountered: