Re: Newbie Deployment Question...
Re: Newbie Deployment Question...
- Subject: Re: Newbie Deployment Question...
- From: Art Isbell <email@hidden>
- Date: Mon, 17 Mar 2003 08:37:36 -1000
On Monday, March 17, 2003, at 06:49 AM, Christian Evans wrote:
I have built my app on my laptop and now I'm trying to deploy.
I used the pbxbuild install -buildstyle Deployment DSTROOT=/
Depending on your file system ownership and permissions, you may not
have permissions to install. Instead, try
sudo pbxbuild install -buildstyle Deployment DSTROOT=/
Also, if your project has WebServerResources, you'll need to run a
second command:
sudo pbxbuild install -buildstyle WebServer DSTROOT=/
I have found it very convenient to place the above 2 commands in a
shell script, pbxinstall, so that I never forget to install
WebServerResources and I don't have to remember the specifics of the
above commands.
and my failure is:
#!/bin/sh
# Copy the requisite files from the Server and Client directories into
the final wrapper directory
. "${BUILD_FILES_DIR}/ComputeTargetClasspath.sh" "NO"
"${SERVER_UNIQUIFIER}"
--- Output ---
/Users/administrator/Projects/PulstarUsers/build/PulstarUsers.build/
Application Server.build/BPTag004-script.sh: /Developer/ProjectBuilder
Extras/WebObjects Support/ComputeTargetClasspath.sh: No such file or
directory
The first thing we need to know is whether you've looked to see
whether what this message is saying is accurate; i.e., does
/Developer/ProjectBuilder Extras/WebObjects
Support/ComputeTargetClasspath.sh exist?
Aloha,
Art
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.