Re: PackageMaker crashes when building from command line (FIXED)
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19 Mnenhy/0.7.5.0 Paul _______________________________________________ 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... I've managed to fix this issue, or at least find workarounds for it. There appear to be a few bugs in PackageMaker where things will fail unless the name of the pkg file and the pmdoc file are exactly the same, and you need to build the package into the same directory as the pmdoc file otherwise it will fail. So this works: $ /Developer/usr/bin/packagemaker -v --doc blah.pmdoc -p blah.pkg -i com.blah but this doesn't: $ /Developer/usr/bin/packagemaker -v --doc blah.pmdoc -p "blah version 1".pkg -i com.blah nor this: $ /Developer/usr/bin/packagemaker -v --doc blah.pmdoc -p Build/blah.pkg -i com.blah Filed as radar *_6678946_* <https://bugreport.apple.com/cgi-bin/WebObjects/RadarWeb.woa/95/wo/AIu5D3Jk288uKgommBKgfw/8.34> This email sent to site_archiver@lists.apple.com
participants (1)
-
Paul Walmsley