Re: EOGenerator problem

2018-02-11 Thread Paul Hoadley
Hi Jeff, On 30 Jan 2018, at 14:05, Jeff Schmitz wrote: > I recently updated to Eclipse Oxygen and somewhere in the process my > EOGenerator behavior has been changed. As an aside to Johann’s explanation, we got into the practice some time ago of including EOGenerator templates in every projec

Re: EOGenerator problem

2018-02-11 Thread Johann Werner
Hi Jeff, the (very) old EO templates used to use log4j for logging but this was replaced by slf4j in the current ones some time ago. Perhaps you have a lib problem there? Passing a null value to e.g. the debug method of slf4j should be no problem as it converts that to the string „null“ before

EOGenerator problem

2018-01-29 Thread Jeff Schmitz
Hello List, I recently updated to Eclipse Oxygen and somewhere in the process my EOGenerator behavior has been changed. Specifically, where it used to generate “set” functions like this: public void setMiscState1(Boolean value) { if (_Entry.LOG.isDebugEnabled()) { _Entry.LOG.debu

Re: velocity eogenerator problem

2008-06-23 Thread Mike Schrag
The default eogenerator templates use generics. NSArray/Set/etc is only generic in WO 5.4 or Project Wonder. If you are using WO 5.3 without Wonder, then your NS* is not generic and cannot use the generic templates, so you must use the 1.4 templates. ms On Jun 23, 2008, at 11:33 AM, Patr

velocity eogenerator problem

2008-06-23 Thread Patrick Robinson
I'm converting an old Xcode project to WOLips (using Tiger, java 1.5, Eclipse 3.3.2, WOLips 3.3.5266, and WO 5.3.3). I reached the point where I made a change to my model which resulted in velocity EOGenerator being run, and now I have a bunch of code that won't compile. I'm getting: