Re: JavaEOGenerator, Eclipse, WOLips, WO 5.4, Mac OS X 10.5.2

2008-02-26 Thread Cheong Hee
PROTECTED]> Subject: Re: JavaEOGenerator, Eclipse, WOLips, WO 5.4, Mac OS X 10.5.2 To: Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original From what i know, JavaEOGenerator did work on command line but could not

Re: JavaEOGenerator, Eclipse, WOLips, WO 5.4, Mac OS X 10.5.2

2008-02-25 Thread Cheong Hee (Datasonic)
if it is working for you. I will try to include them in wiki by this week. I hope it will help to have a working base template for those to add on. Cheong Hee Message: 3 Date: Mon, 25 Feb 2008 12:33:02 +0100 From: Emmanuel KOPP <[EMAIL PROTECTED]> Subject: JavaEOGenerator, Eclipse,

Re: JavaEOGenerator, Eclipse, WOLips, WO 5.4, Mac OS X 10.5.2

2008-02-25 Thread David Avendasora
There is a Wiki page for templates http://wiki.objectstyle.org/ confluence/pages/viewpage.action?pageId=2655245 for the various generators. I heartily recommend singing up for a Confluence login and adding them. If you don't want to do that, please forward them to me and I can add them mysel

Re: JavaEOGenerator, Eclipse, WOLips, WO 5.4, Mac OS X 10.5.2

2008-02-25 Thread Randy Wigginton
Unless someone offers a better solution, I will revamp the templates for WO 5.4 and put them somewhere easily accessible. The changes are not vast, but it sure is a pain to hand edit all the .java files every time I make a change to the model. On Feb 25, 2008, at 3:33 AM, Emmanuel KOPP wro

JavaEOGenerator, Eclipse, WOLips, WO 5.4, Mac OS X 10.5.2

2008-02-25 Thread Emmanuel KOPP
Hello, I try to generate my Java files from the JavaEOGenrator but is seems don't work. The .eogen file is ok (generated) but the java class aren't generate when I do a right clic on de eogen file on eclipse. I tried with the JavaEOgenerator -> http://developer.apple.com/samplecode/JavaE

Re: JavaEOGenerator Eclipse

2007-12-03 Thread Daryl Lee
File a bug against JavaEOGenerator. On Dec 3, 2007, at 8:35 AM, Freddie Tilley wrote: Or is the JavaEOGenerator responsible for this? ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@

Re: JavaEOGenerator Eclipse

2007-12-03 Thread Freddie Tilley
On 21 nov 2007, at 16:17, Freddie Tilley wrote: When I generate my javaclasses files in Eclipse 3.3 using JavaEOGenerator, all the attributes accessor methods always use data types: com.webobjects.foundation.NSData instead of just String, even though I set the data type in Entity Modeler t

JavaEOGenerator Eclipse

2007-11-21 Thread Freddie Tilley
When I generate my javaclasses files in Eclipse 3.3 using JavaEOGenerator, all the attributes accessor methods always use data types: com.webobjects.foundation.NSData instead of just String, even though I set the data type in Entity Modeler to String S the JavaEOGenerator template contains