|
I've seen that quite a few of the Jakarta projects have their Ant builds set up to download dependent JARs from somewhere (usually a Maven repo). How about a little Ant task that calls JRuby to call something in the rubygems module to fetch the Rake and RSpec gems as part of the build? Probably overkill. FYI:
All set to go for 1.0. The only artifact that won't contain the gems is the complete jar that's generated by the ant build, but since we don't distribute that, it shouldn't matter. Is this issue actually complete? When I download jruby-bin-1.0.zip, unzip and type "rake" at the command line on Windows it says "'rake' is not recognized as an internal or external command".. I expected to see rake.bat in the /bin/ folder??? Damon. We're not creating .bat stubs for installed gems. Instead, please get used to doing jruby -S rake If you think we should be creating .bat stubs, please create a new issue for that. |
|||||||||||||||||||||||||||||||||||||||||
First: Thanks a ton for deciding to include RSpec in JRuby. It's going to be interesting to see how people will use RSpec with Java objects.
Ola showed me some minor quirks in RSpec's own specs that were a hindrance for 100% green on JRuby. I've just committed fixes for all of these, so hopefully everything is ok now. Those fixes will be in 1.0.1. Give us a heads up and we can release it before you push out 1.0.0.
I agree that it's a little dirty to check in copies of Rake/RSpec source into your svn. Perhaps a pragmatic middle ground is to just check in the gem files? Or was that what you meant?