• 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: Best Framework Location
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Best Framework Location


  • Subject: Re: Best Framework Location
  • From: Robert Walker <email@hidden>
  • Date: Tue, 10 Aug 2004 10:57:15 -0400

I use the command line tool to install my frameworks and applications as documented in WebObjects Deployment. You can find it under "Deployment Tasks" subsection "Installing Applications."

The command has changed slightly if you are using Xcode. Where the document states "pbxbuild," I use "xcodebuild."

xcodebuild install -buildstyle Deployment DSTROOT=/
xcodebuild install -buildstyle WebSerrver DSTROOT=/

The first command will install the application server part in
/Library/WebObjects/Applications
or
/Library/Frameworks

The second command will install the web server part in
/Library/WebServer/Documents/WebObjects
or
/Library/WebServer/Documents/WebObjects/Frameworks

Destination depends on project type.

To make things a bit easier I created aliases for the two commands in my .profile so I could execute them by typing "xcodedeploy" or "xcodeweb."

Just some suggestions. I'm sure you'll figure out what works best for you.

On Aug 10, 2004, at 6:34 AM, Denis Bredelet wrote:

Hi Hunter

On 10 Aug 2004, at 06:24, Hunter Hillegas wrote:

As I am developing a few new applications that will share common frameworks, I would like input as to the best place to put them.

I am developing on OS X and deploying on Linux.

Should I build and then copy my framework to /Library/Frameworks? Should I just include the framework from it's build folder (means I don't have to copy it).

What is the best way to do it? None of the WO doco seems to go over framework best practices.

WebObjects frameworks should go in /Library/WebObjects/Frameworks (in Linux, add the path to the WebObjects installation + /Local to it)


See this document:

http://developer.apple.com/documentation/WebObjects/Deployment/ Deploying_Applications/Installation/chapter_3_section_2.html#// apple_ref/doc/uid/TP30000061/BCIGBBHJ

-- Denis.


Hunter
_______________________________________________
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.



--
Sincerely,
Robert Walker
Programmer
Bennett Technology Group
_______________________________________________
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: 
 >Best Framework Location (From: Hunter Hillegas <email@hidden>)
 >Re: Best Framework Location (From: Denis Bredelet <email@hidden>)

  • Prev by Date: Re: Access NSDictionary-Keys in Repetition
  • Next by Date: Localization
  • Previous by thread: Re: Best Framework Location
  • Next by thread: Re: Best Framework Location
  • Index(es):
    • Date
    • Thread