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

For each framework two packages are available: The source code and the compiled framework for Mac OS X with documentation. Also included are links to the online version of the documentation and the CVS repostiory.

[EDCommon Logo]  
Version: 33 (12 August 2007), for OS X 10.4
Download: Source code, Binary

Version: 32 (26 January 2003)
Download: Source code, Binary
Open: Documentation, CVS Repository

[EDStyleSheet Logo]
Version: 3 (10 February 2003)
Download: Source code, Binary
Open: Documentation, CVS Repository

[EDMessage Logo]
Version: 16 (25 January 2003)
Download: Source code, Binary
Open: Documentation, CVS Repository


Issue Tracker
We have an issue/bug tracker shared by all Mulle Kybernetik projects at

jira.mulle-kybernetik.com

Please report bugs in Jira rather than sending email.

Building without AppKit
You can build a version of the frameworks without AppKit dependencies for use in WebObjects applications. See the FAQ page for details.
 
Once you have the source you can retrieve updates using anonymous CVS. If you do this for the very first time you have to log in to the CVS server using the following command: (The password is anoncvs.)

  cvs -d :pserver:anoncvs@cvs.mulle-kybernetik.com:/cvsroot login

Now go to the directory you want to update, e.g. EDCommon, and issue the following command: (It is not recommend to do this in the toplevel directoriy, i.e. ed as this will not only update all frameworks but also download other source code.)

  cvs -z3 -d :pserver:anoncvs@cvs.mulle-kybernetik.com:/cvsroot update -d

At this stage you might have guessed that you can also retrieve the source by logging in and using the checkout command. For EDCommon (and the palette) this would be:

  cvs -d :pserver:anoncvs@cvs.mulle-kybernetik.com:/cvsroot co ed/EDCommon
  cvs -d :pserver:anoncvs@cvs.mulle-kybernetik.com:/cvsroot co ed/EDPalette

Znek who deserves credit for the CVS installation has also installed the web front-end to browse the CVS repository on this site.


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