-
-
Notifications
You must be signed in to change notification settings - Fork 922
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JRuby-Complete-1.7.21 not running Rake on WIndows 7 #3133
Comments
Based on the stack trace, I'm guessing you don't have a PATH environment variable? That seems unusual. Looks like you're running cmder, yes? I can add a safer check for PATH but it's surprising that it isn't present. A workaround for you would be to set up the PATH env var somewhere. |
When this build completes: https://projectodd.ci.cloudbees.com/view/JRuby/job/jruby-1.7-dist/325/ Try a 1.7.22-SNAPSHOT build from http://ci.jruby.org and confirm it's working. Thanks! |
I could potentially setup the PATH variable in my run_jruby.bat script couldn't I? Yes, I am using Cmder, since its awsome for Windows. |
This Snapshot did work for me this time. I just need to figure out to compile this into a JAR. Thanks @headius |
there is something odd here:
this file indeed does not exists and it should be:
@predatorian3 I reopened the issue to make sure both cases work for you. the first case where you do NOT have rake installed but want to use the one from jruby-complete.jar and the second one with bundler command. thanx. |
@mkristian I think this is what you're asking for, correct?
I copied the 1.7.21 jar to a new folder without the vendor\gem_home directory, and commented out the GEM_PATH, and GEM_HOME variables in my run script. |
not sure if you used a jruby-complete with the patch from @headius ? in case you need jruby-complete from the current jruby-1_7 branch I deployed one here: https://oss.sonatype.org/content/repositories/snapshots/org/jruby/jruby-complete/1.7.22-SNAPSHOT/ |
My apologies. The above output was from the JAR provide don the jruby web page, and not the SNAPSHOT that @headius provided. Here's the output from the SNAPSHOT.
So it did run the Rakefile Successfully without me downloading the Gem, and using the built-in one. |
http://stackoverflow.com/q/31351099/2009612
I had already made a post on StackExchange about this. I downloaded the jruby-complete-1.7.21.jar and used Java 1.7.0u71 on Windows 7. However, I get these errors.
Java Version:
JRuby version
My script to run JRuby
The Error:
However, the Rake gem is there:
I am also having issues running gems I downloaded like Bundler
The text was updated successfully, but these errors were encountered: