Re: Newbie Deployment Question...
Re: Newbie Deployment Question...
- Subject: Re: Newbie Deployment Question...
- From: Christian Evans <email@hidden>
- Date: Mon, 17 Mar 2003 14:38:23 -0500
On Monday, March 17, 2003, at 01:37 PM, Art Isbell wrote:
> 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.
>
Ahhh, yes that is a good idea. I will make a script after I get it
running.
>> 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?
>
I just got done looking at that. The WebObjects Support Directory does
not exist. All I installed was the Deployment package. Do I have to
install the developer package? All I want to do on this server is
deploy.
Thanks for the quick response.
> 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.
_______________________________________________
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.