Re: deploying a frameworks
Re: deploying a frameworks
- Subject: Re: deploying a frameworks
- From: Elizabeth Lynch <email@hidden>
- 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
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.
_______________________________________________
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.