Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 87953 invoked from network); 28 May 2008 06:57:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 May 2008 06:57:03 -0000 Received: (qmail 58731 invoked by uid 500); 28 May 2008 06:56:56 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 58672 invoked by uid 500); 28 May 2008 06:56:55 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 58661 invoked by uid 99); 28 May 2008 06:56:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2008 23:56:55 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of flamefew@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2008 06:56:00 +0000 Received: by ug-out-1314.google.com with SMTP id a2so65705ugf.27 for ; Tue, 27 May 2008 23:56:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=bVyDttJlkgJwSMdQYe9y10wTssNVp8EFKlukqN6KIVg=; b=GbPIkx9p4i4ksB4U+tYPqBr23MlCWaCqzwlGOcDh5a3dp7ypLWg6TzSJBK2goH2VUoKgG5AVB6uNlWr8BojFOSZdsoOVvF20rn1Wot5MQY81LrYNB4r+/mwHGb7swVDtBxV7y9z7x3EsGqGmoug3pCEJBXcpFRFZ5F1fCbfQR/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cGiYX+vZwxNvCPANe7LmJ1Q8+gPD3bGAqXlFRyZU5iaPQGYeUwmsJWsH+/ezjEe5OIe/WG8YLntDHPx4JEQ2bot2TLuOrffFNkf1RyRi0hKX4TvV+RF6XZAjFnFXeKhC/8aV/85qRrs0zCPti3X9R2PaLtFj0vmRQuxTK8fmp50= Received: by 10.67.116.4 with SMTP id t4mr2239548ugm.68.1211957782141; Tue, 27 May 2008 23:56:22 -0700 (PDT) Received: by 10.67.24.4 with HTTP; Tue, 27 May 2008 23:56:22 -0700 (PDT) Message-ID: <31cc37360805272356n54003dedtec5f37acf1569a7e@mail.gmail.com> Date: Tue, 27 May 2008 23:56:22 -0700 From: "Henri Yandell" To: "Commons Users List" Subject: Re: Can I use Apache CLI to develop command line interpreter using Java In-Reply-To: <72b4c7110805252215v5c8bc882v57d249cceabef61f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <72b4c7110805252215v5c8bc882v57d249cceabef61f@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org I don't know - for parsing the parameters for the main script, sure. It probably could be useful for the remote service's command line, but you'd definitely have to play around to be sure. Hen On Sun, May 25, 2008 at 10:15 PM, lahiru gunathilake wrote: > Hi devs, > > I'm writing a command line interpreter for Apache Qpid using java and I'm > thinking whether I can use Apache CLI for that. With more details I'm going > to write a CLI which is capable of extracting JMX information from Apache > Qpid since it's JMX thing I have to develop it using Java and I'm confuse > whether I have to develop the command line related thing from the scratch > and while I'm searching some library to use for the command line thing I > found this Apache CLI and I just want to know whether I can use Apache CLI > as an intermediate library or intermediate code for my command line > interface. > My command line interpreter is like this, First user runs the main script > with appropriate parameters then it connects with a remote machine and > display a command prompt and user is allow to run it's native commands and > get different information from the remote machine. So in this kind of a > purpose can I use Apache CLI..? > > Could you please tell me can I use Apache CLI for my project and if you need > some more about what I'm going to do I can let you know ASAP. > > Any thoughts please..:-) > > Thanks in advance > > Regards > lahiru > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org