dev@glassfish.java.net

Re: "set" command with multiple operands

From: Vince Kraemer <Vince.Kraemer_at_Sun.COM>
Date: Thu, 01 Oct 2009 16:56:42 -0700

Please do not force people to retype the entire command for a simple
mistake...

It would be really great if the command could do something like Google's
'Did you mean?'

But I know that is just a complete daydream....

vbk

On 10/01/09 16:51, Lloyd Chambers wrote:
> The only safe approach is "all or none" IMO, since the desire to set
> this way will likely involved related values.
>
> Lloyd
>
> On Oct 1, 2009, at 4:27 PM, Bill Shannon wrote:
>
>> I asked a few people privately but I thought it would be good to get
>> more opinions...
>>
>> If I do
>>
>> asadmin set a=b c=d e=f
>>
>> and "c" is an invalid name, what do you expect to happen?
>>
>> 1. fail after setting "a"?
>>
>> 2. fail after setting "a" and "e"?
>>
>> 3. fail before setting anything?
>>
>> 4. succeed with a warning that "c" wasn't set?
>>
>>
>> Right now (with my pending changes) it does #1 because that's what
>> was easy to implement.
>>