From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Evan Weaver Newsgroups: gmane.comp.lang.ruby.mongrel.devel Subject: Re: [Mongrel] Mongrel, cross compilation, Echoe and rake-compiler Date: Sun, 26 Apr 2009 19:50:42 -0700 Message-ID: References: <71166b3b0904261732j6d5c50fay3d05fdca7f4a6b6e@mail.gmail.com> <71166b3b0904261836ua76ee21p35b46b999d02e2f8@mail.gmail.com> Reply-To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1240803609 31704 80.91.229.12 (27 Apr 2009 03:40:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Apr 2009 03:40:09 +0000 (UTC) Cc: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Original-X-From: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Mon Apr 27 05:38:04 2009 Return-path: Envelope-to: gclrmd-mongrel-development@m.gmane.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:cc :content-type:content-transfer-encoding; bh=jH8AZJOkODA8LZ5uJxo7rZyRtKIEV/gpmC84qBM8CQ0=; b=wMQG55v5ymSH84ix4C17f+dIyhfGwJUNwR+MUvrjPeXpvbyTh6uWt4qYijhJzyFugo 0AEVMG67pXzQuPVjuif4gFoSuQF/aescq0H0UD3eJ8OQ5epfLa2VrBG2RoPY+g3KCmLU FnNJzAJNFuL/N6BRFlw9YzFWjM9daeCOBVFww= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:cc:content-type :content-transfer-encoding; b=G5O7yAfdWmme8bi+zWcEqY92my07XdzajHqM7rvoKOS3CSkLVP5KgwoE37Y+qxgqkl IH0oXma9kk4nblkAVq2azLB17pEP2YM9J7hy3l3jnDaC+ajUslGp545VRH1rqruHL6tm f4QVxBsdJelfOqa+/wLpgkYJi0fRG8psZhK8w= In-Reply-To: <71166b3b0904261836ua76ee21p35b46b999d02e2f8-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> X-Google-Sender-Auth: cdf6f40af45847d5 X-BeenThere: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Xref: news.gmane.org gmane.comp.lang.ruby.mongrel.devel:107 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1LyGyR-00013G-Lk for gclrmd-mongrel-development@m.gmane.org; Mon, 27 Apr 2009 04:53:40 +0200 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id B6B451978594; Sun, 26 Apr 2009 22:51:33 -0400 (EDT) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by rubyforge.org (Postfix) with ESMTP id 691001978592 for ; Sun, 26 Apr 2009 22:50:58 -0400 (EDT) Received: by yw-out-2324.google.com with SMTP id 3so1269351ywj.59 for ; Sun, 26 Apr 2009 19:50:57 -0700 (PDT) Received: by 10.151.132.4 with SMTP id j4mr8011195ybn.192.1240800657121; Sun, 26 Apr 2009 19:50:57 -0700 (PDT) List-Post: If you just want to get current Mongrel up to speed, branch from 1.1.5 I gu= ess. Evan On Sun, Apr 26, 2009 at 6:36 PM, Luis Lavena wrote: > On Sun, Apr 26, 2009 at 10:12 PM, Evan Weaver 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 holding my breathe until I see these patckes > ;-) > >> My plan is as so: >> >> Gossamer + Rack launch script + some optimizations/bugfixes + Ruby 1.9 >> compat =3D more or less Mongrel 2.0. >> > > The work on this has already started? Gossamer is the codename? > >> This puts you in a tough spot, but it's probably best to branch off >> Gossamer and let me forward-port whatever is missing. The 1.x branches >> are effectively dead, except for a Ruby 1.9 compat update (v1.1.6). >> > > I've no problem working with bleeding edge stuff, as long I can find it := -) > >> I promise to get to this every weekend, and don't, so I'll stop >> promising. I may be able to squeeze some time out of work to spend on >> it. >> > > No rush, my only concern is ensure Mongrel itself works on the > upcoming One-Click Installer. Got all the details ironed to do a > release tonight, and when started to install in a sandbox found that > Mongrel wasn't working. > > Anyhow, now I have a Mac so 3 way testing between Linux, OSX and > Windows is now possible form my side, so promise not break anything > :-) > > Cheers, > -- > Luis Lavena > AREA 17 > - > Perfection in design is achieved not when there is nothing more to add, > but rather when there is nothing more to take away. > Antoine de Saint-Exup=E9ry > _______________________________________________ > Mongrel-users mailing list > Mongrel-users-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org > http://rubyforge.org/mailman/listinfo/mongrel-users > -- = Evan Weaver