Re: Leopard Wolips Setup Problem...
Re: Leopard Wolips Setup Problem...
- Subject: Re: Leopard Wolips Setup Problem...
- From: Chuck Hill <email@hidden>
- Date: Sat, 3 Nov 2007 13:01:10 -0700
On Nov 3, 2007, at 12:44 PM, Mac Campbell wrote:
Hello all,
I am struggling to get a dev environment working on Leopard. It
seems like this is a good time to finally move over to WOLips so I
have done that... I have followed the wiki instructions for
environment setup and importing over a xcode project (this tutorial
is still for 10.4 of course)... and I get the following error when
I try to run it...
<main> A fatal exception occurred:
com.webobjects.foundation.NSMutableArray: method <init>(Ljava/util/
Collection;)V not found
Not sure what that is, but it might be related to the problem below.
It might also be a API change in 5.4 WRT Wonder's NSMutableArray.
I have the following WO Frameworks in my project:
EXExtensions.jar
javaeoaccess.jar
javaeocontrol.jar
javafoundation.jar
javajdbcadaptor.jar
javawebobjects.jar
javawoextensions.jar
javaxml.jar
It really doesn't seem to like my use of NSArray either... it keeps
given warnings about "Adding Type parameters to NSArray" I don't
know if these things are related or not but I am assuming they
are... Can a kind soul out there point a lost hobiest in the right
direction?
It is not a setup problem. WO 5.4 uses Java 5 Generics. I have not
migrated over yet, but Mike Schrag recently posted this:
above the class definition in my eogenerator templates, I put
@SuppressWarnings("all")
Because many EOF methods cannot really be made properly generic,
you will always have a generics warning here ...
Chuck
--
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden