Re: create Installer for WebObjects Application
Re: create Installer for WebObjects Application
- Subject: Re: create Installer for WebObjects Application
- From: LD <email@hidden>
- Date: Sun, 19 Jun 2005 14:29:26 +1000
Hi there,
On 18/06/2005, at 11:32 PM, Raphael wrote:
Hi,
is it possible to create a webobjects Application installer?
I would like to gave out my applications, but when they must install
the application on their system they need to make it with the terminal
At the moment
xcodebuild clean -alltargets
xcodebuild install -buildstyle Deployment DSTROOT=/
xcodebuild install -buildstyle WebServer DSTROOT=/
screen -d -m /Library/WebObjects/Applications/app.woa/app -WOPort
80 -WOAutoOpenInBrowser NO
Yep, see here:
http://developer.apple.com/documentation/DeveloperTools/Conceptual/
SoftwareDistribution/
In particular: "Creating a Package" & "Modifying and Installation
With Scripts"
You'll want to create a package that utilises a script to do the
above automatically for you.
- Open /Developer/Applications/Utilities/PackageMaker
- Choose "Single Package Project"
- do some more reading ;-) There's a fair bit to read at first. It'll
make more sense when you delve into it.
with regards,
--
LD
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden