[ 
https://issues.apache.org/jira/browse/KARAF-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020152#comment-13020152
 ] 

Michael Van Geertruy commented on KARAF-486:
--------------------------------------------

Andreas,

Currently I use a perl script to do this, works pretty well!  In that script, I 
create one large features.xml file for all 140+ bundles (that aren't in the 
system folder).  I would suggest something similar here, at least as a start 
point.

Because all dependencies are in one feature, and that feature is generated from 
all of the bundles deployed to a karaf instance once it is stable, there aren't 
any dependencies between features... because there is only one feature.  This 
also assumes that all consumers of this features file will have the appropriate 
system features defined in featuresBoot.

> Create a console command to generate a features.xml file, and .kar file for 
> an application once it is successfully deployed into Karaf.
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-486
>                 URL: https://issues.apache.org/jira/browse/KARAF-486
>             Project: Karaf
>          Issue Type: Improvement
>          Components: console
>    Affects Versions: 2.2.1, 3.0.0
>         Environment: All
>            Reporter: Michael Van Geertruy
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> Create a console command to generate a features.xml file and then a .kar file 
> for an application once it is successfully deployed into karaf.  Because all 
> of the information to create a features.xml file will be available once a set 
> of application bundles has been deployed into Karaf, Karaf should be able to 
> generate the features.xml file.  Once the features.xml file has been created, 
> Karaf should be able to generate a .kar file.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to