Le 2011-06-20 à 20:02, P Teeson a écrit : > I've installed Eclipse and friends and set my properties file to 533 as per > instructions. > > Now I want to convert a Tiger 10.4.11 Xcode project to Eclipse so I followed > the advice here: > <http://wiki.objectstyle.org/confluence/display/WOL/XcodeMigration> > and downloaded and imported the tool. > > However I get 4 of these Errors > The type NSMutableArray is not generic; it cannot be parameterized with > arguments <XCodeToEclipse.FileInfo> > plus 12 Warnings > Iterator is a raw type. References to generic type Iterator<E> should be > parameterized > XCodeToEclipse.java /XCodeMigration/src/ca/os/migrations line > 192 Java Problem > > So I googled and found that generics are only support under 533 by WOnder > extensions > So I went here > <http://wiki.objectstyle.org/confluence/display/WONDER/Binary+Frameworks+Installation+and+Upgrade> > > and got them and installed them in my 533 version System Library > </Volumes/Data/Development/WebObjects/Versions/WebObjects533/System/Library/Frameworks>
They should go in /Volumes/Data/Development/WebObjects/Versions/WebObjects533/Library/Frameworks (without the /System/). System is for Apple frameworks. > Made adjustments to the Eclipse WOLips preferences to point the System > frameworks field to > /Volumes/Data/Development/WebObjects/Versions/WebObjects533/System/Library/Frameworks You also need to add ERExtensions and ERJars to the classpath of the project. Do a right-click on the XCodeMigration project, and select Build Path -> Configure Build Path. Do "Add Library", and select "WebObjects Frameworks". Add ERJars and ERExtensions in there. > Deleted the import, quit Eclipse and relaunched and re-imported the tool. > > I still get the errors. What am I not doing correctly? Do you think the path > name is too long? > > What to do next? > > Thanks for your advice and > > respect.... > > Peter _______________________________________________ > 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/probert%40macti.ca > > 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]
