You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@buildr.apache.org by Pepijn Van Eeckhoudt <pe...@vaneeckhoudt.net> on 2012/03/02 14:29:47 UTC

JRuby specific system in core/util.rb

Does anyone remember why the jruby specific system workaround using FFI 
was done in core/util.rb? This has the annoying side effect on windows 
of bringing up a new console window for the subprocess everytime it is 
run. Seems to work fine with the non-jruby specific variant as well.

Pepijn

Re: JRuby specific system in core/util.rb

Posted by Antoine Toulme <an...@lunar-ocean.com>.
I think back then FFI was not supported or completely implemented.

On Fri, Mar 2, 2012 at 05:29, Pepijn Van Eeckhoudt
<pe...@vaneeckhoudt.net>wrote:

> Does anyone remember why the jruby specific system workaround using FFI
> was done in core/util.rb? This has the annoying side effect on windows of
> bringing up a new console window for the subprocess everytime it is run.
> Seems to work fine with the non-jruby specific variant as well.
>
> Pepijn
>