Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 17716 invoked from network); 8 May 2010 03:57:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 May 2010 03:57:58 -0000 Received: (qmail 37296 invoked by uid 500); 8 May 2010 03:57:58 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 37014 invoked by uid 500); 8 May 2010 03:57:58 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 37007 invoked by uid 99); 8 May 2010 03:57:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 May 2010 03:57:57 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jgawor@gmail.com designates 209.85.212.54 as permitted sender) Received: from [209.85.212.54] (HELO mail-vw0-f54.google.com) (209.85.212.54) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 May 2010 03:57:50 +0000 Received: by vws17 with SMTP id 17so1139699vws.13 for ; Fri, 07 May 2010 20:57:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=hvEmqe67m7CtL0cJj/JEaLZJ6usShBC8n0Mtzorvx0A=; b=bnuFSvrJz6hdpBM6QGXahGuR85y6VsY/WSgxow1UPOKXt7tD/JbryLtyPGtysk9Xtw rkeyP/xf34hwXwfyvLUbppeB93X9lM/Mbo48lR9SXivRjyHQaMwVonoGr6HGRgGKira3 FvPfYqZwDdCZ27NofQzZyJ7FWitniZVQTx8nE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=TDj+FkMXD5njI4SnznPvD385YbpmcnNcu7CHCg+5pRc6t3bl+SgQBW6q27ItDtQcvm OwnYWunCb6UPcKJ5IGVCFL2QH2wdUgAfPYYzocjAg56cD6iXaftUf3KMKxH0cOU74hQw xsy/o2+pd75Pgj66CPkL6obWsPopLrpUIRGug= MIME-Version: 1.0 Received: by 10.220.122.220 with SMTP id m28mr783624vcr.2.1273291049177; Fri, 07 May 2010 20:57:29 -0700 (PDT) Received: by 10.220.46.67 with HTTP; Fri, 7 May 2010 20:57:29 -0700 (PDT) In-Reply-To: <8B331BD5-829B-44DC-A1A7-48BED5229EB2@yahoo.com> References: <8B331BD5-829B-44DC-A1A7-48BED5229EB2@yahoo.com> Date: Fri, 7 May 2010 23:57:29 -0400 Message-ID: Subject: Re: svn commit: r942204 - in /geronimo/server/trunk/framework/configs/karaf-framework/src/main/distribution: unix-shell/bin/client unix-shell/bin/deploy unix-shell/bin/geronimo unix-shell/bin/karaf unix-shell/bin/setjavaenv.sh windows-text/bin/karaf. From: Jarek Gawor To: dev@geronimo.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Fri, May 7, 2010 at 7:54 PM, David Jencks wrote= : > Well, we've already confused all the 2.2 users who got used to starting g= eronimo using the gsh script. I don't think many people used gshell or gshell commands to start geronimo. I think most of geronimo users use "geronimo" and "deploy" scripts. > I'd like to attract karaf users who are used to starting karaf with the k= araf script. =A0One of my longer term goals is to make geronimo more and mo= re into a bunch of stuff running on karaf. =A0So, I regard the various tomc= at like geronimo scripts as legacy and deprecated. Well, I think we should discuss this direction in the community first before doing anything about it. Also, I don't know why we would need to attract karaf users in the first place. I certainly don't want to start geronimo server by executing "karaf" script or seeing "welcome to karaf" type of messages after starting the server. Karaf was a good starting point for Geronimo for the conversion to OSGi but I don't think we have to completely rebase Geronimo on top of karaf. So far we have been taking bits and pieces of karaf and integrating it with Geronimo. I think that approach makes sense now. Jarek