Jruby and background processes
------------------------------

                 Key: JRUBY-2375
                 URL: http://jira.codehaus.org/browse/JRUBY-2375
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.1, JRuby 1.1RC3, JRuby 1.1RC2, JRuby 1.1RC1, 
JRuby 1.1b1, JRuby 1.0.3
         Environment: Ubuntu Linux 2.6.25 Kernel, Java(TM) SE Runtime 
Environment (build 1.6.0_03-b05)
            Reporter: Michael Clay
            Assignee: Thomas E Enebo
            Priority: Minor


When writing a rake task that needed start Xvfb in the background to run 
Selenium tests headlessly, I attempted to use the following command:

sh "Xvfb :99 -ac &"

When executing the rake task under JRuby, Xvfb stays in the foreground.  When 
ran from c-ruby, however, Xvfb goes to the background as expected.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to