On Thu, May 21, 2009 at 12:46 PM, Andrew Satori <[email protected]> wrote: > Alright, so I am not an 'old school' WO dev. I have used it for a few years > now for several projects and overall I really like the platform. That said, > I am so frustrated by the tools right now, I am about to throw the whole > platform in the trash bin. > > Up until about 3 weeks ago, I was managing, though not terribly thrilled > with the WOLips/Eclipse toolchain. Then my old laptop lost a hard disk. So > I replaced it with a new MacBook Pro (great machine btw). Installed Xcode > and WO. Downloaded Eclipse, ran WOLips install (both the all in one and the > get updates route), opened current projects, none of them will build. None > of the WO Library jar's and frameworks can be found. > > 2 nights of Googling and poking and prodding, I finally have the projects > building (yay!), but now, no debugging. It just doesn't work. It pretends > it is going to work, but no, it just sits there waiting and then eventually > comes back with: "Exception in thread "main" java.lang.NoClassDefFoundError: > com/webobjects/eocontrol/EOEvent". > > So obviously, it can't find the application start up process. > > Seriously, we've got this great platform and tools that make VI and > Makefile's look elegant at times. I cannot imagine how we gave seen this > platform regress this badly in the last year. I look at the blog and see > all the progress, but I'll be damed if I can find the information about how > to make things actually work. > > I can't be the only one feeling these frustrations, or am I really that > f'ing dumb? > > Dru >
Every time I've had to install WOLips it never has created one necessary file. Supposedly this has been fixed, but your error sounds like the infamous wolips.properties file not being present. This should be in your ~/Library/Application Support/WOLips directory (file name of wolips.properties): #Fri Oct 17 14:08:02 PDT 2008 wo.system.root=/System wo.user.frameworks=/Users/jlittle/Library/Frameworks wo.system.frameworks=/System/Library/Frameworks wo.bootstrapjar=/System/Library/WebObjects/JavaApplications/wotaskd.woa/WOBootstrap.jar wo.network.frameworks=/Network/Library/Frameworks wo.api.root=/Developer/ADC%20Reference%20Library/documentation/WebObjects/Reference/API/ wo.network.root=/Network wo.extensions=/Library/WebObjects/Extensions wo.user.root=/Users/jlittle wo.local.frameworks=/Library/Frameworks wo.apps.root=/Library/WebObjects/Applications wo.local.root=/ Edit with your username instead of jlittle. > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/jmlittle%40gmail.com > > This email sent to [email protected] > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
