You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2013/10/10 13:18:41 UTC

[jira] [Assigned] (KARAF-2512) features:info should display feature description

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

Freeman Fang reassigned KARAF-2512:
-----------------------------------

    Assignee: Freeman Fang

> features:info should display feature description
> ------------------------------------------------
>
>                 Key: KARAF-2512
>                 URL: https://issues.apache.org/jira/browse/KARAF-2512
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-feature, karaf-shell
>    Affects Versions: 2.3.3
>            Reporter: Claus Ibsen
>            Assignee: Freeman Fang
>            Priority: Minor
>
> We have descriptions to our features in ActiveMQ 5.9. And I wanted to see these when I do a feature:info activemq etc. As I can't remember which one install the web console out of the box etc, as we have activemq | activemq-broker | activemq-xxx
> {code}
> karaf@root> features:info activemq
> Description of activemq 5.9-SNAPSHOT feature
> ----------------------------------------------------------------
> Feature has no configuration
> Feature has no configuration files
> Feature depends on:
>   jetty 0.0.0
>   activemq-client 5.9-SNAPSHOT
> Feature contains followed bundles:
>  mvn:org.apache.activemq/activemq-karaf/5.9-SNAPSHOT start-level=50
>  mvn:org.apache.xbean/xbean-spring/3.14 start-level=50
>  mvn:commons-collections/commons-collections/3.2.1 start-level=50
>  mvn:commons-lang/commons-lang/2.6 start-level=50
>  mvn:commons-codec/commons-codec/1.4 start-level=50
>  mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.velocity/1.7_5 start-level=50
>  mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jasypt/1.9.0_1 start-level=50
>  mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.stax-api-1.0/1.9.0 start-level=50
>  mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xpp3/1.1.4c_5 start-level=50
>  mvn:joda-time/joda-time/1.6.2 start-level=50
>  mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xstream/1.3_3 start-level=50
>  mvn:org.apache.aries.transaction/org.apache.aries.transaction.manager/1.0.0 start-level=50
>  mvn:org.apache.geronimo.specs/geronimo-j2ee-connector_1.5_spec/2.0.0 start-level=50
>  mvn:org.apache.aries/org.apache.aries.util/1.0.0 start-level=50
>  mvn:org.apache.activemq/activeio-core/3.1.4 start-level=50
>  mvn:org.codehaus.jettison/jettison/1.3.4 start-level=50
>  mvn:org.codehaus.jackson/jackson-core-asl/1.9.12 start-level=50
>  mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.12 start-level=50
>  mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.scala-library/2.9.1_3 start-level=50
> {code}
> And when I do a features:list you can see the descriptions
> {code}
> karaf@root> features:list | grep activemq
> [uninstalled] [5.9-SNAPSHOT   ] activemq-client               activemq-5.9-SNAPSHOT  ActiveMQ client libraries
> [uninstalled] [5.9-SNAPSHOT   ] activemq                      activemq-5.9-SNAPSHOT  ActiveMQ broker libraries
> [uninstalled] [5.9-SNAPSHOT   ] activemq-broker-noweb         activemq-5.9-SNAPSHOT  Full ActiveMQ broker with default configuration
> [uninstalled] [5.9-SNAPSHOT   ] activemq-broker               activemq-5.9-SNAPSHOT  Full ActiveMQ broker with default configuration and web console
> [uninstalled] [5.9-SNAPSHOT   ] activemq-camel                activemq-5.9-SNAPSHOT
> [uninstalled] [5.9-SNAPSHOT   ] activemq-web-console          activemq-5.9-SNAPSHOT
> [uninstalled] [5.9-SNAPSHOT   ] activemq-blueprint            activemq-5.9-SNAPSHOT
> {code}
> eg its the text "ctiveMQ broker libraries" I want to see in features:info also.



--
This message was sent by Atlassian JIRA
(v6.1#6144)