• 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: 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.

  • Follow-Ups:
    • Re: Newbie Deployment Question...
      • From: Christian Evans <email@hidden>
References: 
 >Newbie Deployment Question... (From: Christian Evans <email@hidden>)

  • Prev by Date: Re: direct re: Re: WOForm and java.lang.IndexOutOfBoundsException is this solved?
  • Next by Date: Re: Unable to open Openbase database
  • Previous by thread: Newbie Deployment Question...
  • Next by thread: Re: Newbie Deployment Question...
  • Index(es):
    • Date
    • Thread