Re: [jruby-dev] Problem running test suite with Java 6 on Mac.

2010-09-13 Thread Stephen Bannasch
>On Mon, Sep 13, 2010 at 1:53 AM, Ola Bini wrote: >> Haven't built JRuby in a while, and now suddenly I have problems running the >> test suite. Specifically, it hangs for Java 6 during the Testsuite: >> org.jruby.test.JRubyTestSuite step. Is anyone else seeing this? >> >> It works fine with Java

[jruby-dev] [jira] Created: (JRUBY-5078) pty.rb should be converted to use posix_spawn()

2010-09-13 Thread Wayne Meissner (JIRA)
pty.rb should be converted to use posix_spawn() --- Key: JRUBY-5078 URL: http://jira.codehaus.org/browse/JRUBY-5078 Project: JRuby Issue Type: Bug Reporter: Wayne Meissner A

Re: [jruby-dev] Problem running test suite with Java 6 on Mac.

2010-09-13 Thread Douglas Campos
I ran it sucessfully here (ant test) java version "1.6.0_20" Java(TM) SE Runtime Environment (build 1.6.0_20-b02-279-10M3065) Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01-279, mixed mode) On Mon, Sep 13, 2010 at 9:29 PM, Yoko Harada wrote: > On Mon, Sep 13, 2010 at 11:00 AM, Nick Sieger wro

Re: [jruby-dev] Problem running test suite with Java 6 on Mac.

2010-09-13 Thread Yoko Harada
On Mon, Sep 13, 2010 at 11:00 AM, Nick Sieger wrote: > On Mon, Sep 13, 2010 at 1:53 AM, Ola Bini wrote: >> Haven't built JRuby in a while, and now suddenly I have problems running the >> test suite. Specifically, it hangs for Java 6 during the Testsuite: >> org.jruby.test.JRubyTestSuite step. Is

[jruby-dev] [jira] Created: (JRUBY-5077) warbled rails3 app produces bundler error if using gems from git repos

2010-09-13 Thread David Lee (JIRA)
warbled rails3 app produces bundler error if using gems from git repos -- Key: JRUBY-5077 URL: http://jira.codehaus.org/browse/JRUBY-5077 Project: JRuby Issue Type: Bug

Re: [jruby-dev] Problem running test suite with Java 6 on Mac.

2010-09-13 Thread Nick Sieger
On Mon, Sep 13, 2010 at 1:53 AM, Ola Bini wrote: > Haven't built JRuby in a while, and now suddenly I have problems running the > test suite. Specifically, it hangs for Java 6 during the Testsuite: > org.jruby.test.JRubyTestSuite step. Is anyone else seeing this? > > It works fine with Java 5. > >