site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; bh=N9nfrCCpmCXVpbuKqnoAR0UROc4icBHB/ucoYs+Gkw8=; b=VXoPYvAl/Vf2KGGm8yX8A787Ve4uhwmccyAhHWqCszwsC7rJMw6Elu3MYJDMeX8FYMpeFh0rJUx/MPa508H+mO0Yq8P2zz9qYq74XHnJ99stWE7bFiX9/BV7bIFQvj6417TnoRz5A3EsoLg/lTsid327GKxIX3ayFnxJVw0EMJ0= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=D9UheaueFgO0hBpEiZH1tqqsx/5+eJtFJaMzuvZrBaphrye0X5uwK93aH3fDOcpJE/r0lnt5iG+vIge00LqvwwBvynn9mkmV8w4d5tGSAF+WNNyE/MlXt4B1CBX0WTFvZS/yeUoMEqLfEHDBbP4v3iK1pTp1iQ4UhVDO/aDFccQ= Help! --Daniel On Feb 22, 2008, at 11:06 AM, Stéphane Sudre wrote: On Feb 22, 2008, at 7:47 AM, Bill Coderre wrote: _______________________________________________ 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 was using Iceberg to create 2 separate Packages. Now I'm using PackageMaker to create a distribution that includes these 2 packages. All of this must work on the command line for our builds. I use Iceberg's freeze command and that works fine. Then i try using the command-line for PackageMaker, and it doesn't work, in the following way: If I don't specify my pmproj file, then it works, except that it calls the project "My great product". No exactly what I wanted. If I use -proj and specify my project file, it gives the following error: + /Developer/Tools/PackageMaker -build -mi /Users/daniel -p /Users/ daniel/macBuild/DartBoard.mpkg -proj DartBoard.pmproj 2008-02-22 15:05:09.417 PackageMaker[10358] *** Uncaught exception: <NSInvalidArgumentException> *** -[NSPlaceholderMutableString initWithString:]: nil argument newDoPackage.sh: line 16: 10358 Trace/BPT trap If I leave out the -proj it gives me the version with "My Great Product", which actually does the right thing. [[...] You can make a "hybrid" package which contains stuff in the Info.plist AND a distribution file. 10.0 - 10.3 ignores the distribution file, 10.4 and later uses the distribution and ignores (most of) the fields in the Info.plist. Not sure if Iceberg does that. According to the documentation I read on the developer's website (http://s.sudre.free.fr/Software/documentation/Iceberg/ English.lproj/documentation/IcebergvsPM.html), it does not. _______________________________________________ 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/danielbirns% 40gmail.com This email sent to danielbirns@gmail.com This email sent to site_archiver@lists.apple.com