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 3CBCD8347 for ; Fri, 12 Aug 2011 18:49:22 +0000 (UTC) Received: (qmail 94225 invoked by uid 500); 12 Aug 2011 18:49:21 -0000 Delivered-To: apmail-felix-users-archive@felix.apache.org Received: (qmail 93957 invoked by uid 500); 12 Aug 2011 18:49:21 -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 93949 invoked by uid 99); 12 Aug 2011 18:49:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2011 18:49:20 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.220.177] (HELO mail-vx0-f177.google.com) (209.85.220.177) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2011 18:49:14 +0000 Received: by vxj2 with SMTP id 2so3977868vxj.22 for ; Fri, 12 Aug 2011 11:48:53 -0700 (PDT) Received: by 10.52.96.166 with SMTP id dt6mr1090571vdb.145.1313174933188; Fri, 12 Aug 2011 11:48:53 -0700 (PDT) Received: from [192.168.1.69] (adsl-99-62-222-230.dsl.sgnwmi.sbcglobal.net [99.62.222.230]) by mx.google.com with ESMTPS id e17sm1426486vcw.37.2011.08.12.11.48.51 (version=SSLv3 cipher=OTHER); Fri, 12 Aug 2011 11:48:52 -0700 (PDT) Message-ID: <4E457593.8000001@ungoverned.org> Date: Fri, 12 Aug 2011 14:48:51 -0400 From: "Richard S. Hall" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: users@felix.apache.org Subject: Re: GoGo scripting References: <09C44065E0310A4E9EEC1B858A0C342A30B1EA5D1C@GRPGTIMAILBOX.groupgti.net> <4E452E0F.4010109@ungoverned.org> <09C44065E0310A4E9EEC1B858A0C342A30B1F1493D@GRPGTIMAILBOX.groupgti.net> <4E455688.4000602@ungoverned.org> <20110812121018.0z1jnqmog8gwgcos@www.exceter.com> In-Reply-To: <20110812121018.0z1jnqmog8gwgcos@www.exceter.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Gogo supports scripting at least to some degree...not sure if it is properly documented, but I'd guess not... Type "gosh -?" at the Gogo prompt... You can look at the org.apache.felix.gogo.shell.Shell.gosh() method source to get more details on what is going on here. For an example of a script, just check out the gosh_profile resource in the Gogo shell bundle...this is the script that gets executed to start every gosh shell session. -> richard On 8/12/11 14:10, john.dunlap@exceter.com wrote: > Can GoGo be scripted and, if so, where can I find documentation for > how to do this? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@felix.apache.org > For additional commands, e-mail: users-help@felix.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@felix.apache.org For additional commands, e-mail: users-help@felix.apache.org