| 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 protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]

