site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com On Sep 11, 2008, at 7:33 AM, Jeremy Matthews wrote: I have seen this one when the input file was not well formed. (…); is an array {…}; is a dictionary blah = blah; is a string Philip Aker echo astwta@lvpc.dslh@nl | tr a-z@. p-za-o.@ Democracy: Two wolves and a sheep voting on lunch. _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... using packagemaker 3.0.1 (from orig 3.0.1 xcode tools). I know, PM 3.x has LOT of issues...but has anyone else seen these errors: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary. Basically it's talking about what I know as an "ASCII" plist (see the Xcode project.pbxproj file in a some.xcodeproj folder for example). I've never found any official documentation for them but things are kind of obvious: What happens is that all entries _except_ the main container have to have a semicolon immediately after the closing delimiter and some plist facilities are more lenient than other about these conditions. In my case, I was creating this type of plist manually so I can't report an error. This email sent to site_archiver@lists.apple.com
participants (1)
-
Philip Aker