Re: Help... Eclipse, new install with wonder integration... ERExtensions have not been initialized?

2012-07-13 Thread Ralf Schuchardt
Hi James, there are at least two possible reasons for this exception: You may call ERXExtension methods before the frameworks are completely loaded, e.g. in static initializers. But if this project did run before, then it is probably not the case here. The other reason may be an unfortunate

Re: Help... Eclipse, new install with wonder integration... ERExtensions have not been initialized?

2012-07-13 Thread James Cicenia
Thank you for replying. The secret to get it to work was offered by Pascal (bless his heart). I had to Enable Bundles in the Eclipse preferences. This magically made everything work. Thank goodness for this list as a solo developer it has truly become my lifeline, teacher and forward looking

Re: Help... Eclipse, new install with wonder integration... ERExtensions have not been initialized?

2012-07-13 Thread Ted Archibald
What's your application/project named? On Fri, Jul 13, 2012 at 7:00 AM, James Cicenia ja...@jimijon.com wrote: Thank you for replying. The secret to get it to work was offered by Pascal (bless his heart). I had to Enable Bundles in the Eclipse preferences. This magically made everything work.

Re: Help... Eclipse, new install with wonder integration... ERExtensions have not been initialized?

2012-07-13 Thread Pascal Robert
FYI, I also have this problem (this is why I told James to enable bundles), even if my project names and paths don't have a hyphen or a space in it. What's your application/project named? On Fri, Jul 13, 2012 at 7:00 AM, James Cicenia ja...@jimijon.com wrote: Thank you for replying. The

Re: Help... Eclipse, new install with wonder integration... ERExtensions have not been initialized?

2012-07-13 Thread Ted Archibald
When I had this type of problem a while back, the root cause was the name of the project for me. It was either a space and/or a period. Not having bundleless builds drove me nuts. On Fri, Jul 13, 2012 at 3:03 PM, Pascal Robert prob...@macti.ca wrote: FYI, I also have this problem (this is why

Re: Help... Eclipse, new install with wonder integration... ERExtensions have not been initialized?

2012-07-13 Thread Louis Demers
On 2012-07-13, at 5:03 PM, Pascal Robert wrote: FYI, I also have this problem (this is why I told James to enable bundles), even if my project names and paths don't have a hyphen or a space in it. would that be Generate Bundles instead of Enable Bundles in wolips 3.7 (WOlips preference for

Help... Eclipse, new install with wonder integration... ERExtensions have not been initialized?

2012-07-12 Thread James Cicenia
Oh how I wish I could press once GoLipse button and all wonder/wo frameworks would just work. Anyway... I did all that, git'd the Wonder Integration and imported all frameworks into Eclipse. Things were looking good, no compile errors, etc. but, when I try to launch I get the following: I have