• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Newbie Deployment Question...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: Newbie Deployment Question... (From: Art Isbell <email@hidden>)

  • Prev by Date: Re: Newbie Deployment Question...
  • Next by Date: Re: Unable to open Openbase database
  • Previous by thread: Re: Newbie Deployment Question...
  • Next by thread: Re: Newbie Deployment Question...
  • Index(es):
    • Date
    • Thread