You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Filippo Diotalevi (JIRA)" <ji...@apache.org> on 2009/09/29 02:55:16 UTC

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

[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.6.0


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.


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

Posted by "Filippo Diotalevi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Filippo Diotalevi resolved FELIX-1653.
--------------------------------------

    Resolution: Fixed

Sending        shell/src/main/java/org/apache/felix/shell/impl/SystemPropertiesCommandImpl.java
Adding         shell/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java
Transmitting file data ..
Committed revision 819790.

> [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.6.0
>
>
> 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.


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

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ 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.