Return-Path: X-Original-To: apmail-felix-users-archive@minotaur.apache.org Delivered-To: apmail-felix-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0F6E41809E for ; Thu, 23 Jul 2015 16:55:28 +0000 (UTC) Received: (qmail 3664 invoked by uid 500); 23 Jul 2015 16:48:48 -0000 Delivered-To: apmail-felix-users-archive@felix.apache.org Received: (qmail 3605 invoked by uid 500); 23 Jul 2015 16:48:48 -0000 Mailing-List: contact users-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@felix.apache.org Delivered-To: mailing list users@felix.apache.org Received: (qmail 3588 invoked by uid 99); 23 Jul 2015 16:48:48 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jul 2015 16:48:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 9DF4B1A7743 for ; Thu, 23 Jul 2015 16:48:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.9 X-Spam-Level: * X-Spam-Status: No, score=1.9 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_BL_SPAMCOP_NET=2, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id CYOuTY8xnGUq for ; Thu, 23 Jul 2015 16:48:39 +0000 (UTC) Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id D8B4820A93 for ; Thu, 23 Jul 2015 16:48:38 +0000 (UTC) Received: by wibxm9 with SMTP id xm9so1963146wib.1 for ; Thu, 23 Jul 2015 09:47:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=VZlcuSCual9/ddTsGT0yDQZxt7jLH3PgTFxLk96hP5I=; b=cpE84ZS5whZcIdNFmS4b8yBeDXqp4faQRqLKAHs+pLHqB6qspUyzAlPIqPQxGQ3/7U fP56aW9rRXmEmCkxj2FtRhLFi3/SUggL0q5CcrxizS2rcou1N7hk0U7E3Oyq8y//mAE/ DG5hB+K0tNKQF6iAVuyhoNalfRyNdCblZEY1uiKeqlwrkBi+eCBiU6B/boEalAcVx5xs xRlnTIBgQNwC554HQ1C8MbanTyfFaZs6C3oJCy0mdsYITE6YWQenWHIswK3mvs23qVe+ xUvzMoGng3xX7e5ZbmIGsitjfsnlmIsznR7A8MAx01PfsiFZqBa79HNcwtHHs249eYlr COJA== X-Received: by 10.180.218.227 with SMTP id pj3mr18062378wic.59.1437670073559; Thu, 23 Jul 2015 09:47:53 -0700 (PDT) Received: from [10.79.29.9] ([94.119.64.0]) by smtp.gmail.com with ESMTPSA id ck18sm2262691wjb.47.2015.07.23.09.47.52 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 23 Jul 2015 09:47:52 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Subject: Re: How the shell starts and stops From: Neil Bartlett In-Reply-To: Date: Thu, 23 Jul 2015 17:47:50 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: users@felix.apache.org X-Mailer: Apple Mail (2.1990.1) No, you just start the bundles. For a working Gogo shell, you need the = following three bundles: org.apache.felix.gogo.runtime, gogo.shell, and = gogo.command. All should be active. Neil > On 22 Jul 2015, at 14:47, Benson Margulies = wrote: >=20 > I should just ask what I want to know ... If I want to start a shell > on the console 'right now', can I make a call to a service, or do I > start and stop a bundle? >=20 >=20 > On Wed, Jul 22, 2015 at 9:24 AM, Benson Margulies = wrote: >> Am I correct that starting the shell bundle has the effect of causing >> it to grab the console and get to work? >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@felix.apache.org > For additional commands, e-mail: users-help@felix.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@felix.apache.org For additional commands, e-mail: users-help@felix.apache.org