You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jamie goodyear (Created) (JIRA)" <ji...@apache.org> on 2012/03/16 12:53:39 UTC

[jira] [Created] (KARAF-1270) Allow multiple commands in karaf 3.0.x bin/karaf script

Allow multiple commands in karaf 3.0.x bin/karaf script
-------------------------------------------------------

                 Key: KARAF-1270
                 URL: https://issues.apache.org/jira/browse/KARAF-1270
             Project: Karaf
          Issue Type: Bug
    Affects Versions: 2.2.5
            Reporter: Jamie goodyear
            Assignee: Jamie goodyear
             Fix For: 2.2.6


If you follow the steps at http://karaf.apache.org/manual/latest-2.2.x/users-guide/start-stop.html under "Starting Karaf from clean" it tells you to run:

bin/start clean

which won't actually work. It runs "bin/karaf server clean" under the hood and the karaf script only looks at the first command passed in, so clean is ignored.

Attaching a patch shortly to fix this.

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

        

[jira] [Updated] (KARAF-1270) Allow multiple commands in karaf 3.0.x bin/karaf script

Posted by "Jamie goodyear (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jamie goodyear updated KARAF-1270:
----------------------------------

    Affects Version/s:     (was: 2.2.5)
                       3.0.0
        Fix Version/s:     (was: 2.2.6)
                       3.0.0

Issue detected in Karaf 2.2.x also present in Karaf 3.0.x.
                
> Allow multiple commands in karaf 3.0.x bin/karaf script
> -------------------------------------------------------
>
>                 Key: KARAF-1270
>                 URL: https://issues.apache.org/jira/browse/KARAF-1270
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Jamie goodyear
>            Assignee: Jamie goodyear
>             Fix For: 3.0.0
>
>
> If you follow the steps at http://karaf.apache.org/manual/latest-2.2.x/users-guide/start-stop.html under "Starting Karaf from clean" it tells you to run:
> bin/start clean
> which won't actually work. It runs "bin/karaf server clean" under the hood and the karaf script only looks at the first command passed in, so clean is ignored.
> Attaching a patch shortly to fix this.

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

        

[jira] [Resolved] (KARAF-1270) Allow multiple commands in karaf 3.0.x bin/karaf script

Posted by "Jamie goodyear (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jamie goodyear resolved KARAF-1270.
-----------------------------------

    Resolution: Fixed

Updated karaf 3 scripts to match karaf 2.2.x functionality.
Patch based upon Karaf-1268 patch provided by Jon Anstey.
                
> Allow multiple commands in karaf 3.0.x bin/karaf script
> -------------------------------------------------------
>
>                 Key: KARAF-1270
>                 URL: https://issues.apache.org/jira/browse/KARAF-1270
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Jamie goodyear
>            Assignee: Jamie goodyear
>             Fix For: 3.0.0
>
>
> If you follow the steps at http://karaf.apache.org/manual/latest-2.2.x/users-guide/start-stop.html under "Starting Karaf from clean" it tells you to run:
> bin/start clean
> which won't actually work. It runs "bin/karaf server clean" under the hood and the karaf script only looks at the first command passed in, so clean is ignored.
> Attaching a patch shortly to fix this.

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

        

[jira] [Commented] (KARAF-1270) Allow multiple commands in karaf 3.0.x bin/karaf script

Posted by "Jamie goodyear (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13231170#comment-13231170 ] 

Jamie goodyear commented on KARAF-1270:
---------------------------------------

$ svn ci
Sending        assemblies/features/framework/src/main/filtered-resources/resources/bin/karaf
Sending        assemblies/features/framework/src/main/filtered-resources/resources/bin/start.bat
Transmitting file data ..
Committed revision 1301505.
                
> Allow multiple commands in karaf 3.0.x bin/karaf script
> -------------------------------------------------------
>
>                 Key: KARAF-1270
>                 URL: https://issues.apache.org/jira/browse/KARAF-1270
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Jamie goodyear
>            Assignee: Jamie goodyear
>             Fix For: 3.0.0
>
>
> If you follow the steps at http://karaf.apache.org/manual/latest-2.2.x/users-guide/start-stop.html under "Starting Karaf from clean" it tells you to run:
> bin/start clean
> which won't actually work. It runs "bin/karaf server clean" under the hood and the karaf script only looks at the first command passed in, so clean is ignored.
> Attaching a patch shortly to fix this.

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