EOGenerator Almost Working
EOGenerator Almost Working
- Subject: EOGenerator Almost Working
- From: Joe Moreno <email@hidden>
- Date: Sat, 26 Jan 2008 21:05:35 -0800
Hi All,
I've followed the instructions here, but my generated files need some clean up to compile:
Specifically, my generated _EO files have three errors that I can see:
1. package ${entity.packageName}; I'd like the entities in the default package or at least not ${entity.packageName}
2. public abstract class _Customer extends ${EOGenericRecord} { This should be EOGenericRecord not ${EOGenericRecord}
3. For some reason, the compiler doesn't think that NSArray can be a generic (screen shot):
My EO file has one error: package $entity.packageName;
Any help is greatly appreciated.
Thanks, Joe |
_______________________________________________
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