Re: Embedding frameworks in app bundle
Re: Embedding frameworks in app bundle
- Subject: Re: Embedding frameworks in app bundle
- From: Anjo Krank <email@hidden>
- Date: Sun, 28 Aug 2005 07:47:10 +0200
This won't work, as the web server resources are picked by bundle
name. And if you merge it, everything will be in your app bundle...
and this is just he first problem that comes to my mind. Use the
woaFrameworkmerger from Wonder instead.
Am 26.08.2005 um 12:52 schrieb Florijan Stamenkovic:
Can someone point me to where I can find information on embedding
frameworks in a WebObjects application? I would like to include
frameworks in the application bundle, rather than having to
include them in /Library/Frameworks with each installation.
Essentially I'm looking for a function like the "Merge" of a .jar
file. I've tried indicating my target's Resources folder as a
framework search path, but I can't seem to get the Framework to
actually bundle itself with the application.
I recall doing this before with Cocoa, but it seems to be somewhat
different with WO.
Thanks,
Clark
Or, you can add a .jar of that framework as a normal file, and not
as a framework. Then you can tell Xcode to merge that jar into the
final product.
I have no idea if not importing frameworks like this will harm
anything. I did this with some third party stuff, and it worked
fine (although it produced a 1.2 mb jar for a 100 lines project :).
Cheers
Flor
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40logicunited.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden