Re: command line building distribution project
Re: command line building distribution project
- Subject: Re: command line building distribution project
- From: Justin Carr <email@hidden>
- Date: Wed, 27 Jun 2007 10:57:38 +1000
- Mta-interface: amavisd-new-2.3.3 (20050822) at Xserve.local
On 27/06/2007, at 4:07 AM, David Alter wrote:
I have a distribution project that I want to build at the command
line to further automate our build process. When I try and build it
projectmaker crashes. I have tried a few distribution projects to
see if it is the project file that is the issue. I consistently get
the same crash. If I build the the distribution project with the
GUI version of project maker it works fine.
Here is the command line I'm using
/Developer/Tools/packagemaker -build -proj /Users/david/Dev/test/
MyGreatApp.pmproj -p /Users/david/Dev/test/Users/david/Dev/test/
MyGreatAppInstaller.pkg -v
Here is the error Crash info I'm getting
*** Uncaught exception: <NSInvalidArgumentException> *** -
[NSPlaceholderMutableString initWithString:]: nil argument
Crash log ...
<snip>
Hi David
I had the same problem. Specifying the full path to the PackageMaker
binary (rather than using the alias) fixed it for me, i.e.
/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/
PackageMaker -build -proj /Users/david/Dev/test/MyGreatApp.pmproj -p /
Users/david/Dev/test/Users/david/Dev/test/MyGreatAppInstaller.pkg -v
regards
Justin Carr
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden