You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2012/09/14 14:57:07 UTC

[jira] [Commented] (FELIX-3664) Uninstall with bundle range

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

Richard S. Hall commented on FELIX-3664:
----------------------------------------

Ultimately, there is no end to the features you could add. However, I'm personally in favor of keeping the internal commands simple and making more advanced commands as closures or as separate bundles.

If Gogo closures aren't powerful enough to make such commands as a closure, then perhaps the real issue here is if we should make it so.
                
> Uninstall with bundle range
> ---------------------------
>
>                 Key: FELIX-3664
>                 URL: https://issues.apache.org/jira/browse/FELIX-3664
>             Project: Felix
>          Issue Type: Wish
>          Components: Gogo Shell
>            Reporter: Tan-Vinh Nguyen
>            Priority: Minor
>
> Assume you have installed bundles from 300 up to 350. Usually to uinstall a bundle it is
> felix:uninstall 300
> I suggest to extend the uninstall command with a bundle range, e.g. 300-350, that uninstall all bundles within the range. Usually i do a bash this echo output 
> for i in $(seq 300 350); do  echo $i; done
> and piped it to the gogo shell.
> It would be a great improvement. What does the Felix team think of it?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira