You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
(22) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Jim R. <ri...@cs...> - 2004-08-09 22:08:43
|
I've uploaded a new release of JQuery to SourceForge. It includes the query engine factbase improvements and the addition of fact libraries and class file parsing. To download it: http://sourceforge.net/project/showfiles.php?group_id=108938&package_id=117590&release_id=259333 There is also new and improved documentation in the website folder in CVS (i'm not sure how to update the actual website). -Jim |
From: Jim R. <ri...@cs...> - 2004-06-24 21:30:55
|
The change I made a while back to stop duplicate facts from being inserted into the factbase had the side effect of not parsing/inserting javadoc tag information for types and methods. I've committed a fix. Jim |
From: Ed M. <emc...@cs...> - 2004-06-23 05:55:49
|
This is the current version of the OOPSLA demo proposal. It is now about 300 words. According to the requirements, i need to cut it down to 250: http://www.oopsla.org/2004/ShowPage.do?id=CallDemonstrations Should I beef up the "what the audience will see" more and include all the pictures? Any questions or comments would be greatly appreciated. I'd like to get this in soon. thanks. Ed Ed McCormick wrote: > > The new version is up on sourceforge. > > Kris did you document this bug? I could make reference to it in the > bug tracker. > > Otherwise, could you drop me a quick description of the change from > version 3.0.1 to 3.0.2. (i seem to have lost that mail where you > first described it). > > thanks. > Ed > > Kris De Volder wrote: > >> Hi Guys, >> >> Did you make the bugfixed version of JQuery available for DL yet? >> without the bugfix I committed last week the tool is basically >> unusuable unless you are working on the code in a strictly "read >> only" mode. >> >> This bugfix is essential and should be updated ASAP. >> >> Kris > > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital > self defense, top technical experts, no vendor pitches, unmatched > networking opportunities. Visit www.blackhat.com > _______________________________________________ > jquery-developer mailing list > jqu...@li... > https://lists.sourceforge.net/lists/listinfo/jquery-developer |
From: Ed M. <emc...@cs...> - 2004-06-23 02:38:45
|
The new version is up on sourceforge. Kris did you document this bug? I could make reference to it in the bug tracker. Otherwise, could you drop me a quick description of the change from version 3.0.1 to 3.0.2. (i seem to have lost that mail where you first described it). thanks. Ed Kris De Volder wrote: > Hi Guys, > > Did you make the bugfixed version of JQuery available for DL yet? > without the bugfix I committed last week the tool is basically > unusuable unless you are working on the code in a strictly "read only" > mode. > > This bugfix is essential and should be updated ASAP. > > Kris |
From: Ed M. <emc...@cs...> - 2004-06-22 08:14:27
|
Unless someone has already taken care of this I'll do it tomorrow. Ed Kris De Volder wrote: > Hi Guys, > > Did you make the bugfixed version of JQuery available for DL yet? > without the bugfix I committed last week the tool is basically > unusuable unless you are working on the code in a strictly "read only" > mode. > > This bugfix is essential and should be updated ASAP. > > Kris |
From: Kris De V. <kdv...@cs...> - 2004-06-22 07:59:59
|
Hi Guys, Did you make the bugfixed version of JQuery available for DL yet? without the bugfix I committed last week the tool is basically unusuable unless you are working on the code in a strictly "read only" mode. This bugfix is essential and should be updated ASAP. Kris -- ------------------------------------------------------------ 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 ------------------------------------------------------------ |
From: Kris De V. <kdv...@cs...> - 2004-06-18 10:27:46
|
>What was the problem/change? > >I've been using 3.0.1 and not really having any problems (other than >the usual memory related ones). The ASTParser breaks if you try to "reuse" it for parsing the same file without reinitializing it. Thus if you do not edit code everything works fine. If you edit code, the parser will try to update corresponding compilationunitBucket and then it crashes with nullpointer exception when it tries to reuse the ASTParser that was stored in there (problem is that parser no longer remember the corresponding file it should parse). Fix: the parser should not be reused and kept in the CUBucket. (And I don't think that one really wants to keep a bunch of parsers around eating up memory anyway, so this probably saves some memory as well). > >ps- how's the conference? Some good some boring. Doug and Jonathan made a very good presentation (of course :-) Kris >Kris De Volder wrote: > >>I've comitted a bugfix for the RC1 version. Probably should release >>a new one on the webpage. It is a pretty serious bug! >> >>Kris > > > >------------------------------------------------------- >This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference >Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer >Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA >REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND >_______________________________________________ >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 ------------------------------------------------------------ |
From: Andrew E. <ad...@cs...> - 2004-06-18 09:18:14
|
What was the problem/change? I've been using 3.0.1 and not really having any problems (other than the usual memory related ones). ps- how's the conference? Kris De Volder wrote: > I've comitted a bugfix for the RC1 version. Probably should release a > new one on the webpage. It is a pretty serious bug! > > Kris |
From: Kris De V. <kdv...@cs...> - 2004-06-18 09:15:50
|
I've comitted a bugfix for the RC1 version. Probably should release a new one on the webpage. It is a pretty serious bug! Kris -- ------------------------------------------------------------ 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 ------------------------------------------------------------ |
From: Kris De V. <kdv...@cs...> - 2004-06-18 09:06:11
|
Thanks for your feedback. I think this is a known issue in JQuery 3.0 with RC1/2. RC1 has broken some API we were using. There is a newer version available from the download page: http://jquery.cs.ubc.ca/download.htm (get 3.0.1 !) The newer version fixes this problem, but I discovered yesterday another problem with some changes in the Eclipse AST parser. I'm currently abroad with spotty internet access and cannot put that fix up yet. The version now available 3.0.1 will run, but you will probably experience problems after files have been edited on reparsing (the first parse works, but second parse does not). So 3.0.1 is better for RC1/2 than the 3.0 version but we may still uncover some things. So keep an eye out on the webpage for do updates to make things work properly in RC1/2. If you find additional problems, we welcome your feedback. For example you can submit bugreports on sourceforge: https://sourceforge.net/tracker/?group_id=108938&atid=651921 or send email to the JQuery developer list. (see cc in mail headers above) Kris >Hi Kris, > >I really like your plugin and tried to get it working. > >With Eclipse 3.0 RC2 Version 3.0 of the plugin doesn't work for me >-- The view doesn't show anything: > >java.lang.NoSuchMethodError: >org.eclipse.jdt.core.dom.AST.parseCompilationUnit(Lorg/eclipse/jdt/core/ICompilationUnit;ZLorg/eclipse/jdt/core/WorkingCopyOwner;Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/jdt/core/dom/CompilationUnit; > at >ca.ubc.jquery.engine.CompilationUnitBucket.getAST(CompilationUnitBucket.java: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: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:2974) > at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1430) > at org.eclipse.swt.widgets.Display.windowProc(Display.java:3282) > 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: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.java: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:39) > at >sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.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 ------------------------------------------------------------ |
From: Kris De V. <kdv...@cs...> - 2004-06-11 17:44:17
|
Just tried a quick one... and yep it looks like it works. Also, its worth switching to RC1, got some neat features. I've just opened it and played 5 minutes. Such a cool new thing is that you can "fold" your editor window, you can collapse and expand methods and comments etc. Really cool... wonder if we could use that in a kind of virtual source file type of thing, like we mentioned in the paper as future work. I.e. some kind of way of expanding query results into your current editor. A JQuery directly in the editor pane! Would not that be so cool? Kris -- ------------------------------------------------------------ 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 ------------------------------------------------------------ |
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 ------------------------------------------------------------ |
From: Andrew E. <ad...@cs...> - 2004-06-11 15:32:58
|
Both the dist and the project downloads are working now. Kris De Volder wrote: > Hi Zoltan, >=20 > Thank for your interest in JQuery. >=20 > Unfortunately, the version we have currently available is not compatibl= e=20 > with RC1. It only works in M8. There appear to be some minor API change= s=20 > between M8 and M9 that break our code. >=20 > An RC2 compatible version will be prepared sometime soon, but we are no= t=20 > planning on releasing an RC1 version. >=20 > For now you will have to work with Eclipse M8. Or,if you cannot work=20 > with M8 for some reason, you could try to compile JQuery from source an= d=20 > try to fix the compilation error, which is *probably* not too hard. >=20 > The easiest thing is probably just to use the M8 version for now, under= =20 > Eclipse M8, and wait for the RC2 compatible release. >=20 > Kris >=20 >> Hi Kris, >=20 >> My name is still on the "contact" page of the website. I tried to=20 >> remove it but andrew has ownership of the file. Could you please have= =20 >> him remove it, and also have someone look into the problem below? >=20 >> =20 >=20 >> Thanks, >=20 >> Ryan >=20 >> -----Original Message----- >=20 >> *From:* Sebesty=E9n Zolt=E1n [mailto:Zol...@ne...] >> *Sent:* June 11, 2004 12:48 AM >> *To:* rmw...@in... >> *Subject:* JQuery problem >=20 >> Hi, >=20 >> =20 >=20 >> I've just installed JQuery 3.0 to an Eclipse 3.0 RC1 system, and it=20 >> complains that (see below) even though that class and method exists in >=20 >> =20 >=20 >> ${ECLIPSE_DIR}\plugins\org.eclipse.jdt.core_3.0.0\jdtcore.jar file. >=20 >> =20 >=20 >> Do you have any ideas what can be source of the problem? >=20 >> =20 >=20 >> Regards, >=20 >> =20 >=20 >> Zoltan >=20 >> =20 >=20 >> Here's the log: >=20 >> =20 >=20 >> !MESSAGE=20 >> org.eclipse.jdt.core.dom.AST.parseCompilationUnit(Lorg/eclipse/jdt/cor= e/ICompilationUnit;ZLorg/eclipse/jdt/core/WorkingCopyOwner;Lorg/eclipse/c= ore/runtime/IProgressMonitor;)Lorg/eclipse/jdt/core/dom/CompilationUnit; >=20 >> !STACK 0 >=20 >> java.lang.NoSuchMethodError:=20 >> org.eclipse.jdt.core.dom.AST.parseCompilationUnit(Lorg/eclipse/jdt/cor= e/ICompilationUnit;ZLorg/eclipse/jdt/core/WorkingCopyOwner;Lorg/eclipse/c= ore/runtime/IProgressMonitor;)Lorg/eclipse/jdt/core/dom/CompilationUnit; >=20 >> at=20 >> ca.ubc.jquery.engine.CompilationUnitBucket.getAST(CompilationUnitBucke= t.java:63) >=20 >> at=20 >> ca.ubc.jquery.engine.CodeFactBucket.update(CodeFactBucket.java:741) >=20 >> at=20 >> tyRuBa.engine.RuleBaseBucket.doUpdate(RuleBaseBucket.java:112) >=20 >> at tyRuBa.engine.FrontEnd.updateBuckets(FrontEnd.java:337) >=20 >> at tyRuBa.engine.FrontEnd.autoUpdateBuckets(FrontEnd.java:= 354) >=20 >> at tyRuBa.engine.QueryEngine.frameQuery(QueryEngine.java:9= 7) >=20 >> at=20 >> ca.ubc.jquery.gui.QueryControl.addAvailableTopQueries(QueryControl.jav= a:358) >=20 >> at=20 >> ca.ubc.jquery.gui.QueryControl.addTopQueryItems(QueryControl.java:563) >=20 >> at=20 >> ca.ubc.jquery.gui.QueryControl.fillContextMenu(QueryControl.java:545) >=20 >> at=20 >> ca.ubc.jquery.gui.QueryControl$10.menuAboutToShow(QueryControl.java:69= 1) >=20 >> at=20 >> org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:= 286) >=20 >> at=20 >> org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.jav= a:370) >=20 >> at=20 >> org.eclipse.jface.action.MenuManager.access$0(MenuManager.java:367) >=20 >> at=20 >> org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:383) >=20 >> at=20 >> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:1= 16) >=20 >> at=20 >> org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) >=20 >> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:79= 6) >=20 >> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:82= 0) >=20 >> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:80= 1) >=20 >> at=20 >> org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:3302) >=20 >> at=20 >> org.eclipse.swt.widgets.Control.windowProc(Control.java:2974) >=20 >> at=20 >> org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1430) >=20 >> at=20 >> org.eclipse.swt.widgets.Display.windowProc(Display.java:3282) >=20 >> at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native= =20 >> Method) >=20 >> >> at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:222) >=20 >> >> at=20 >> org.eclipse.swt.widgets.Display.runPopups(Display.java:2742) >=20 >> at=20 >> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2376) >=20 >> at=20 >> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) >=20 >> at=20 >> org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) >=20 >> at=20 >> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java= :253) >=20 >> at=20 >> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) >=20 >> at=20 >> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) >=20 >> at=20 >> org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActi= vator.java:334) >=20 >> at=20 >> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.jav= a:273) >=20 >> at=20 >> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.jav= a:128) >=20 >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Met= hod) >=20 >> at=20 >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j= ava:39) >=20 >> at=20 >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess= orImpl.java:25) >=20 >> at java.lang.reflect.Method.invoke(Method.java:324) >=20 >> at org.eclipse.core.launcher.Main.basicRun(Main.java:185) >=20 >> at org.eclipse.core.launcher.Main.run(Main.java:638) >=20 >> at org.eclipse.core.launcher.Main.main(Main.java:622) >=20 >=20 >=20 > --=20 >=20 > ------------------------------------------------------------ > 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 > ------------------------------------------------------------ |
From: Andrew E. <ad...@cs...> - 2004-06-11 15:11:01
|
Zoltan, I just found out that our zip file for 3.0.1 is corrupted. It will take = me 30=20 min. to fix it. It is now 8:10 Pacific Time. Sorry for the inconvenience. --andrew Kris De Volder wrote: > Hi Zoltan, >=20 > Thank for your interest in JQuery. >=20 > Unfortunately, the version we have currently available is not compatibl= e=20 > with RC1. It only works in M8. There appear to be some minor API change= s=20 > between M8 and M9 that break our code. >=20 > An RC2 compatible version will be prepared sometime soon, but we are no= t=20 > planning on releasing an RC1 version. >=20 > For now you will have to work with Eclipse M8. Or,if you cannot work=20 > with M8 for some reason, you could try to compile JQuery from source an= d=20 > try to fix the compilation error, which is *probably* not too hard. >=20 > The easiest thing is probably just to use the M8 version for now, under= =20 > Eclipse M8, and wait for the RC2 compatible release. >=20 > Kris >=20 >> Hi Kris, >=20 >> My name is still on the "contact" page of the website. I tried to=20 >> remove it but andrew has ownership of the file. Could you please have= =20 >> him remove it, and also have someone look into the problem below? >=20 >> =20 >=20 >> Thanks, >=20 >> Ryan >=20 >> -----Original Message----- >=20 >> *From:* Sebesty=E9n Zolt=E1n [mailto:Zol...@ne...] >> *Sent:* June 11, 2004 12:48 AM >> *To:* rmw...@in... >> *Subject:* JQuery problem >=20 >> Hi, >=20 >> =20 >=20 >> I've just installed JQuery 3.0 to an Eclipse 3.0 RC1 system, and it=20 >> complains that (see below) even though that class and method exists in >=20 >> =20 >=20 >> ${ECLIPSE_DIR}\plugins\org.eclipse.jdt.core_3.0.0\jdtcore.jar file. >=20 >> =20 >=20 >> Do you have any ideas what can be source of the problem? >=20 >> =20 >=20 >> Regards, >=20 >> =20 >=20 >> Zoltan >=20 >> =20 >=20 >> Here's the log: >=20 >> =20 >=20 >> !MESSAGE=20 >> org.eclipse.jdt.core.dom.AST.parseCompilationUnit(Lorg/eclipse/jdt/cor= e/ICompilationUnit;ZLorg/eclipse/jdt/core/WorkingCopyOwner;Lorg/eclipse/c= ore/runtime/IProgressMonitor;)Lorg/eclipse/jdt/core/dom/CompilationUnit; >=20 >> !STACK 0 >=20 >> java.lang.NoSuchMethodError:=20 >> org.eclipse.jdt.core.dom.AST.parseCompilationUnit(Lorg/eclipse/jdt/cor= e/ICompilationUnit;ZLorg/eclipse/jdt/core/WorkingCopyOwner;Lorg/eclipse/c= ore/runtime/IProgressMonitor;)Lorg/eclipse/jdt/core/dom/CompilationUnit; >=20 >> at=20 >> ca.ubc.jquery.engine.CompilationUnitBucket.getAST(CompilationUnitBucke= t.java:63) >=20 >> at=20 >> ca.ubc.jquery.engine.CodeFactBucket.update(CodeFactBucket.java:741) >=20 >> at=20 >> tyRuBa.engine.RuleBaseBucket.doUpdate(RuleBaseBucket.java:112) >=20 >> at tyRuBa.engine.FrontEnd.updateBuckets(FrontEnd.java:337) >=20 >> at tyRuBa.engine.FrontEnd.autoUpdateBuckets(FrontEnd.java:= 354) >=20 >> at tyRuBa.engine.QueryEngine.frameQuery(QueryEngine.java:9= 7) >=20 >> at=20 >> ca.ubc.jquery.gui.QueryControl.addAvailableTopQueries(QueryControl.jav= a:358) >=20 >> at=20 >> ca.ubc.jquery.gui.QueryControl.addTopQueryItems(QueryControl.java:563) >=20 >> at=20 >> ca.ubc.jquery.gui.QueryControl.fillContextMenu(QueryControl.java:545) >=20 >> at=20 >> ca.ubc.jquery.gui.QueryControl$10.menuAboutToShow(QueryControl.java:69= 1) >=20 >> at=20 >> org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:= 286) >=20 >> at=20 >> org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.jav= a:370) >=20 >> at=20 >> org.eclipse.jface.action.MenuManager.access$0(MenuManager.java:367) >=20 >> at=20 >> org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:383) >=20 >> at=20 >> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:1= 16) >=20 >> at=20 >> org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) >=20 >> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:79= 6) >=20 >> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:82= 0) >=20 >> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:80= 1) >=20 >> at=20 >> org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:3302) >=20 >> at=20 >> org.eclipse.swt.widgets.Control.windowProc(Control.java:2974) >=20 >> at=20 >> org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1430) >=20 >> at=20 >> org.eclipse.swt.widgets.Display.windowProc(Display.java:3282) >=20 >> at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native= =20 >> Method) >=20 >> >> at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:222) >=20 >> >> at=20 >> org.eclipse.swt.widgets.Display.runPopups(Display.java:2742) >=20 >> at=20 >> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2376) >=20 >> at=20 >> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) >=20 >> at=20 >> org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) >=20 >> at=20 >> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java= :253) >=20 >> at=20 >> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) >=20 >> at=20 >> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) >=20 >> at=20 >> org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActi= vator.java:334) >=20 >> at=20 >> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.jav= a:273) >=20 >> at=20 >> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.jav= a:128) >=20 >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Met= hod) >=20 >> at=20 >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j= ava:39) >=20 >> at=20 >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess= orImpl.java:25) >=20 >> at java.lang.reflect.Method.invoke(Method.java:324) >=20 >> at org.eclipse.core.launcher.Main.basicRun(Main.java:185) >=20 >> at org.eclipse.core.launcher.Main.run(Main.java:638) >=20 >> at org.eclipse.core.launcher.Main.main(Main.java:622) >=20 >=20 >=20 > --=20 >=20 > ------------------------------------------------------------ > 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 > ------------------------------------------------------------ |
From: Andrew E. <ad...@cs...> - 2004-06-11 15:04:24
|
Hi Zoltan, Which version of JQuery did you download? We released a new version (3.0= .1) on=20 June 7, that should address the problem you are experiencing and should w= ork=20 with RC1. Please let us know if you are using 3.0.1 and are still having problems. thanks, --andrew Kris De Volder wrote: > Hi Zoltan, >=20 > Thank for your interest in JQuery. >=20 > Unfortunately, the version we have currently available is not compatibl= e=20 > with RC1. It only works in M8. There appear to be some minor API change= s=20 > between M8 and M9 that break our code. >=20 > An RC2 compatible version will be prepared sometime soon, but we are no= t=20 > planning on releasing an RC1 version. >=20 > For now you will have to work with Eclipse M8. Or,if you cannot work=20 > with M8 for some reason, you could try to compile JQuery from source an= d=20 > try to fix the compilation error, which is *probably* not too hard. >=20 > The easiest thing is probably just to use the M8 version for now, under= =20 > Eclipse M8, and wait for the RC2 compatible release. >=20 > Kris >=20 >> Hi Kris, >=20 >> My name is still on the "contact" page of the website. I tried to=20 >> remove it but andrew has ownership of the file. Could you please have= =20 >> him remove it, and also have someone look into the problem below? >=20 >> =20 >=20 >> Thanks, >=20 >> Ryan >=20 >> -----Original Message----- >=20 >> *From:* Sebesty=E9n Zolt=E1n [mailto:Zol...@ne...] >> *Sent:* June 11, 2004 12:48 AM >> *To:* rmw...@in... >> *Subject:* JQuery problem >=20 >> Hi, >=20 >> =20 >=20 >> I've just installed JQuery 3.0 to an Eclipse 3.0 RC1 system, and it=20 >> complains that (see below) even though that class and method exists in >=20 >> =20 >=20 >> ${ECLIPSE_DIR}\plugins\org.eclipse.jdt.core_3.0.0\jdtcore.jar file. >=20 >> =20 >=20 >> Do you have any ideas what can be source of the problem? >=20 >> =20 >=20 >> Regards, >=20 >> =20 >=20 >> Zoltan >=20 >> =20 >=20 >> Here's the log: >=20 >> =20 >=20 >> !MESSAGE=20 >> org.eclipse.jdt.core.dom.AST.parseCompilationUnit(Lorg/eclipse/jdt/cor= e/ICompilationUnit;ZLorg/eclipse/jdt/core/WorkingCopyOwner;Lorg/eclipse/c= ore/runtime/IProgressMonitor;)Lorg/eclipse/jdt/core/dom/CompilationUnit; >=20 >> !STACK 0 >=20 >> java.lang.NoSuchMethodError:=20 >> org.eclipse.jdt.core.dom.AST.parseCompilationUnit(Lorg/eclipse/jdt/cor= e/ICompilationUnit;ZLorg/eclipse/jdt/core/WorkingCopyOwner;Lorg/eclipse/c= ore/runtime/IProgressMonitor;)Lorg/eclipse/jdt/core/dom/CompilationUnit; >=20 >> at=20 >> ca.ubc.jquery.engine.CompilationUnitBucket.getAST(CompilationUnitBucke= t.java:63) >=20 >> at=20 >> ca.ubc.jquery.engine.CodeFactBucket.update(CodeFactBucket.java:741) >=20 >> at=20 >> tyRuBa.engine.RuleBaseBucket.doUpdate(RuleBaseBucket.java:112) >=20 >> at tyRuBa.engine.FrontEnd.updateBuckets(FrontEnd.java:337) >=20 >> at tyRuBa.engine.FrontEnd.autoUpdateBuckets(FrontEnd.java:= 354) >=20 >> at tyRuBa.engine.QueryEngine.frameQuery(QueryEngine.java:9= 7) >=20 >> at=20 >> ca.ubc.jquery.gui.QueryControl.addAvailableTopQueries(QueryControl.jav= a:358) >=20 >> at=20 >> ca.ubc.jquery.gui.QueryControl.addTopQueryItems(QueryControl.java:563) >=20 >> at=20 >> ca.ubc.jquery.gui.QueryControl.fillContextMenu(QueryControl.java:545) >=20 >> at=20 >> ca.ubc.jquery.gui.QueryControl$10.menuAboutToShow(QueryControl.java:69= 1) >=20 >> at=20 >> org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:= 286) >=20 >> at=20 >> org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.jav= a:370) >=20 >> at=20 >> org.eclipse.jface.action.MenuManager.access$0(MenuManager.java:367) >=20 >> at=20 >> org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:383) >=20 >> at=20 >> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:1= 16) >=20 >> at=20 >> org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) >=20 >> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:79= 6) >=20 >> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:82= 0) >=20 >> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:80= 1) >=20 >> at=20 >> org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:3302) >=20 >> at=20 >> org.eclipse.swt.widgets.Control.windowProc(Control.java:2974) >=20 >> at=20 >> org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1430) >=20 >> at=20 >> org.eclipse.swt.widgets.Display.windowProc(Display.java:3282) >=20 >> at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native= =20 >> Method) >=20 >> >> at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:222) >=20 >> >> at=20 >> org.eclipse.swt.widgets.Display.runPopups(Display.java:2742) >=20 >> at=20 >> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2376) >=20 >> at=20 >> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) >=20 >> at=20 >> org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) >=20 >> at=20 >> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java= :253) >=20 >> at=20 >> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) >=20 >> at=20 >> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) >=20 >> at=20 >> org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActi= vator.java:334) >=20 >> at=20 >> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.jav= a:273) >=20 >> at=20 >> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.jav= a:128) >=20 >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Met= hod) >=20 >> at=20 >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j= ava:39) >=20 >> at=20 >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess= orImpl.java:25) >=20 >> at java.lang.reflect.Method.invoke(Method.java:324) >=20 >> at org.eclipse.core.launcher.Main.basicRun(Main.java:185) >=20 >> at org.eclipse.core.launcher.Main.run(Main.java:638) >=20 >> at org.eclipse.core.launcher.Main.main(Main.java:622) >=20 >=20 >=20 > --=20 >=20 > ------------------------------------------------------------ > 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 > ------------------------------------------------------------ |
From: Andrew E. <ad...@cs...> - 2004-06-11 14:59:00
|
Uh-oh. I thought we were able to get things up to date for RC1. Kris De Volder wrote: > Hi Zoltan, >=20 > Thank for your interest in JQuery. >=20 > Unfortunately, the version we have currently available is not compatibl= e=20 > with RC1. It only works in M8. There appear to be some minor API change= s=20 > between M8 and M9 that break our code. >=20 > An RC2 compatible version will be prepared sometime soon, but we are no= t=20 > planning on releasing an RC1 version. >=20 > For now you will have to work with Eclipse M8. Or,if you cannot work=20 > with M8 for some reason, you could try to compile JQuery from source an= d=20 > try to fix the compilation error, which is *probably* not too hard. >=20 > The easiest thing is probably just to use the M8 version for now, under= =20 > Eclipse M8, and wait for the RC2 compatible release. >=20 > Kris >=20 >> Hi Kris, >=20 >> My name is still on the "contact" page of the website. I tried to=20 >> remove it but andrew has ownership of the file. Could you please have= =20 >> him remove it, and also have someone look into the problem below? >=20 >> =20 >=20 >> Thanks, >=20 >> Ryan >=20 >> -----Original Message----- >=20 >> *From:* Sebesty=E9n Zolt=E1n [mailto:Zol...@ne...] >> *Sent:* June 11, 2004 12:48 AM >> *To:* rmw...@in... >> *Subject:* JQuery problem >=20 >> Hi, >=20 >> =20 >=20 >> I've just installed JQuery 3.0 to an Eclipse 3.0 RC1 system, and it=20 >> complains that (see below) even though that class and method exists in >=20 >> =20 >=20 >> ${ECLIPSE_DIR}\plugins\org.eclipse.jdt.core_3.0.0\jdtcore.jar file. >=20 >> =20 >=20 >> Do you have any ideas what can be source of the problem? >=20 >> =20 >=20 >> Regards, >=20 >> =20 >=20 >> Zoltan >=20 >> =20 >=20 >> Here's the log: >=20 >> =20 >=20 >> !MESSAGE=20 >> org.eclipse.jdt.core.dom.AST.parseCompilationUnit(Lorg/eclipse/jdt/cor= e/ICompilationUnit;ZLorg/eclipse/jdt/core/WorkingCopyOwner;Lorg/eclipse/c= ore/runtime/IProgressMonitor;)Lorg/eclipse/jdt/core/dom/CompilationUnit; >=20 >> !STACK 0 >=20 >> java.lang.NoSuchMethodError:=20 >> org.eclipse.jdt.core.dom.AST.parseCompilationUnit(Lorg/eclipse/jdt/cor= e/ICompilationUnit;ZLorg/eclipse/jdt/core/WorkingCopyOwner;Lorg/eclipse/c= ore/runtime/IProgressMonitor;)Lorg/eclipse/jdt/core/dom/CompilationUnit; >=20 >> at=20 >> ca.ubc.jquery.engine.CompilationUnitBucket.getAST(CompilationUnitBucke= t.java:63) >=20 >> at=20 >> ca.ubc.jquery.engine.CodeFactBucket.update(CodeFactBucket.java:741) >=20 >> at=20 >> tyRuBa.engine.RuleBaseBucket.doUpdate(RuleBaseBucket.java:112) >=20 >> at tyRuBa.engine.FrontEnd.updateBuckets(FrontEnd.java:337) >=20 >> at tyRuBa.engine.FrontEnd.autoUpdateBuckets(FrontEnd.java:= 354) >=20 >> at tyRuBa.engine.QueryEngine.frameQuery(QueryEngine.java:9= 7) >=20 >> at=20 >> ca.ubc.jquery.gui.QueryControl.addAvailableTopQueries(QueryControl.jav= a:358) >=20 >> at=20 >> ca.ubc.jquery.gui.QueryControl.addTopQueryItems(QueryControl.java:563) >=20 >> at=20 >> ca.ubc.jquery.gui.QueryControl.fillContextMenu(QueryControl.java:545) >=20 >> at=20 >> ca.ubc.jquery.gui.QueryControl$10.menuAboutToShow(QueryControl.java:69= 1) >=20 >> at=20 >> org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:= 286) >=20 >> at=20 >> org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.jav= a:370) >=20 >> at=20 >> org.eclipse.jface.action.MenuManager.access$0(MenuManager.java:367) >=20 >> at=20 >> org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:383) >=20 >> at=20 >> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:1= 16) >=20 >> at=20 >> org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82) >=20 >> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:79= 6) >=20 >> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:82= 0) >=20 >> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:80= 1) >=20 >> at=20 >> org.eclipse.swt.widgets.Control.WM_INITMENUPOPUP(Control.java:3302) >=20 >> at=20 >> org.eclipse.swt.widgets.Control.windowProc(Control.java:2974) >=20 >> at=20 >> org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1430) >=20 >> at=20 >> org.eclipse.swt.widgets.Display.windowProc(Display.java:3282) >=20 >> at org.eclipse.swt.internal.win32.OS.TrackPopupMenu(Native= =20 >> Method) >=20 >> >> at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:222) >=20 >> >> at=20 >> org.eclipse.swt.widgets.Display.runPopups(Display.java:2742) >=20 >> at=20 >> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2376) >=20 >> at=20 >> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1363) >=20 >> at=20 >> org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1334) >=20 >> at=20 >> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java= :253) >=20 >> at=20 >> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) >=20 >> at=20 >> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) >=20 >> at=20 >> org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActi= vator.java:334) >=20 >> at=20 >> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.jav= a:273) >=20 >> at=20 >> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.jav= a:128) >=20 >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Met= hod) >=20 >> at=20 >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.j= ava:39) >=20 >> at=20 >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccess= orImpl.java:25) >=20 >> at java.lang.reflect.Method.invoke(Method.java:324) >=20 >> at org.eclipse.core.launcher.Main.basicRun(Main.java:185) >=20 >> at org.eclipse.core.launcher.Main.run(Main.java:638) >=20 >> at org.eclipse.core.launcher.Main.main(Main.java:622) >=20 >=20 >=20 > --=20 >=20 > ------------------------------------------------------------ > 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 > ------------------------------------------------------------ |
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 ------------------------------------------------------------ |
From: Ed M. <emc...@cs...> - 2004-06-06 22:36:25
|
The JQuery download page now lists version 3.0 and directs downloads to SourceForge. http://www.cs.ubc.ca/labs/spl/projects/jquery/download.htm Ed McCormick wrote: > build M8. of 3.0. Although now that i've reinstalled eclipse (the > plugin you gave me works now) - I doubt I can recreate the same > problem. Stop by anytime if you want to talk about it though. > > Andrew Eisenberg wrote: > >> Strange...not sure I understand what the problem was. What version >> of eclipse are/were you running, Ed? >> >> Brian de Alwis wrote: >> >>> It was really quite a bizarre experience. We were seeing things >>> as described in bug 50448: >>> >>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=50448 >>> >>> Comment #26 says: >>> >>> >>>> As for the current behaviour, we don't believe it to be a problem >>>> (compatibility or otherwise). Comment 19 describes exactly what is >>>> going on. >>>> >>>> The first thing to note is that 2.1 plugins continue to work >>>> unchanged. >>>> >>>> Next, plugins marked as <?eclipse version=3.0?> and requiring >>>> runtime.compatibility also continue to work unchanged. >>>> >>>> It is only if you are wanting to get off the compatibility layer >>>> (why?) that you actually need to change your plugin class to have >>>> the zero arg constructor. >>> >>> >>> >>> >>> Brian. >>> >> >> >> >> ------------------------------------------------------- >> 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 > > > |
From: Ed M. <emc...@cs...> - 2004-06-05 22:44:00
|
build M8. of 3.0. Although now that i've reinstalled eclipse (the plugin you gave me works now) - I doubt I can recreate the same problem. Stop by anytime if you want to talk about it though. Andrew Eisenberg wrote: > Strange...not sure I understand what the problem was. What version of > eclipse are/were you running, Ed? > > Brian de Alwis wrote: > >> It was really quite a bizarre experience. We were seeing things >> as described in bug 50448: >> >> https://bugs.eclipse.org/bugs/show_bug.cgi?id=50448 >> >> Comment #26 says: >> >> >>> As for the current behaviour, we don't believe it to be a problem >>> (compatibility or otherwise). Comment 19 describes exactly what is >>> going on. >>> >>> The first thing to note is that 2.1 plugins continue to work >>> unchanged. >>> >>> Next, plugins marked as <?eclipse version=3.0?> and requiring >>> runtime.compatibility also continue to work unchanged. >>> >>> It is only if you are wanting to get off the compatibility layer >>> (why?) that you actually need to change your plugin class to have >>> the zero arg constructor. >> >> >> >> Brian. >> > > > > ------------------------------------------------------- > 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 |
From: Andrew E. <ad...@cs...> - 2004-06-05 21:46:37
|
Strange...not sure I understand what the problem was. What version of eclipse are/were you running, Ed? Brian de Alwis wrote: > It was really quite a bizarre experience. We were seeing things > as described in bug 50448: > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=50448 > > Comment #26 says: > > >>As for the current behaviour, we don't believe it to be a problem >>(compatibility or otherwise). Comment 19 describes exactly what is >>going on. >> >>The first thing to note is that 2.1 plugins continue to work >>unchanged. >> >>Next, plugins marked as <?eclipse version=3.0?> and requiring >>runtime.compatibility also continue to work unchanged. >> >>It is only if you are wanting to get off the compatibility layer >>(why?) that you actually need to change your plugin class to have >>the zero arg constructor. > > > Brian. > |
From: Andrew E. <ad...@cs...> - 2004-06-05 17:28:22
|
I think I got it working. I put it in my home directory (~ade/), world readable. There are two zip files: jquery-2004-Jun-05-dist.zip jquery-2004-Jun-05-project.zip The dist file is just the files needed to run jquery and the project zip is all of the source files, etc. Probably both should go on the website. This version should be fine since I installed it into my plugins directory and got it working. Maybe on Monday we can figure out what's happening withyour configuration. Ed McCormick wrote: > Hey Guys, > > I was hoping to get JQuery version 3.0 packaged and up on the net > tonight, but I'm having some problems. (actually, i've been working on > this for a few nights now and Brian and I worked for a while tonight) > > The first issue I'm having is trouble with the imports. I think you guys > mentioned this at one point. (having trouble even with org.eclipse until > a refresh is performed). > > Whatever is causing that problem may be at the root of this one too: > When I build Jquery using Ant and then try to run it, Eclipse can't find > ca.ubc.jquery.gui.JQueryView and ca.ubc.JQueryPlugin. > > Has this worked for either of you? > Either way, if either of you get a chance, i'd really appreciate a hand > on this one. > thanks! > Ed > > Doug Janzen wrote: > >> Sounds good to me. It's probably a good idea to have an M8 version >> available >> for download even if it turns out to be a minor fix to make it work >> with M9. >> >> Doug >> >> --- Andrew Eisenberg <ad...@cs...> wrote: >> >> >>> It should be working for M8. I had thought that there was an api freeze >>> after M8. Are we using any internal apis? >>> >>> Anyway, if it is indeed working for M8 (and it should be), then I >>> think it >>> would be ok to post it, but with a note saying that this is the M8 >>> release and >>> doesn't work for M9 yet. >>> >>> Does this work for everyone? >>> >>> --a >>> >>> Ed McCormick wrote: >>> >>> >>> >>>> Hi, >>>> >>>> I had downloaded Eclipse M9 to try Jquery, and there are two >>>> problems I notice. >>>> >>>> One is that there is the following error: >>>> AST.parseCompilationUnit(cu, true, null, null); (Error: two many >>>> arguments - it doesn't like the last two args) >>>> >>>> on the following files: >>>> ca.ubc.jquery.engine.ClassFileBucket >>>> and >>>> ca.ubc.jquery.engine.CompilationUnitBucket >>>> >>>> And secondly, JQuery does not appear as an option in the "show >>>> views" panel. >>>> >>>> Should I still go ahead and post this version of JQuery to SourceForge? >>>> >>>> thanks. >>>> Ed >>>> >>>> >>>> ------------------------------------------------------- >>>> This SF.Net email is sponsored by: Oracle 10g >>>> Get certified on the hottest thing ever to hit the market... Oracle >>>> 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. >>>> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click >>>> _______________________________________________ >>>> jquery-developer mailing list >>>> jqu...@li... >>>> https://lists.sourceforge.net/lists/listinfo/jquery-developer >>>> >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email is sponsored by: Oracle 10g >>> Get certified on the hottest thing ever to hit the market... Oracle >>> 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. >>> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click >>> _______________________________________________ >>> jquery-developer mailing list >>> jqu...@li... >>> https://lists.sourceforge.net/lists/listinfo/jquery-developer >>> >> >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by: Oracle 10g >> Get certified on the hottest thing ever to hit the market... Oracle >> 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. >> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click >> _______________________________________________ >> jquery-developer mailing list >> jqu...@li... >> https://lists.sourceforge.net/lists/listinfo/jquery-developer >> >> > > > ------------------------------------------------------- > 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 |
From: Brian de A. <bs...@cs...> - 2004-06-05 06:00:03
|
It was really quite a bizarre experience. We were seeing things as described in bug 50448: https://bugs.eclipse.org/bugs/show_bug.cgi?id=50448 Comment #26 says: > As for the current behaviour, we don't believe it to be a problem > (compatibility or otherwise). Comment 19 describes exactly what is > going on. > > The first thing to note is that 2.1 plugins continue to work > unchanged. > > Next, plugins marked as <?eclipse version=3.0?> and requiring > runtime.compatibility also continue to work unchanged. > > It is only if you are wanting to get off the compatibility layer > (why?) that you actually need to change your plugin class to have > the zero arg constructor. Brian. -- Brian de Alwis | Graduate student | Software Practices Lab | UBC "There is much pleasure to be gained in useless knowledge." - Bertrand Russell |
From: Ed M. <emc...@cs...> - 2004-06-05 05:10:41
|
Hey Guys, I was hoping to get JQuery version 3.0 packaged and up on the net tonight, but I'm having some problems. (actually, i've been working on this for a few nights now and Brian and I worked for a while tonight) The first issue I'm having is trouble with the imports. I think you guys mentioned this at one point. (having trouble even with org.eclipse until a refresh is performed). Whatever is causing that problem may be at the root of this one too: When I build Jquery using Ant and then try to run it, Eclipse can't find ca.ubc.jquery.gui.JQueryView and ca.ubc.JQueryPlugin. Has this worked for either of you? Either way, if either of you get a chance, i'd really appreciate a hand on this one. thanks! Ed Doug Janzen wrote: >Sounds good to me. It's probably a good idea to have an M8 version available >for download even if it turns out to be a minor fix to make it work with M9. > >Doug > >--- Andrew Eisenberg <ad...@cs...> wrote: > > >>It should be working for M8. I had thought that there was an api freeze >>after >>M8. Are we using any internal apis? >> >>Anyway, if it is indeed working for M8 (and it should be), then I think it >>would >>be ok to post it, but with a note saying that this is the M8 release and >>doesn't >>work for M9 yet. >> >>Does this work for everyone? >> >>--a >> >>Ed McCormick wrote: >> >> >> >>>Hi, >>> >>>I had downloaded Eclipse M9 to try Jquery, and there are two problems I >>>notice. >>> >>>One is that there is the following error: >>>AST.parseCompilationUnit(cu, true, null, null); (Error: two many >>>arguments - it doesn't like the last two args) >>> >>>on the following files: >>>ca.ubc.jquery.engine.ClassFileBucket >>>and >>>ca.ubc.jquery.engine.CompilationUnitBucket >>> >>>And secondly, JQuery does not appear as an option in the "show views" >>>panel. >>> >>>Should I still go ahead and post this version of JQuery to SourceForge? >>> >>>thanks. >>>Ed >>> >>> >>>------------------------------------------------------- >>>This SF.Net email is sponsored by: Oracle 10g >>>Get certified on the hottest thing ever to hit the market... Oracle 10g. >>>Take an Oracle 10g class now, and we'll give you the exam FREE. >>>http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click >>>_______________________________________________ >>>jquery-developer mailing list >>>jqu...@li... >>>https://lists.sourceforge.net/lists/listinfo/jquery-developer >>> >>> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: Oracle 10g >>Get certified on the hottest thing ever to hit the market... Oracle 10g. >>Take an Oracle 10g class now, and we'll give you the exam FREE. >>http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click >>_______________________________________________ >>jquery-developer mailing list >>jqu...@li... >>https://lists.sourceforge.net/lists/listinfo/jquery-developer >> >> > > > >------------------------------------------------------- >This SF.Net email is sponsored by: Oracle 10g >Get certified on the hottest thing ever to hit the market... Oracle 10g. >Take an Oracle 10g class now, and we'll give you the exam FREE. >http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click >_______________________________________________ >jquery-developer mailing list >jqu...@li... >https://lists.sourceforge.net/lists/listinfo/jquery-developer > > |
From: Doug J. <dj...@ya...> - 2004-05-31 22:09:06
|
Sounds good to me. It's probably a good idea to have an M8 version available for download even if it turns out to be a minor fix to make it work with M9. Doug --- Andrew Eisenberg <ad...@cs...> wrote: > It should be working for M8. I had thought that there was an api freeze > after > M8. Are we using any internal apis? > > Anyway, if it is indeed working for M8 (and it should be), then I think it > would > be ok to post it, but with a note saying that this is the M8 release and > doesn't > work for M9 yet. > > Does this work for everyone? > > --a > > Ed McCormick wrote: > > > Hi, > > > > I had downloaded Eclipse M9 to try Jquery, and there are two problems I > > notice. > > > > One is that there is the following error: > > AST.parseCompilationUnit(cu, true, null, null); (Error: two many > > arguments - it doesn't like the last two args) > > > > on the following files: > > ca.ubc.jquery.engine.ClassFileBucket > > and > > ca.ubc.jquery.engine.CompilationUnitBucket > > > > And secondly, JQuery does not appear as an option in the "show views" > > panel. > > > > Should I still go ahead and post this version of JQuery to SourceForge? > > > > thanks. > > Ed > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: Oracle 10g > > Get certified on the hottest thing ever to hit the market... Oracle 10g. > > Take an Oracle 10g class now, and we'll give you the exam FREE. > > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > > _______________________________________________ > > jquery-developer mailing list > > jqu...@li... > > https://lists.sourceforge.net/lists/listinfo/jquery-developer > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > jquery-developer mailing list > jqu...@li... > https://lists.sourceforge.net/lists/listinfo/jquery-developer |
From: Andrew E. <ad...@cs...> - 2004-05-31 22:01:10
|
It should be working for M8. I had thought that there was an api freeze after M8. Are we using any internal apis? Anyway, if it is indeed working for M8 (and it should be), then I think it would be ok to post it, but with a note saying that this is the M8 release and doesn't work for M9 yet. Does this work for everyone? --a Ed McCormick wrote: > Hi, > > I had downloaded Eclipse M9 to try Jquery, and there are two problems I > notice. > > One is that there is the following error: > AST.parseCompilationUnit(cu, true, null, null); (Error: two many > arguments - it doesn't like the last two args) > > on the following files: > ca.ubc.jquery.engine.ClassFileBucket > and > ca.ubc.jquery.engine.CompilationUnitBucket > > And secondly, JQuery does not appear as an option in the "show views" > panel. > > Should I still go ahead and post this version of JQuery to SourceForge? > > thanks. > Ed > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > jquery-developer mailing list > jqu...@li... > https://lists.sourceforge.net/lists/listinfo/jquery-developer |