Re: Frameworks and WebServer Resources
Re: Frameworks and WebServer Resources
- Subject: Re: Frameworks and WebServer Resources
- From: Art Isbell <email@hidden>
- Date: Thu, 14 Apr 2005 15:26:05 -1000
On Apr 14, 2005, at 3:04 PM, Owen McKerrow wrote:
I've added a file to my Frameworks WebServer resources, but when I
do a build the file is not included in the .framework folder.
So Im wondering exactly how do you include WebServer resources in
Frameworks and where do they have to go when you deploy them ?
Add the files in your Web Server Resources group to the Web
Server target. Then install both the Deployment and WebServer build
styles. I always use xcodebuild for this:
sudo xcodebuild install -buildstyle Deployment DSTROOT=/
sudo xcodebuild install -buildstyle WebServer DSTROOT=/
By default, this will install a framework in both /Library/
Frameworks and /Library/WebServer/Documents/WebObjects/Frameworks.
If your app and Web servers are different machines, you'll need to
install the Deployment build style on the app server and the
WebServer build style on the Web server. Or you could copy these
build products to the appropriate machines.
Aloha,
Art
_______________________________________________
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