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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]