[
https://issues.apache.org/jira/browse/FELIX-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet resolved FELIX-1655.
------------------------------------
Resolution: Fixed
Assignee: Guillaume Nodet
Committing to https://svn.apache.org/repos/asf/felix/trunk ...
M
karaf/shell/admin/src/main/java/org/apache/felix/karaf/shell/admin/InstanceSettings.java
M
karaf/shell/admin/src/main/java/org/apache/felix/karaf/shell/admin/internal/AdminServiceImpl.java
M
karaf/shell/admin/src/main/java/org/apache/felix/karaf/shell/admin/internal/commands/CreateCommand.java
A
karaf/shell/admin/src/test/java/org/apache/felix/karaf/shell/admin/InstanceSettingsTest.java
A
karaf/shell/admin/src/test/java/org/apache/felix/karaf/shell/admin/internal/AdminServiceImplTest.java
A
karaf/shell/admin/src/test/java/org/apache/felix/karaf/shell/admin/internal/commands/CreateCommandTest.java
M karaf/webconsole/admin/pom.xml
M
karaf/webconsole/admin/src/main/java/org/apache/felix/karaf/webconsole/admin/AdminPlugin.java
M karaf/webconsole/admin/src/main/resources/res/ui/admin.js
A
karaf/webconsole/admin/src/test/java/org/apache/felix/karaf/webconsole/admin/AdminPluginTest.java
Committed r825982
Patch applied with many thanks!
> Provide an additional argument to the Karaf admin:create command that
> specifies the featuresBoot
> ------------------------------------------------------------------------------------------------
>
> Key: FELIX-1655
> URL: https://issues.apache.org/jira/browse/FELIX-1655
> Project: Felix
> Issue Type: Improvement
> Components: Karaf
> Reporter: David Bosschaert
> Assignee: Guillaume Nodet
> Fix For: karaf-1.0.2
>
> Attachments: felix-1655-web-2.patch
>
>
> Currently when you do admin:create from the Karaf shell, it creates a minimal
> Karaf runtime. This is nice, but it would be even better if you could specify
> some additional intial features with the create command.
> Something like:
> admin:create -f web+jbi
> This would add web and jbi to the minimum set of features (which is ssh and
> management I think).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.