Error when trying to add Info.plist fo packagemaker project by command line
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Thread-index: Ackwhfg4EeDzInHDDUqdNBzVY+PhjA== Thread-topic: Error when trying to add Info.plist fo packagemaker project by command line User-agent: Microsoft-Entourage/12.12.0.080729 Good morning all, Now I have made a change to the packagemaker call and am getting a different error. The Info.plist file actually had a typo in it that I didn't catch and has since been corrected. I also changed the packagemaker call to reference just the parent directory of the Info.plist file: /Developer/usr/bin/packagemaker -r /pkg_base_engine -o /pkg_scratch/engine.pkg -i com.company.project -n 8.0.100.1 -t "Project Engine" -l /Applications/Company/Engine -s /build_base/scripts/ -e /build_base/resources -f /build_base/info_plist/ -g 10.5 -h system -b The Info.plist file is (actually, now): <key>IFPkgFlagRestartAction</key> <string>RequiredRestart</string> When my build scripts run, I get the following error, and it only has started since I added the Info.plist file to the mix: ERROR: The specified info file is invalid: /build_base/info_plist/ Are there any special requirements as to the formatting or line breaks of the Info.plist file? I am editing using TextWrangler and saving the file as "Western (Mac OS X Roman)" and "Unix LF". Or, is my syntax wrong in my Info.plist file? Any and all thoughts are appreciated! Regards, Steve O'Sullivan Are there any special requirements as to the formatting or line breaks of the Info.plist file? I am editing using TextWrangler and saving the file as "Western (Mac OS X Roman)" and "Unix LF". Is my syntax wrong in my Info.plist file? Any and all thoughts are appreciated! Regards, Steve O'Sullivan _______________________________________________ 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
OSullivan, Steve