I’m working on a JRuby application that automates running gems by using
popen3 and found what appears to be a bug.
Using Open3.popen3(‘jruby someGem -v’) hangs JRuby on Windows. On
Ubuntu it works as expected. Is there a workaround for this? I found a
similar issue in JIRA.
I’m working on a JRuby application that automates running gems by using
popen3 and found what appears to be a bug.
Using Open3.popen3(‘jruby someGem -v’) hangs JRuby on Windows. Â On Ubuntu it
works as expected. Â Is there a workaround for this? Â I found a similar issue
in JIRA.
works as expected.
Since it works fine when run from the proper environment, it’s likely
not a bug and just an issue of making sure the load path is correct. I
rewrote the application to call into the gems instead of using popen3.
Since it works fine when run from the proper environment, it’s likely not a
bug and just an issue of making sure the load path is correct. Â I rewrote
the application to call into the gems instead of using popen3.
If you feel up to it, you might report it to the NetBeans guys, so
they at least have it in their queue.
Charlie
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.