Re: [Mongrel] [Mongrel-development] Mongrel, cross compilation, Echoe and rake-compiler

2009-04-26 Thread Evan Weaver
I think that's a good plan. Echoe has some rudimentary cross-compilation (used for JRuby), but not for Mingw. Your way is better. My plan is as so: Gossamer + Rack launch script + some optimizations/bugfixes + Ruby 1.9 compat = more or less Mongrel 2.0. This puts you in a tough spot, but it's

Re: [Mongrel] [Mongrel-development] Mongrel, cross compilation, Echoe and rake-compiler

2009-04-26 Thread Luis Lavena
On Sun, Apr 26, 2009 at 10:12 PM, Evan Weaver e...@cloudbur.st wrote: I think that's a good plan. Echoe has some rudimentary cross-compilation (used for JRuby), but not for Mingw. Your way is better. rake-compiler still doesn't support JRuby, but perhaps a JavaJarTask is coming, but I'm not

Re: [Mongrel] [Mongrel-development] Mongrel, cross compilation, Echoe and rake-compiler

2009-04-26 Thread Eric Wong
Evan Weaver e...@cloudbur.st wrote: My plan is as so: Gossamer + Rack launch script + some optimizations/bugfixes + Ruby 1.9 compat = more or less Mongrel 2.0. Cool. I'm pretty sure Unicorn and Gossamer are both 1.9-compatible (all the tests manage to pass), but I don't have any real code

Re: [Mongrel] [Mongrel-development] Mongrel, cross compilation, Echoe and rake-compiler

2009-04-26 Thread Eric Wong
Luis Lavena luislav...@gmail.com wrote: On Sun, Apr 26, 2009 at 10:12 PM, Evan Weaver e...@cloudbur.st wrote: My plan is as so: Gossamer + Rack launch script + some optimizations/bugfixes + Ruby 1.9 compat = more or less Mongrel 2.0. The work on this has already started? Gossamer is