Re: EOGenerator Almost Working
Re: EOGenerator Almost Working
- Subject: Re: EOGenerator Almost Working
- From: Guido Neitzer <email@hidden>
- Date: Sun, 27 Jan 2008 00:01:57 -0700
On 26.01.2008, at 22:05, Joe Moreno wrote:
1.
package ${entity.packageName};
I'd like the entities in the default package or at least not $
{entity.packageName}
Putting everything in the default package is just plain dirty. You can
either define the base package in the eogen file or in the classname
on the entity itself.
If I leave the package definition out, it put everything in the
default package. Dirty, but works.
2.
public abstract class _Customer extends ${EOGenericRecord} {
This should be EOGenericRecord not ${EOGenericRecord}
I have tried that with the WOLips version from today and the latest
templates. No problem. None at all.
3.
For some reason, the compiler doesn't think that NSArray can be a
generic (screen shot):
<pastedGraphic.png>
My EO file has one error:
package $entity.packageName;
Are you really using 5.4?
cug
_______________________________________________
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