You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "Imesh Gunaratne (JIRA)" <ji...@apache.org> on 2015/01/23 06:43:34 UTC

[jira] [Resolved] (STRATOS-1106) CLI Startup Script does not accept Invocation Arguments

     [ https://issues.apache.org/jira/browse/STRATOS-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Imesh Gunaratne resolved STRATOS-1106.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 4.1.0 RC1

- Added invocation arguments to the CLI bash script.
- Removed print statements: "Starting CLI...", "Username:" to make it more consistent with other CLIs when running with invocation arguments.
- Fixed with commit revision: 1a458056645b9e1715b04dc34c75ec48efe7b7c4

> CLI Startup Script does not accept Invocation Arguments
> -------------------------------------------------------
>
>                 Key: STRATOS-1106
>                 URL: https://issues.apache.org/jira/browse/STRATOS-1106
>             Project: Stratos
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 4.1.0 Alpha
>            Reporter: Imesh Gunaratne
>            Assignee: Imesh Gunaratne
>             Fix For: 4.1.0 RC1
>
>
> It seems like we have not appended command line arguments to the CLI startup command in the bash script in 4.1.0-alpha:
> {code}
> 4.0.0:
> +java -cp "${class_path}" ${properties} ${debug} org.apache.stratos.cli.Main $*
> 4.1.0 alpha:
> -java -cp "${class_path}" ${properties} ${debug} org.apache.stratos.cli.Main
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)