Hello list. I've bumped into problems compiling (in Eclipse) project (primarily made on xcode) using ERExtensions Wonder library. As I could understand the problem there is a replacement class for com.webobjects.foundation.NSMutableArray in ERExtensions library made to conform Collections interface... i do not actually need this functionality, but that class conflicts with original Apple implementation. e.g. NSArray.mutableClone() won't compile It says that NSMutableArray (from Wonder) is not generic and can not be initialized with aforementioned method (which returns NSMutableArray<E> from Apple)
How should I deal with that situation? regards, Gennady _______________________________________________ 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]
