You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2010/10/04 09:49:34 UTC

[jira] Resolved: (KARAF-236) Command Features:info with tree switch displays partial information

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

Guillaume Nodet resolved KARAF-236.
-----------------------------------

    Fix Version/s: 2.2.0
       Resolution: Fixed

Committing to https://svn.apache.org/repos/asf/karaf/trunk ...
	M	features/command/src/main/java/org/apache/karaf/features/command/InfoFeatureCommand.java
Committed r1004136


> Command Features:info with tree switch displays partial information
> -------------------------------------------------------------------
>
>                 Key: KARAF-236
>                 URL: https://issues.apache.org/jira/browse/KARAF-236
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Ɓukasz Dywicki
>            Assignee: Guillaume Nodet
>             Fix For: 2.2.0
>
>         Attachments: org.apache.karaf.features.command.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> If we add -t (tree) switch to features:info command result list contains toString method results:
> {code}
> karaf@root> features:info -t jbi
> Description of jbi 1.3.0-fuse-00-00 feature
> ----------------------------------------------------------------
> Feature has no configuration
> Feature depends on:
>   naming 1.3.0-fuse-00-00
>   transaction 0.1-r964701
>   nmr 1.3.0-fuse-00-00
>   woodstox 4.0.8
> Feature contains followed bundles:
>   mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/1.5.0
>   mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jbi-api-1.0/1.5.0
>   mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.wsdl4j/1.6.2_2
>   mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ant/1.7.0_3
>   mvn:org.apache.servicemix/servicemix-common/2010.02.0-fuse-00-00
>   mvn:org.apache.servicemix.jbi/org.apache.servicemix.jbi.runtime/1.3.0-fuse-00-00
>   mvn:org.apache.servicemix.jbi/org.apache.servicemix.jbi.osgi/1.3.0-fuse-00-00
>   mvn:org.apache.servicemix.jbi/org.apache.servicemix.jbi.deployer/1.3.0-fuse-00-00
>   mvn:org.apache.servicemix.jbi/org.apache.servicemix.jbi.commands/1.3.0-fuse-00-00
> Feature tree
>  jbi 1.3.0-fuse-00-00
>  + org.apache.karaf.features.internal.BundleInfoImpl@779005c4
>  + org.apache.karaf.features.internal.BundleInfoImpl@106ac42f
>  + org.apache.karaf.features.internal.BundleInfoImpl@5175f214
>  + org.apache.karaf.features.internal.BundleInfoImpl@166828d4
>  + org.apache.karaf.features.internal.BundleInfoImpl@105081ca
>  + org.apache.karaf.features.internal.BundleInfoImpl@1578fd24
>  + org.apache.karaf.features.internal.BundleInfoImpl@3a33517f
>  + org.apache.karaf.features.internal.BundleInfoImpl@7f2b86b2
>  \ org.apache.karaf.features.internal.BundleInfoImpl@2985158
>     naming 1.3.0-fuse-00-00
>     \ org.apache.karaf.features.internal.BundleInfoImpl@5e0469bc
>     transaction 0.1-r964701
>     \ org.apache.karaf.features.internal.BundleInfoImpl@73b9e5dc
>     nmr 1.3.0-fuse-00-00
>     + org.apache.karaf.features.internal.BundleInfoImpl@31a209df
>     + org.apache.karaf.features.internal.BundleInfoImpl@53628ee
>     + org.apache.karaf.features.internal.BundleInfoImpl@26b923ee
>     + org.apache.karaf.features.internal.BundleInfoImpl@44e5f21e
>     + org.apache.karaf.features.internal.BundleInfoImpl@547ab2e8
>     + org.apache.karaf.features.internal.BundleInfoImpl@4377c8ac
>     \ org.apache.karaf.features.internal.BundleInfoImpl@6d17b6ce
>        document 1.3.0-fuse-00-00
>        \ org.apache.karaf.features.internal.BundleInfoImpl@2fe2c656
>     woodstox 4.0.8
>     + org.apache.karaf.features.internal.BundleInfoImpl@514b50a9
>     + org.apache.karaf.features.internal.BundleInfoImpl@279cb0f1
>     \ org.apache.karaf.features.internal.BundleInfoImpl@2024b288
> {code}

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