|
Slightly enhanced version of the rake batch file a Rails batch file for Windows users, as suggested by Changshin Lee rake.cmd Thanks for the bat files. Ok, here's the thing. Everyone is going to want to have their favorite batch file included, so instead, I made a builtin command to generate them for you. Please check out the 1.0 branch and try it out: jruby -S generate_bat_stubs This will look for any gem stubs that don't have corresponding .bat stubs and create them. This has cause quite some confusion for us. Even in JRuby 1.1.5, rake.bat is missing. Would it be possible to run this command automatically during the build? Reopening because we should probably make sure we're shipping .bat files for the gems we install (and should figure out a way to get the gems to install .bat files too)..... Yes yes, another bug marked for 1.1.6. But it needs to be done to support windows, so I'm hoping, hoping we can do something For built in shipped gems like rake and rspec I added generate_bat_stubs to the end of maybe_install_gems. Now we should generate bat files. Too bad we cannot put post install hook into gems itself for this. Fix in commit 8243 |
||||||||||||||||||||||||||||||||||||||||||||||
A batch file for Rails as well.
Thanks.