From: Kris De V. <kdv...@cs...> - 2004-06-11 16:45:50
|
Andrew, I have no idea where you put the 3.0.1 version. Can't find it on sourceforge nor on the JQuery homepage. Oh wait... yes it is on sourceforge, but you can't get at it directly from the JQuery website. This way not many people will figure it out. I was confused by it myself and I wouldn't have found if I didn't think to look for a version 3.0.1 which I thought did not exist yet. Zoltan go here: https://sourceforge.net/project/showfiles.php?group_id=3D108= 938 Kris At 8:10 AM -0700 6/11/04, Andrew Eisenberg wrote: >Zoltan, > >I just found out that our zip file for 3.0.1 is corrupted. It will >take me 30 min. to fix it. It is now 8:10 Pacific Time. > >Sorry for the inconvenience. > >--andrew > >Kris De Volder wrote: > >>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. >> >>For 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/I= CompilationUnit;ZLorg/eclipse/jdt/core/WorkingCopyOwner;Lorg/eclipse/core/ru= ntime/IProgressMonitor;)Lorg/eclipse/jdt/core/dom/CompilationUnit; >> >>>!STACK 0 >> >>>java.lang.NoSuchMethodError: >>>org.eclipse.jdt.core.dom.AST.parseCompilationUnit(Lorg/eclipse/jdt/core/I= CompilationUnit;ZLorg/eclipse/jdt/core/WorkingCopyOwner;Lorg/eclipse/core/ru= ntime/IProgressMonitor;)Lorg/eclipse/jdt/core/dom/CompilationUnit; >> >>> at >>>ca.ubc.jquery.engine.CompilationUnitBucket.getAST(CompilationUnitBucket.j= ava:63) >> >>> at >>>ca.ubc.jquery.engine.CodeFactBucket.update(CodeFactBucket.java:741) >> >>> at >>>tyRuBa.engine.RuleBaseBucket.doUpdate(RuleBaseBucket.java:112) >> >>> at tyRuBa.engine.FrontEnd.updateBuckets(FrontEnd.java:337) >> >>> at tyRuBa.engine.FrontEnd.autoUpdateBuckets(FrontEnd.java:35= 4) >> >>> at tyRuBa.engine.QueryEngine.frameQuery(QueryEngine.java:97) >> >>> at >>>ca.ubc.jquery.gui.QueryControl.addAvailableTopQueries(QueryControl.java:3= 58) >> >>> 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:3= 70) >> >>> 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:2= 974) >> >>> at >>>org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1430) >> >>> at org.eclipse.swt.widgets.Display.windowProc(Display.java:3= 282) >> >>> at >>>org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native Method) >> >>> >>> at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:222) >> >>> >>> at org.eclipse.swt.widgets.Display.runPopups(Display.java:27= 42) >> >>> 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:13= 34) >> >>> at >>>org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:25= 3) >> >>> 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(PlatformActivat= or.java:334) >> >>> at >>>org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:2= 73) >> >>> at >>>org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:1= 28) >> >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Metho= d) >> >>> at >>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java= :39) >> >>> at >>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI= mpl.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 >>------------------------------------------------------------ > > > >------------------------------------------------------- >This SF.Net email is sponsored by the new InstallShield X. >>From Windows to Linux, servers to mobile, InstallShield X is the >one installation-authoring solution that does it all. Learn more and >evaluate today! http://www.installshield.com/Dev2Dev/0504 >_______________________________________________ >jquery-developer mailing list >jqu...@li... >https://lists.sourceforge.net/lists/listinfo/jquery-developer -- ------------------------------------------------------------ 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 ------------------------------------------------------------ |