Re: I installed the GEP and now...

2009-05-14 Thread Rajeev Dayal
Sorry that this still isn't working for you. If you look at your error log (Window - Show View - Error Log), do you see any exceptions there? Also, which distribution of Eclipse are you using? I can tell that you're using Eclipse 3.4, but did you install Classic, Java Developers, J2EE? On Tue,

Re: I installed the GEP and now...

2009-05-14 Thread Ian Bambury
Hi Raveev, It was the Classic version. Ian 2009/5/14 Rajeev Dayal rda...@google.com Sorry that this still isn't working for you. If you look at your error log (Window - Show View - Error Log), do you see any exceptions there? Also, which distribution of Eclipse are you using? I can tell

Re: I installed the GEP and now...

2009-04-21 Thread Rajeev Dayal
Hey Ian, Thanks for the information. Responses inline: On Mon, Apr 20, 2009 at 7:26 PM, Ian Bambury ianbamb...@gmail.com wrote: Hi Rajeev, Thanks for the response. When you tried to install it again, did you install it in a clean version of Eclipse, or was it the version that you were

Re: I installed the GEP and now...

2009-04-21 Thread Rajeev Dayal
Hey Ian, Just thought I'd mention that I tried something to repro your problem. Our plugin does not work if you're running Eclipse under a pre-1.5 JVM, and some of the symptoms that we've seen is that the plugin icons/menu contributions will not show up. However, we've only seen this when we've

Re: I installed the GEP and now...

2009-04-21 Thread Ian Bambury
Hi Rajeev, I've got: Eclipse Version: 3.4.0 - Build id: I20080617-2000 java.runtime.version=1.6.0_13-b03 As I said, if I go to Software Updates, Installed Software shows the GEP and GWT SDK as installed. Available Software shows the plugin (but no install option is available) and the AppEngine

Re: I installed the GEP and now...

2009-04-21 Thread Ian Bambury
Update... I just uninstalled the GWT SDK, and then the plug-in and applied the changes. Both disappeared from the Installed Software tab. I restarted Eclipse. Now I have 'Google Plugin for Eclipse 3.4' on the Installed Software tab, but if I select it, the Uninstall button remains disabled. I

Re: I installed the GEP and now...

2009-04-21 Thread Rajeev Dayal
Hey Ian, If you're ok with reinstalling Eclipse, this is what I'd suggest: 1) Blow away your old version of Eclipse, and install a completely clean version of Eclipse 2) Start it up with a completely new workspace 3) Try to install the plugin as before, *BUT make sure you follow the instructions

Re: I installed the GEP and now...

2009-04-21 Thread Ian Bambury
If I get a spare time-slot I'll give it a go again, but as I said a couple of emails ago, I did that 2 days ago to remove the GEP after I needed to get rid of it. Therefore, the latest install *was* clean (apart from a few preferences I'd changed and importing my formatting settings. Windows was

Re: I installed the GEP and now...

2009-04-21 Thread Rajeev Dayal
Hey Ian, On Tue, Apr 21, 2009 at 5:17 PM, Ian Bambury ianbamb...@gmail.com wrote: If I get a spare time-slot I'll give it a go again, but as I said a couple of emails ago, I did that 2 days ago to remove the GEP after I needed to get rid of it. Therefore, the latest install *was* clean (apart

Re: I installed the GEP and now...

2009-04-20 Thread Miguel Méndez
On Sat, Apr 18, 2009 at 6:30 AM, Ian Bambury ianbamb...@gmail.com wrote: Well, I took the 1.6.4 SDK out since I'm developing and don't want to find any nasty surprises. I added 1.6.2 via the GEP, took the jars off the classpath and now the compile gives me the errors below. It compiles from

Re: I installed the GEP and now...

2009-04-20 Thread Ian Bambury
2009/4/20 Miguel Méndez mmen...@google.com On Sat, Apr 18, 2009 at 6:30 AM, Ian Bambury ianbamb...@gmail.com wrote: Well, I took the 1.6.4 SDK out since I'm developing and don't want to find any nasty surprises. I added 1.6.2 via the GEP, took the jars off the classpath and now the compile

Re: I installed the GEP and now...

2009-04-20 Thread Isaac Truett
Like now. The GEP is installed (apparently) but there are no icons in the toolbar or entries in the menus - and no instructions to help you out should that happen. You might try starting Eclipse once with the -clean option. That helps sometimes with plugins that won't show up. On Mon, Apr

Re: I installed the GEP and now...

2009-04-20 Thread Rajeev Dayal
Hi Ian, I'm sorry that your experience installing the plugin has been frustrating. On Mon, Apr 20, 2009 at 3:36 PM, Ian Bambury ianbamb...@gmail.com wrote: 2009/4/20 Miguel Méndez mmen...@google.com On Sat, Apr 18, 2009 at 6:30 AM, Ian Bambury ianbamb...@gmail.comwrote: Well, I took the

Re: I installed the GEP and now...

2009-04-20 Thread Ian Bambury
Hi Rajeev, Thanks for the response. When you tried to install it again, did you install it in a clean version of Eclipse, or was it the version that you were using with all the failed installation attempts? It may be the case that you need to uninstall the plugin, and then try to reinstall it.

Re: I installed the GEP and now...

2009-04-19 Thread Alex Rudnick
Ian, Which jars did you take off the classpath? The errors you're getting look like the compile step isn't getting the right jars on its cp. All you should have to do to use the GWT 1.6.2 SDK is set that under Google Web Toolkit in your project's properties; manually changing the classpath

Re: I installed the GEP and now...

2009-04-18 Thread Ian Bambury
Well, I took the 1.6.4 SDK out since I'm developing and don't want to find any nasty surprises. I added 1.6.2 via the GEP, took the jars off the classpath and now the compile gives me the errors below. It compiles from hosted mode OK No doubt there are plans for the future, but I'm wondering how

I installed the GEP and now...

2009-04-17 Thread Ian Bambury
...I get warnings like: The following classpath entry 'D:\sys\gwt-windows-1.6.2\gwt-dev-windows.jar' will not be available on the server's classpath Kivivi-1.6.1.02 Unknown Google Web App Problem Any idea how to get rid of them? I also get [ERROR] Errors in

Re: I installed the GEP and now...

2009-04-17 Thread Alex Rudnick
Hey Ian, If the plugin knows that you want to use GWT with your project, and you installed the bundled GWT SDK, then you can take the other GWT jars off your build path. Let us know if that fixes your problem? On Fri, Apr 17, 2009 at 8:20 PM, Ian Bambury ianbamb...@gmail.com wrote: ...I get