Re: Velocity EOGenerator create package problem

2008-10-08 Thread Kieran Kelleher
Ha ha! That was funny! Thanks for the reply! envisioning it now Cheers, Kieran :-) On Oct 8, 2008, at 10:48 AM, Mike Schrag wrote: Anyone know where is this packagename setting in the EOModel to set a default package name for all the entities? If you close your eyes and wish very

Re: Velocity EOGenerator create package problem

2008-10-08 Thread Mike Schrag
Anyone know where is this packagename setting in the EOModel to set a default package name for all the entities? If you close your eyes and wish very hard, you can probably envision this in your imagination ... That's the only place this setting lives at this point. ms

Re: Velocity EOGenerator create package problem

2008-10-08 Thread Kieran Kelleher
Anyone know where is this packagename setting in the EOModel to set a default package name for all the entities? On Dec 19, 2007, at 8:48 PM, Mike Schrag wrote: is it possible to setup packagename argument in the EOGenerator command or turn on create package functionality? No, because this i

Re: Velocity EOGenerator create package problem

2008-01-21 Thread Mike Schrag
not in yet On Jan 21, 2008, at 5:03 PM, David Holt wrote: Hi Mike, Is the "default package" definition for EOs setting in Entity Modeler yet? If so, where can I set it? Thanks, David On 19-Dec-07, at 5:48 PM, Mike Schrag wrote: is it possible to setup packagename argument in the EOGener

Re: Velocity EOGenerator create package problem

2008-01-21 Thread David Holt
Hi Mike, Is the "default package" definition for EOs setting in Entity Modeler yet? If so, where can I set it? Thanks, David On 19-Dec-07, at 5:48 PM, Mike Schrag wrote: is it possible to setup packagename argument in the EOGenerator command or turn on create package functionality? No, b

RE: Velocity EOGenerator create package problem

2007-12-20 Thread Ren, Kevin
TECTED] om] On Behalf Of Mike Schrag Sent: Thursday, 20 December 2007 5:17 p.m. To: WebObjects (Group) Subject: Re: Velocity EOGenerator create package problem templates download from http://webobjects.mdimension.com/wolips/EOGenerator/Velocity%20EOGenerat or%20Templa

Re: Velocity EOGenerator create package problem

2007-12-19 Thread Mike Schrag
These were the original samples, but there are actually built-in templates (newer versions of these) ... I just updated the mdt.com site with the latest versions of the templates -- you can grab those if you want, too. ms ___ Do not post admin requ

Re: Velocity EOGenerator create package problem

2007-12-19 Thread Mike Schrag
templates download from http://webobjects.mdimension.com/wolips/EOGenerator/Velocity%20EOGenerator%20Templates/ These were the original samples, but there are actually built-in templates (newer versions of these) ... To get started, you should not actually need the templates from the mdimens

RE: Velocity EOGenerator create package problem

2007-12-19 Thread Ren, Kevin
from i understood today: I have to put the whole class name in eomodel like recipe.eo.Recipe instead of just recipe. is that right? Now i clean my old recipe/eo folder. sorry make confused i have one Recipe table/class and use package name recipe as well. built with superclass package=base, the

Re: Velocity EOGenerator create package problem

2007-12-19 Thread Mike Schrag
is it possible to setup packagename argument in the EOGenerator command or turn on create package functionality? No, because this is really a setting of your EOModel, not just of the generation of Java files. However, there is a new setting coming to Entity Modeler that will allow you to def

Re: Velocity EOGenerator create package problem

2007-12-19 Thread Chuck Hill
? thanks kevin From: webobjects-dev-bounces [EMAIL PROTECTED] [mailto:webobjects-dev- [EMAIL PROTECTED] On Behalf Of Mike Schrag Sent: Thursday, 20 December 2007 12:31 p.m. To: WebObjects (Group) Subject: Re: Velocity EOGenerator create package problem Velocity EOGenerator totally ignores the

RE: Velocity EOGenerator create package problem

2007-12-19 Thread Ren, Kevin
t: Thursday, 20 December 2007 12:31 p.m. To: WebObjects (Group) Subject: Re: Velocity EOGenerator create package problem Velocity EOGenerator totally ignores the -createPackage flag -- it always creates packages (because it's the right thing to do). It determines the package name to use fro

Re: Velocity EOGenerator create package problem

2007-12-19 Thread Mike Schrag
Velocity EOGenerator totally ignores the -createPackage flag -- it always creates packages (because it's the right thing to do). It determines the package name to use from the class name you set in your EOModel file. The "superclass package" field is a new feature that lets you specify, f

Re: Velocity EOGenerator create package problem

2007-12-19 Thread Tobias Crawley
Kevin: Did you specify package information in your eomodel? In the Class Name field for the entity, have to give the full package path, e.g.: recipe.eo.Ingredient instead of just Ingredient. Then you would specify the destination and subclassDestination as Source/. Tobias On Dec 19, 20