ant problem

2012-12-06 Thread Ron X
hello everybody i have ant build problem under shell starting: org.objectstyle.woproject.ant.WOCompile cannot be found... stack trace but in WOLips when i ran task - everything works fine how can i set up build under console in right way? thanx ___

Re: ant problem

2012-12-06 Thread Bastian Triller
You need to add the woproject.jar to the commandline options ant -lib woproject.jar ... See http://wiki.wocommunity.org/display/WOL/WOProject-Ant Am 06.12.2012 09:29 schrieb Ron X ron.x.by...@gmail.com: hello everybody i have ant build problem under shell starting:

Re: ant problem

2012-12-06 Thread Ron X
thanx work fine but after ant -lib woproject.jar war - i got war in debug mode... 2012/12/6 Bastian Triller bastian.tril...@gmail.com You need to add the woproject.jar to the commandline options ant -lib woproject.jar ... See http://wiki.wocommunity.org/display/WOL/WOProject-Ant Am

Binary Plist generation very slow

2012-12-06 Thread Alexander Spohr
Hi List, we tried to switch from string based plists to binary ones. The clients love it but it almost kills the servers. The binary plist generation is 26 times slower (for my test case): Duration: 2881 ms NSPropertyListOpenStepFormat Duration: 75008 ms NSPropertyListBinaryFormat_v1_0 Does

Re: Dev/Deploy

2012-12-06 Thread Ron X
i unchecked in WOLips eclipse -WOIDE WOLips than saw in app.launch file: -WOIDElt;gt;WOLipslt;gt;falselt;gt; - everything seemed to be good, but after launch in eclipse i got debug mode(( 2012/12/6 Ron X ron.x.by...@gmail.com i built woa with maven plugin and have debug(( how can i disable

Re: Model Frameworks and Library Conflict Question

2012-12-06 Thread James Cicenia
Fresh from a good night's sleep subclass it is! Thanks everyone.. .learning a lot now about mixing and matching frameworks, models, and more. Always something to learn in WO always. cheers On Dec 5, 2012, at 9:37 PM, Chuck Hill ch...@global-village.net wrote: The database is just

Subclassing Entities in different Frameworks

2012-12-06 Thread James Cicenia
I have subclassed ERUser with my own User. They are in different frameworks. When I first created my User EOModeler defaults to a USER table in the database. Yet, there is currently an ERUser table in the database. If I point the USER table back to ERUser, EOModeler complains that I need a

Re: Subclassing Entities in different Frameworks

2012-12-06 Thread Ramsey Gurley
Modeling incorrectly. If you don't provide a restricting qualifier, you're doing horizontal inheritance, which means an extra table. To use single table inheritance, you have to provide a qualifier. Just use the subclass button in the entity modeler to set it up for you. If you want to do it

what did I break

2012-12-06 Thread Theodore Petrosky
I have a wonder app that is in production. The last build was three months ago. I need to make a change so I fired up eclipse and built in develop mode, at least I thought it should build and run. It died and there were lots of errors that didn't exist before. as i said it is a wonder app

Re: what did I break

2012-12-06 Thread Theodore Petrosky
wow, it wasn't so bad. I found that I had to 'refresh' WOOgnl in the WOExplorer window. sometimes things are more simple than cream cheese on a bagel. Ted --- On Thu, 12/6/12, Theodore Petrosky tedp...@yahoo.com wrote: From: Theodore Petrosky tedp...@yahoo.com Subject: what did I break To:

Re: Binary Plist generation very slow

2012-12-06 Thread Jesse Tayler
something wrong there? I haven't done tests, that's great to get those digits, how? my rather short testing some years back suggested that bplist was VERY fast, so I wonder? keep us posted about what you find please! On Dec 6, 2012, at 5:16 AM, Alexander Spohr a...@freeport.de wrote: Hi

RuleModeler Issues

2012-12-06 Thread James Cicenia
Anyone having RuleModeler issues where RuleModeler refuses to reveal its windows? Or just plain not coming to front? When I first launch it, it comes up but with no windows showing or menu items working. ? james ___ Do not post admin requests to

Re: RuleModeler Issues

2012-12-06 Thread Ramsey Gurley
Yes. It's been experiencing flakiness from it for a while now at home. On Dec 6, 2012, at 9:51 AM, James Cicenia wrote: Anyone having RuleModeler issues where RuleModeler refuses to reveal its windows? Or just plain not coming to front? When I first launch it, it comes up but with no

Re: RuleModeler Issues

2012-12-06 Thread James Cicenia
Any secret to coaxing it back to work? It is now totally unresponsive. On Dec 6, 2012, at 11:06 AM, Ramsey Gurley rgur...@smarthealth.com wrote: Yes. It's been experiencing flakiness from it for a while now at home. On Dec 6, 2012, at 9:51 AM, James Cicenia wrote: Anyone having

Re: RuleModeler Issues

2012-12-06 Thread Ramsey Gurley
Kill the app, delete preferences, try again. I don't do cocoa/xcode so I haven't got any clue why it fails or how to fix it. Sometimes I get no window. Sometimes I get a blank window-ish looking thing that turns into a window if I switch to another app and then back. Haven't had any

Re: Dev/Deploy

2012-12-06 Thread John Huss
I would expect that to do it. But you can also override isDevelopmentMode in Application and return false I believe. On Thursday, December 6, 2012, Ron X wrote: i unchecked in WOLips eclipse -WOIDE WOLips than saw in app.launch file: -WOIDElt;gt;WOLipslt;gt;falselt;gt; - everything seemed