[
https://issues.apache.org/jira/browse/FELIX-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761344#action_12761344
]
Derek Baum commented on FELIX-1671:
-----------------------------------
(FELIX-1653) [Shell] The new sysprop command does not allow to delete a system
property
This can be achieved in gogo, without writing any code:
# add all methods on System object as commands
$ addcommand system (loadClass java.lang.System)
# delete the property gogo:
$ (properties) remove gogo
go
> [gogo] provide adaptor for existing felix commands
> --------------------------------------------------
>
> Key: FELIX-1671
> URL: https://issues.apache.org/jira/browse/FELIX-1671
> Project: Felix
> Issue Type: Improvement
> Affects Versions: gogo-0.2.0
> Reporter: Derek Baum
> Assignee: Derek Baum
> Priority: Minor
> Fix For: gogo-0.4.0
>
>
> gogo should provide a command adaptor for existing felix commands, so for
> example, if the existing felix-shell bundle is installed, familiar commands
> such as 'ps' should be available in the felix: scope.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.