Charles Oliver Nutter
Charles Oliver Nutter
I removed a hack by @nicksieger that apparently worked around some issues with gem specifications' "loaded from" attribute when loading bundler. The logic presented does not properly handle the case...
jbundler-related failures are going to need an update to that library. I've started the process here: https://github.com/mkristian/jbundler/pull/104 cc @mkristian I need to move that repo over to jruby org and...
maven-tools 1.2.3 has been released which included a few unreleased fixes. This eliminates some build failures due to it referencing the defunct torquebox gem proxy URL.
With an updated jbundler (only available as a local build) and maven-tools I have failures down to four: ``` 1) Warbler::Jar with Bundler in a war project with :git entries...
I've dealt with the ostruct issue by adding it as a dependency and using a newer version of rake that doesn't also use it blindly. The bytecode version failure was...
The DRbServer used for running some tests remains a little flaky, but with latest changes this should be green on JRuby 10. jbundler 0.9.5 has been released and that project...
@olleolleolle Yeah good idea. No really compelling reason to test against several versions anymore.
@mjansing Yeah I realize there's still some work needed here. I'll be circling back to this once we have JRuby 10.0.1.0 out. I also see that some of the integration...
@mrnoname1000 maybe you can help me look into this? It's either an issue with the new native launcher or the shell script.
@seanstory Have not been able to reproduce outside of rbenv with the same script. Could you provide the output of `jruby --environment` with you env and setup?