[
https://issues.apache.org/activemq/browse/SMX4KNL-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41848#action_41848
]
Guillaume Nodet commented on SMX4KNL-25:
----------------------------------------
Sending gshell-features/pom.xml
Sending
gshell-features/src/main/java/org/apache/servicemix/gshell/features/Feature.java
Sending
gshell-features/src/main/java/org/apache/servicemix/gshell/features/FeaturesService.java
Sending
gshell-features/src/main/java/org/apache/servicemix/gshell/features/Repository.java
Sending
gshell-features/src/main/java/org/apache/servicemix/gshell/features/internal/CommandProxy.java
Sending
gshell-features/src/main/java/org/apache/servicemix/gshell/features/internal/FeatureImpl.java
Sending
gshell-features/src/main/java/org/apache/servicemix/gshell/features/internal/FeaturesServiceImpl.java
Sending
gshell-features/src/main/java/org/apache/servicemix/gshell/features/internal/RepositoryImpl.java
Adding
gshell-features/src/main/java/org/apache/servicemix/gshell/features/internal/commands/InstallFeatureCommand.java
Adding
gshell-features/src/main/java/org/apache/servicemix/gshell/features/internal/commands/ListFeaturesCommand.java
Adding
gshell-features/src/main/java/org/apache/servicemix/gshell/features/internal/commands/RefreshUrlCommand.java
Adding
gshell-features/src/main/java/org/apache/servicemix/gshell/features/internal/commands/UninstallFeatureCommand.java
Sending
gshell-features/src/main/resources/META-INF/spring/gshell-features.xml
Transmitting file data .............
Committed revision 641892.
Lots of blank areas to fill.
Are you interested in working on the uninstall / upgrade bit ?
> Feature commands enhancement.
> -----------------------------
>
> Key: SMX4KNL-25
> URL: https://issues.apache.org/activemq/browse/SMX4KNL-25
> Project: ServiceMix Kernel
> Issue Type: Improvement
> Affects Versions: 1.0-m3
> Reporter: Jeff Yu
> Fix For: 1.0-m3
>
>
> When I saw the instruction for installing the NMR feature from the User
> Guide. I think it makes us really easir to install it rather than to copy all
> the jars into the deploy folder manually. and suddenly, it occurs to me that
> this is very similar to "apt-get" utility in Ubuntu or "yum" utility in the
> Fedora distro.
> Put it simply, right now what we need to install an NMR feature is:
> <pre>
> features addUrl
> http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features-nmr-1.0-m1.xml
> nmr
> </pre>
> and what I like is that we can do it like this:
> <pre>
> features addUrl
> http://svn.apache.org/repos/asf/servicemix/smx4/obr-repo/features-nmr-1.0-m1.xml
> features install nmr
> </pre>
> and then we can extend following commands:
> features upgrade nmr
> features remove nmr
> features list (for browsing all available features in the repository).
> in this way, we should be easily to install/remove the features, and users
> wouldn't need to consider the dependency issues.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.