Uploaded image for project: 'Commons Configuration'
  1. Commons Configuration
  2. CONFIGURATION-195

[configuration] Support the OpenStep property list format

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • None
    • None
    • None
    • Operating System: All
      Platform: All

    • 32633

    Description

      This is a RFE to implement a configuration implementation supporting the
      OpenStep property list format. This format is used in Mac OSX.

      Example file:
      {
      "map" =

      { "key1" = "value1"; "key2" = "value2"; "key3" = "value3"; }

      ;

      "string" = "foo";

      "list" =
      (
      "value1",
      "value2",
      "value3"
      );

      "nested" =
      {
      "map" =

      { "key1" = "value1"; "key2" = "value2"; "key3" = "value3"; }

      ;

      "string" = "bar";

      "list" =
      (
      "value1",
      "value2",
      "value3"
      );
      };
      }

      References:
      http://developer.apple.com/documentation/Cocoa/Conceptual/PropertyLists/Concepts/OldStylePListsConcept.html
      http://www.gnustep.org/resources/documentation/Developer/Base/Reference/NSPropertyList.html

      Java implementation:
      http://zoe.nu/misc/SZProperties.tgz

      Attachments

        Activity

          People

            Unassigned Unassigned
            ebourg Emmanuel Bourg
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: