Hi Jean.
>> usr/src/cmd/distro_const/DC-manifest.defval.xml
>>
>> -lines 223-225: You didn't specify a default value here. Doesn't
>> everything need a default value
>>
> to be specified in the default section?The problem I ran into was that since
> it's an optional attribute, if I
> didn't list this in the
> defaults file I received an error. (Validation?) Since I'd like the
> default to be
> Executing <script> which you can't really put into the defaults file I
> put nothing. It worked.
> So I'll have to say it's not required. Jack may have more to say on this.
>
I do have something to say.... "Huh?"
If something is an optional argument, it shouldn't need to be listed in
any file (except the schema, of course).
What kind of error did you see when you didn't provide a default for
it? If there was a validation error, then there's something missing
which the validator shouldn't be expecting, and that's a bug somewhere.
The defval manifest doesn't have any entry for validating the relevant
node (img_params/output_image/finalizer/script/checkpoint/message) so
the validator shouldn't care about it at all.
Thanks,
Jack