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:25:34 UTC

[jira] [Updated] (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 updated STRATOS-1106:
-------------------------------------
    Description: 
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}

  was:
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.1 alpha:
-java -cp "${class_path}" ${properties} ${debug} org.apache.stratos.cli.Main
4.0:
+java -cp "${class_path}" ${properties} ${debug} org.apache.stratos.cli.Main $*
 {code}


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