You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Geert Schuring (JIRA)" <ji...@apache.org> on 2011/01/02 14:46:46 UTC

[jira] Created: (KARAF-353) features commands should allow more than 1 argument

features commands should allow more than 1 argument
---------------------------------------------------

                 Key: KARAF-353
                 URL: https://issues.apache.org/jira/browse/KARAF-353
             Project: Karaf
          Issue Type: Improvement
          Components: runtime
    Affects Versions: 2.1.2
            Reporter: Geert Schuring
             Fix For: 2.1.3


The features commands (install, uninstall) currently don't support installing more then 1 component at a time, while the command completion function makes it very easy to list more then 1 feature to install or uninstall.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (KARAF-353) features commands should allow more than 1 argument

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976753#action_12976753 ] 

Jean-Baptiste Onofré commented on KARAF-353:
--------------------------------------------

We have another task related to this: it's the usage of wildcard in features install/uninstall command (see KARAF-325).

Anyway, I will add the support of both (multi valued option for the features name and the wildcard support).

> features commands should allow more than 1 argument
> ---------------------------------------------------
>
>                 Key: KARAF-353
>                 URL: https://issues.apache.org/jira/browse/KARAF-353
>             Project: Karaf
>          Issue Type: Improvement
>          Components: runtime
>    Affects Versions: 2.1.2
>            Reporter: Geert Schuring
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.0
>
>
> The features commands (install, uninstall) currently don't support installing more then 1 component at a time, while the command completion function makes it very easy to list more then 1 feature to install or uninstall.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (KARAF-353) features commands should allow more than 1 argument

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned KARAF-353:
------------------------------------------

    Assignee: Jean-Baptiste Onofré

> features commands should allow more than 1 argument
> ---------------------------------------------------
>
>                 Key: KARAF-353
>                 URL: https://issues.apache.org/jira/browse/KARAF-353
>             Project: Karaf
>          Issue Type: Improvement
>          Components: runtime
>    Affects Versions: 2.1.2
>            Reporter: Geert Schuring
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.0
>
>
> The features commands (install, uninstall) currently don't support installing more then 1 component at a time, while the command completion function makes it very easy to list more then 1 feature to install or uninstall.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (KARAF-353) features commands should allow more than 1 argument

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/KARAF-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-353.
----------------------------------------

    Resolution: Fixed

Revision 1054644.

> features commands should allow more than 1 argument
> ---------------------------------------------------
>
>                 Key: KARAF-353
>                 URL: https://issues.apache.org/jira/browse/KARAF-353
>             Project: Karaf
>          Issue Type: Improvement
>          Components: runtime
>    Affects Versions: 2.1.2
>            Reporter: Geert Schuring
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.0
>
>
> The features commands (install, uninstall) currently don't support installing more then 1 component at a time, while the command completion function makes it very easy to list more then 1 feature to install or uninstall.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (KARAF-353) features commands should allow more than 1 argument

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

Guillaume Nodet updated KARAF-353:
----------------------------------

    Fix Version/s:     (was: 2.1.3)
                   2.2.0

> features commands should allow more than 1 argument
> ---------------------------------------------------
>
>                 Key: KARAF-353
>                 URL: https://issues.apache.org/jira/browse/KARAF-353
>             Project: Karaf
>          Issue Type: Improvement
>          Components: runtime
>    Affects Versions: 2.1.2
>            Reporter: Geert Schuring
>             Fix For: 2.2.0
>
>
> The features commands (install, uninstall) currently don't support installing more then 1 component at a time, while the command completion function makes it very easy to list more then 1 feature to install or uninstall.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (KARAF-353) features commands should allow more than 1 argument

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12976756#action_12976756 ] 

Jean-Baptiste Onofré commented on KARAF-353:
--------------------------------------------

Regarding the features:install command, as it can take the features version as option, like this:

root@karaf> features:install foobar xx

The "new" format will contains the version in the name:

root@karaf> features:install foobar/xx

allowing commands like:

root@karaf> features:install foo/xx bar/yy

> features commands should allow more than 1 argument
> ---------------------------------------------------
>
>                 Key: KARAF-353
>                 URL: https://issues.apache.org/jira/browse/KARAF-353
>             Project: Karaf
>          Issue Type: Improvement
>          Components: runtime
>    Affects Versions: 2.1.2
>            Reporter: Geert Schuring
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.0
>
>
> The features commands (install, uninstall) currently don't support installing more then 1 component at a time, while the command completion function makes it very easy to list more then 1 feature to install or uninstall.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Closed] (KARAF-353) features commands should allow more than 1 argument

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

Jamie goodyear closed KARAF-353.
--------------------------------

    
> features commands should allow more than 1 argument
> ---------------------------------------------------
>
>                 Key: KARAF-353
>                 URL: https://issues.apache.org/jira/browse/KARAF-353
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>    Affects Versions: 2.1.2
>            Reporter: Geert Schuring
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.2.0
>
>
> The features commands (install, uninstall) currently don't support installing more then 1 component at a time, while the command completion function makes it very easy to list more then 1 feature to install or uninstall.

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