20 Apr 2012 22:27
RFC: setting mingw-get options within profile.xml
I'm thinking primarily of options such as --desktop and --start-menu,
(added in mingw-get-0.5), for which users may wish to establish their
own preferred default settings. To accommodate this, I propose to add
handling for a <preferences>...</preferences> section in profile.xml
The implementation will ensure that any option specified on the command
line will override a default setting in profile.xml
I'd welcome your thoughts on preferred syntax for the XML; which of the
following would you prefer?
<preferences>
<set option="desktop" class="all-users" />
...
</preferences>
or
<preferences>
<option name="desktop" value="all-users" />
...
</preferences>
or some alternative tag/attribute combination, conveying the concept?
--
--
Regards,
Keith.
------------------------------------------------------------------------------
(Continue reading)
RSS Feed