discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DevelKit - implemented template merger


From: Stefan Urbanek
Subject: DevelKit - implemented template merger
Date: Tue, 10 Jun 2003 00:00:11 +0200

Hi,

Attached are examples of DevelopmentKit templates and generated source (again, 
it is .h and .m file in one .m file).

Changes since announced prototype:
- imlpemented DKTemplateMerger class (you can see how to use it in the Testing 
directory, file mergetest.st). Basicaly, you create merger , set template and 
set some other object you want to merge with the template (usualy a dictionary, 
but it can be any object with key-value coding protocol implemented)
- updated .m and .h templates
- created makefile template
- ability to create sources from classes (see Testing directory and file 
testdk.st - this will generate directory called Build where you can run make to 
create simple bundle)

Where to get it?

    http://savannah.nongnu.org/projects/develkit/

No packages yet, only CVS for brave ones.

    cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/develkit co 
DevelopmentKit

Let me know what you think about all that and whether it works for you. Any 
suggestions, patches, help is appreciated.

Enjoy,

Stefan Urbanek
--
http://urbanek.host.sk

First they ignore you, then they laugh at you, then they fight you, then you 
win.
- Mahatma Gandhi

<ClassTemplate.h><ClassTemplate.m><generated.m>

Attachment: ClassTemplate.h
Description: Text document

Attachment: ClassTemplate.m
Description: Text document

Attachment: generated.m
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]