Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 98675 invoked from network); 26 Jun 2006 00:56:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jun 2006 00:56:05 -0000 Received: (qmail 9251 invoked by uid 500); 26 Jun 2006 00:56:04 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 8578 invoked by uid 500); 26 Jun 2006 00:56:02 -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 8567 invoked by uid 99); 26 Jun 2006 00:56:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Jun 2006 17:56:02 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Jun 2006 17:56:01 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 330F57141EF for ; Mon, 26 Jun 2006 00:54:30 +0000 (GMT) Message-ID: <29740594.1151283270179.JavaMail.jira@brutus> Date: Mon, 26 Jun 2006 00:54:30 +0000 (GMT+00:00) From: "Jason Dillon (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GSHELL-2) Switch to Object execute(Object...) In-Reply-To: <8156859.1151276249835.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GSHELL-2?page=all ] Jason Dillon closed GSHELL-2: ----------------------------- Resolution: Fixed Commands now use more flexible Object execute(Object[]) syntax. > Switch to Object execute(Object...) > ----------------------------------- > > Key: GSHELL-2 > URL: http://issues.apache.org/jira/browse/GSHELL-2 > Project: GShell (Sandbox) > Type: Improvement > Security: public(Regular issues) > Components: Core, API > Versions: 0.0.1 > Reporter: Jason Dillon > Assignee: Jason Dillon > Priority: Critical > > Currently, commands use this sig: > {code:java} > int execute(String[] args) throws Exception; > {code} > To make GShell more functional, the sig should take Objects and return an object. This will allow commands to return state object that can be assigned to variables, and then re-referenced later by other commands. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira