"Too many levels of symbolic links" temp fix
"Too many levels of symbolic links" temp fix
- Subject: "Too many levels of symbolic links" temp fix
- From: "email@hidden" <email@hidden>
- Date: Sat, 11 Jun 2005 00:25:48 -0500
Hey everybody,
I noticed some of the messages about building for deployment with WO
5.3 & Xcode 2.1. The fix mentioned of building from the CLI with
"xcodebuild -target FOO -configuration Deployment" did not work for
me, including if I deleted the build directory beforehand. But I
spent some time tinkering around with build settings tonight...
It looks as though if you set the DEPLOYMENT_LOCATION build setting
to NO in the Deployment configuration of a given target, it fixes the
problem. Note that I had to set this on ALL targets in order for it
to work (the App, the Application Server, and the Web Server target)
in my project.
This will get you as far as having your app server and web server
targets compiling, but the app wrapper will still fail. You must then
change INSTALL_PATH_FOR_STYLE in the app wrapper target to be $
(TARGET_BUILD_DIR). This won't install the app as you might be used
to, but it will let it build properly.
Make sure you've got the build directory deleted before you test this.
So hopefully that will prove useful to someone else... unfortunately,
I can't claim to know what the DEPLOYMENT_LOCATION switch does. Can
someone fill me in? Am I breaking something by doing that?
Clark
_______________________________________________
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