You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jason Dillon (JIRA)" <ji...@apache.org> on 2006/06/26 00:57:29 UTC

[jira] Created: (GSHELL-2) Switch to Object execute(Object...)

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  
    Versions: 0.0.1    
    Reporter: Jason Dillon
 Assigned to: Jason Dillon 


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


[jira] Assigned: (GSHELL-2) Switch to Object execute(Object...)

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GSHELL-2?page=all ]

Jason Dillon reassigned GSHELL-2:
---------------------------------

    Assign To: Jason Dillon  (was: Jason Dillon)

> 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


[jira] Closed: (GSHELL-2) Switch to Object execute(Object...)

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
     [ 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


[jira] Updated: (GSHELL-2) Switch to Object execute(Object...)

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GSHELL-2?page=all ]

Jason Dillon updated GSHELL-2:
------------------------------

    Priority: Critical  (was: Major)

> 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
>     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


[jira] Updated: (GSHELL-2) Switch to Object execute(Object...)

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GSHELL-2?page=all ]

Jason Dillon updated GSHELL-2:
------------------------------

    Fix Version: 0.0.2

> 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
>      Fix For: 0.0.2

>
> 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


[jira] Updated: (GSHELL-2) Switch to Object execute(Object...)

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GSHELL-2?page=all ]

Jason Dillon updated GSHELL-2:
------------------------------

    Component: API

> 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