On 10-Apr-06, at 12:28 PM, James Cicenia wrote:
OK -I am starting a new project, upgraded EOGenerator, finished my data model and now am generating my classes.This time I am trying to use the default templates so I have a few questionsIn my EOModeler do I have to fully qualify the Class? i.e. com.xxx.eo.ClassNameIf I just leave it at ClassName and then generate my classes via EOGenerator it doesn't seem to put in the package in the generated class. It puts the classes and the subclasses in the proper packages in Eclipse.. but doesn't generate the package in the class. Is it supposed to?
I haven't used the default EOGenerator templates in a long time (they're a little too anemic for my tastes), but make sure that the templates you are using has this line before the imports:
<$foreach package classPackage do$>package <$package$>; -- ;david -- David LeBer Codeferous Software 'co-defer-ous' adj. producing or containing code site: http://www.codeferous.com blog: http://david.codeferous.com
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ 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]
