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

This email sent to [EMAIL PROTECTED]

Reply via email to