[Logo] [The ED Frameworks: Cocoa. GNUstep. WebObjects. Mulle Kybernetik power.]

If you do not find the answer to your question please contact Erik and Znek by email. If you have trouble with any of the mailing lists, please send a message to listname-help@mulle-kybernetik.com.

1.1 How do I report bugs?
Please use our issue tracking system at jira.mulle-kybernetik.com. Please do not send us email as we receive automatic notifications for all reported bugs. Note that you don't need to get an account to submit a bug but doing so is really easy and will allows us to contact you when we have a question. It also allows you to watch any progress we make in fixing the bug.

1.2 Where is NSAttributedString+AppkitExtensions?
Some file have long names and StuffIt Expander will silently skip these files. Please use gnutar or OpenUp to unpack the archives.

2.1 How do I find out about new releases?
You can either bookmark the download page or subscribe to the edframeworks-announce mailing list.

2.2 What happens between releases?
You can subscribe to the edframeworks-dev mailing list to which all "commit" messages are copied. If something interesting happened you can update via CVS. (See instructions on the download page.) Note that we try not to check in broken code but until we have proper testing in place it can happen.

2.3 Can I participate in the development?
As a first step please subscribe to the edframeworks-dev mailing list.

3.1 Which platforms are supported?
The EDCommon framework is supported on all versions of Mac OS X up to 10.4 (Tiger) and should work with most versions of GNUstep. EDStyleSheet and EDMessage were last released when Mac OS X 10.2 (Jaguar) was current but work on later versions of OS X. Older releases of the framworks support a variety of platforms including all Web Objects 4.x deployment platforms and OPENSTEP Enterprise on Windows.

3.2 Which versions of WebObjects are supported?
The frameworks are written in Objective-C and, consequently, should be used with versions 4.0 and 4.5 only.

3.3 How to build on platforms without AppKit?
Some platforms do not have an implementation of the AppKit, Solaris for example, and the frameworks must be built accordingly. This is achieved by setting BUILD_WO_VERSION to YES in the top-level makefile.preamble files of each framework. Note that you must do a make clean after changing the variable. Building without AppKit dependencies is not supported in PBX or XCode.

4.1 What happened to the EDInternet framework?
The ED Frameworks were repackaged to better suit usage patterns. We had noticed that several projects depended on EDInternet solely for the socket functionality and, at times, for some MIME functionality that has become popular outside message processing; character set names (in CoreFoundation they are called "IANA" charsets), content types and the base64 encoding. We decided to move all this from the EDInternet framework into the EDCommon framework. This left only message functionality in EDInternet and consequently we decided to drop that name and rename it to EDMessage.

4.2 How do I move from EDInternet to EDMessage?
In a first step replace every occurance of EDInternet with EDMessage. This must be done in all files, including the .pbproj files. Then you need to replace all occurances of EDMessageMessage with EDInternetMessage. That should be it.

I would recommend the Mulle String Replacer for this task if it were in a better shape but it looks like you'll have to resort to find and sed. If you have a good script, please send me a mail.




Copyright © 2003-2007 Mulle Kybernetik. $Id: faq.html,v 1.4 2003/04/21 14:26:06 erik Exp $