Re: deploying a frameworks
Re: deploying a frameworks
- Subject: Re: deploying a frameworks
- From: "Jonathan Fleming" <email@hidden>
- Date: Fri, 26 Sep 2003 16:31:39 +0100
From: Elizabeth Lynch <email@hidden>
To: "Albert Jagnow" <email@hidden>
CC: "Jonathan Fleming" <email@hidden>,
<email@hidden>
Subject: Re: deploying a frameworks
Date: Fri, 26 Sep 2003 15:27:48 +0100
Albert
On your development machine, set up a symbolic link in /Library/Frameworks
to your project's build directory. For example:
cd /Library/Frameworks
ln -s ~/projects/MyFramework/build/MyFramework.framework
In the build of MyFramework I don't see a MyFramework.framework and I've
read somewhere that this is a .dll... but there isn't one, so have I
built/installed something wrongly? Like I say it all seems to work like a
charm in development though.
Jonathan :^)
MyFramework.framework
In your project just link the frameworks to the framework in
/Library/Frameworks
This gives you the best of both worlds. Any changes you make during
development are immediately seen by your application, and you don't need to
change anything when you deploy.
Liz
---
Liz Lynch www.plsys.co.uk
P&L
On Friday, September 26, 2003, at 02:55 pm, Albert Jagnow wrote:
/Library/Frameworks/ is the standard place to put frameworks on OS X.
You just need to make sure that is where your framework was linked to
when you compiled your application. If you added the framework to your
application when it was in say /Users/myUser/myFramework, then that is
where WO will be looking for the framework when you deploy. I usually
link the frameworks to the framework project folder while I am testing
the framework, then I change the location to /Library/Frameworks/ and
recompile before I deploy. I have not found a better way of doing this.
I would be interested to know if there is a way to specify a different
location for a framework in deployment vs development.
_________________________________________________________________
Tired of 56k? Get a FREE BT Broadband connection
http://www.msn.co.uk/specials/btbroadband
_______________________________________________
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.