From: Kris De V. <kdv...@cs...> - 2004-06-11 12:40:04
|
Hi Zoltan, Thank for your interest in JQuery. Unfortunately, the version we have currently available is not compatible with RC1. It only works in M8. There appear to be some minor API changes between M8 and M9 that break our code. An RC2 compatible version will be prepared sometime soon, but we are not planning on releasing an RC1 version. =46or now you will have to work with Eclipse M8. Or,if you cannot work with M8 for some reason, you could try to compile JQuery from source and try to fix the compilation error, which is *probably* not too hard. The easiest thing is probably just to use the M8 version for now, under Eclipse M8, and wait for the RC2 compatible release. Kris >Hi Kris, >My name is still on the "contact" page of the website. I tried to >remove it but andrew has ownership of the file. Could you please >have him remove it, and also have someone look into the problem >below? > >Thanks, >Ryan >-----Original Message----- >From: Sebesty=E9n Zolt=E1n [mailto:Zol...@ne...] >Sent: June 11, 2004 12:48 AM >To: rmw...@in... >Subject: JQuery problem > >Hi, > > > > I've just installed JQuery 3.0 to an Eclipse 3.0 RC1 system, and it >complains that (see below) even though that class and method exists >in > > > >${ECLIPSE_DIR}\plugins\org.eclipse.jdt.core_3.0.0\jdtcore.jar file. > > > >Do you have any ideas what can be source of the problem? > > > >Regards, > > > >Zoltan > > > >Here's the log: > > > >!MESSAGE >org.eclipse.jdt.core.dom.AST.parseCompilationUnit(Lorg/eclipse/jdt/core/ICo= mpilationUnit;ZLorg/eclipse/jdt/core/WorkingCopyOwner;Lorg/eclipse/core/runt= ime/IProgressMonitor;)Lorg/eclipse/jdt/core/dom/CompilationUnit; > >!STACK 0 > >java.lang.NoSuchMethodError: >org.eclipse.jdt.core.dom.AST.parseCompilationUnit(Lorg/eclipse/jdt/core/ICo= mpilationUnit;ZLorg/eclipse/jdt/core/WorkingCopyOwner;Lorg/eclipse/core/runt= ime/IProgressMonitor;)Lorg/eclipse/jdt/core/dom/CompilationUnit; > > at >ca.ubc.jquery.engine.CompilationUnitBucket.getAST(CompilationUnitBucket.jav= a:63) > > at >ca.ubc.jquery.engine.CodeFactBucket.update(CodeFactBucket.java:741) > > at tyRuBa.engine.RuleBaseBucket.doUpdate(RuleBaseBucket.java:1= 12) > > at tyRuBa.engine.FrontEnd.updateBuckets(FrontEnd.java:337) > > at tyRuBa.engine.FrontEnd.autoUpdateBuckets(FrontEnd.java:354) > > at tyRuBa.engine.QueryEngine.frameQuery(QueryEngine.java:97) > > at >ca.ubc.jquery.gui.QueryControl.addAvailableTopQueries(QueryControl.java:358= ) > > at >ca.ubc.jquery.gui.QueryControl.addTopQueryItems(QueryControl.java:563) > > at >ca.ubc.jquery.gui.QueryControl.fillContextMenu(QueryControl.java:545) > > at >ca.ubc.jquery.gui.QueryControl$10.menuAboutToShow(QueryControl.java:691) > > at >org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:286) > > at >org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:370= ) > > at >org.eclipse.jface.action.MenuManager.access$0(MenuManager.java:367) > > at >org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:383) > > at >org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:116) > > at >org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) > > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796) > > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820) > > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801) > > at >org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:3302) > > at org.eclipse.swt.widgets.Control.windowProc(Control.java:297= 4) > > at >org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1430) > > at org.eclipse.swt.widgets.Display.windowProc(Display.java:328= 2) > > at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Met= hod) > > at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:222) > > at org.eclipse.swt.widgets.Display.runPopups(Display.java:2742= ) > > at >org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2376) > > at >org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) > > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334= ) > > at >org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:253) > > at >org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) > > at >org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) > > at >org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator= =2Ejava:334) > > at >org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273= ) > > at >org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:128= ) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at >sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:3= 9) > > at >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp= l.java:25) > > at java.lang.reflect.Method.invoke(Method.java:324) > > at org.eclipse.core.launcher.Main.basicRun(Main.java:185) > > at org.eclipse.core.launcher.Main.run(Main.java:638) > > at org.eclipse.core.launcher.Main.main(Main.java:622) -- ------------------------------------------------------------ Kris De Volder The Department of Computer Science Assistant Professor University of British Columbia http://www.cs.ubc.ca/~kdvolder 309-2366 Main Mall ++1(604)822 1209 V6T 1Z4 Vancouver, BC, CANADA ------------------------------------------------------------ |