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 2009/09/30 13:26:32 UTC

[jira] Updated: (FELIX-1653) [Shell] The new sysprop command does not allow to delete a system property

     [ https://issues.apache.org/jira/browse/FELIX-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall updated FELIX-1653:
-----------------------------------

    Fix Version/s:     (was: shell-1.6.0)
                   shell-1.4.1

> [Shell] The new sysprop command does not allow to delete a system property
> --------------------------------------------------------------------------
>
>                 Key: FELIX-1653
>                 URL: https://issues.apache.org/jira/browse/FELIX-1653
>             Project: Felix
>          Issue Type: Bug
>    Affects Versions: shell-1.4.0
>            Reporter: Filippo Diotalevi
>            Assignee: Filippo Diotalevi
>            Priority: Minor
>             Fix For: shell-1.4.1
>
>
> The sysprop command currently in the trunk allows to display, set and modify system properties, but not to delete them.
> The proposal is to add an additional flag   -r   to specify that a property must be deleted. The new usage would be:
> sysprop                 -> displays all the system properties
> sysprop [key]           -> displays the [key] property 
> sysprop -r [key]           -> remove the [key] property 
> sysprop [key] [value]   -> set the property [key] to [value]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.