Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2D6CD9854 for ; Sat, 28 Jan 2012 10:31:38 +0000 (UTC) Received: (qmail 54882 invoked by uid 500); 28 Jan 2012 10:31:38 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 54729 invoked by uid 500); 28 Jan 2012 10:31:37 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 54701 invoked by uid 99); 28 Jan 2012 10:31:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jan 2012 10:31:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jan 2012 10:31:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5518D16948E for ; Sat, 28 Jan 2012 10:31:10 +0000 (UTC) Date: Sat, 28 Jan 2012 10:31:10 +0000 (UTC) From: "Hiram Chirino (Updated) (JIRA)" To: commits@activemq.apache.org Message-ID: <647071131.4001.1327746670350.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <511056893.76207.1327489120590.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (APLO-137) usability: apollo script should echo usage when called with no arguments MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/APLO-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hiram Chirino updated APLO-137: ------------------------------- Component/s: (was: apollo-distro) apollo-cli Fix Version/s: 1.1 Assignee: Hiram Chirino > usability: apollo script should echo usage when called with no arguments > ------------------------------------------------------------------------ > > Key: APLO-137 > URL: https://issues.apache.org/jira/browse/APLO-137 > Project: ActiveMQ Apollo > Issue Type: Improvement > Components: apollo-cli > Affects Versions: 1.0 > Environment: 1.0 rc > Reporter: Gary Tully > Assignee: Hiram Chirino > Fix For: 1.1 > > > reading the readme happens after... > gtmbp:Downloads gtully$ cd apache-apollo-1.0 > gtmbp:apache-apollo-1.0 gtully$ ls > LICENSE NOTICE bin docs etc examples lib readme.html > gtmbp:apache-apollo-1.0 gtully$ ./bin/apollo > java.lang.NullPointerException > at org.apache.karaf.shell.console.Main.run(Main.java:114) > at org.apache.activemq.apollo.cli.Apollo.execute(Apollo.scala:167) > at org.apache.felix.gogo.commands.basic.AbstractCommand.execute(AbstractCommand.java:35) > at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:474) > at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:400) > at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108) > at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183) > at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120) > at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:79) > at org.apache.karaf.shell.console.Main.run(Main.java:150) > at org.apache.karaf.shell.console.Main.run(Main.java:89) > at org.apache.activemq.apollo.cli.Apollo$.main(Apollo.scala:61) > at org.apache.activemq.apollo.cli.Apollo.main(Apollo.scala) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.apache.activemq.apollo.boot.Apollo.main(Apollo.java:95) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira