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:cc:content-transfer-encoding:from:subject:date:to:x-mailer; bh=N9nfrCCpmCXVpbuKqnoAR0UROc4icBHB/ucoYs+Gkw8=; b=roS7Gn6QPnqc1Ud1tNfoF8SuDTH3+WnGSotAMnfRYPY+nEdoZSAUNZS99xEE/OW/edjLlgJ/QHjCn6BwlbFp3Nj0Tx28PBDEaWJjJSTPFY0nQHsVGwmRfRWRAnjPsdwxAVhO+TAznlOBC2jsRfGx/4noH1OQZ56kmgQuY7lAZyw= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=gZaCtVlOmFCbyADHMpm+JNUD9G8/v+TrloNYfcVH/3QeN0LZF4XGWQjbd/UwxddST9S3sMXKHu+7u1UibE8mc8DJkXLOeG/PjiF/c61b5iRPwsLgBD5uVEDP3MI80L/TcBKXTcbkaGWU/VBwQs7PRNNIJqTTZG4BdQ4kHgNGXPo= 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
participants (1)
-
Daniel Birns