Re: Using symbolic links for deployment (was: First Deployment Help)
Re: Using symbolic links for deployment (was: First Deployment Help)
- Subject: Re: Using symbolic links for deployment (was: First Deployment Help)
- From: Art Isbell <email@hidden>
- Date: Thu, 3 May 2007 16:24:28 -1000
On May 3, 2007, at 3:59 PM, Ian Joyner wrote:
On 04/05/2007, at 10:48 AM, Mike Schrag wrote:
If you are copying the woa, the same rules applies -- You should
only copy the WebServerResources.
Is Eclipse set up to do this right? It seems Xcode is not, which is
why when I started on these projects they were set up to keep two
copies in /Library/WebObjects and WebServer/Documents for Apache.
xcodebuild's split install does this:
sudo xcodebuild install -configuration Deployment DSTROOT=/
Installs the complete framework in /Library/Frameworks or the
complete app in /Library/WebObjects/Applications.
sudo xcodebuild install -configuration WebServer DSTROOT=/
Installs only the WebServerResources directory in an essentially
empty "<project_name>.framework" directory in /Library/WebServer/
Documents/WebObjects/Frameworks or in an essentially empty
"<project_name>.woa" directory in /Library/WebServer/Documents/
WebObjects. By "essentially empty" I mean that the only other
contents are versioning or "Contents" directories. This
WebServerResources directory is a copy of, not linked to the
WebServerResources directory installed during the "Deployment"
installation.
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