Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-11-17 Thread shahid
Rajneev, you are right I had it reverted to rev 6787. thanks. looking forward to get the plugin updated .. On Nov 16, 3:18 pm, Rajeev Dayal rda...@google.com wrote: Hi, As an FYI, we're going to release a version of the plugin that fixes this issue shortly. However, with the issue that

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-11-16 Thread shahid
Thanks misterln2 @Ranjeev yes I am using the current build On Nov 13, 10:19 am, misterln2 mister...@googlemail.com wrote: the changes happened from rev 6641 to 6642 a bunch of registerHandler(..) statements got removed i just tried it: copying those statements back to the current

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-11-16 Thread Rajeev Dayal
Hi, As an FYI, we're going to release a version of the plugin that fixes this issue shortly. However, with the issue that you're experiencing, I wonder if you did not revert your version of DevMode* back far enough. What version did you revert to? Rajeev On Mon, Nov 16, 2009 at 6:08 AM,

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-11-13 Thread misterln2
the changes happened from rev 6641 to 6642 a bunch of registerHandler(..) statements got removed i just tried it: copying those statements back to the current DevModeBase.java was sufficient to compile the trunk -- You received this message because you are subscribed to the Google Groups

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-11-12 Thread shahid
hi, I have also got the same problem as misterln2. Using the latest gwt trunk i get this error when trying to launch devmode with the google plugin: Unknown argument:-style I have tried reverting the 2 files to previous versions but it results in GWT build failure shahid On Nov 11, 10:18 am,

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-11-12 Thread Rajeev Dayal
Can you verify that your project is actually using the SDK that you built? Go to Project Properties-Google-Web Toolkit and verify that the selected SDK is the one that you just built. On Thu, Nov 12, 2009 at 11:29 AM, shahid shahidza...@gmail.com wrote: @Ranjeev. Yes I performed a rebuild of

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-11-11 Thread misterln2
my solution was to revert: trunk\dev\core\src\com\google\gwt\dev\DevMode.java trunk\dev\core\src\com\google\gwt\dev\DevModeBase.java to earlier versions (from nov 5th) but im also hoping for a fixed version of the plugin ;) On 10 Nov., 13:35, minichate chrissof...@hotmail.com wrote: Is there

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-11-10 Thread minichate
Is there an expected date for a new release of the Eclipse plugin? Dropping -style without having a workaround for eclipse is sorta' frustrating! On Nov 6, 5:35 am, misterln2 mister...@googlemail.com wrote: using the latest gwt trunk i get this error when trying to launch devmode with the

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-09-18 Thread Sean
The RPC quick fixes are music to my ears. Thank you! On Sep 8, 11:56 am, Jason Parekh jasonpar...@gmail.com wrote: Oops, just realized the bug contains multiple workarounds.  Look at the bottom of the bug for the proper workaround involving updating the ini file to point to the proper

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-09-08 Thread Jason Parekh
Oops, just realized the bug contains multiple workarounds. Look at the bottom of the bug for the proper workaround involving updating the ini file to point to the proper location of the missing jar. jason On Tue, Sep 8, 2009 at 11:28 AM, Jason Parekh jasonpar...@gmail.com wrote: Hey Kirk,

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-09-05 Thread Kirkalicious
I just updated my GWT plug-in for Eclipse (Galileo on OSX 10.6) and now Eclipse won't start: An error has occurred: See log . Log says: !SESSION Fri Sep 04 10:53:15 PDT 2009 --!ENTRY org.eclipse.equinox.launcher 4 0 2009-09-04 10:53:15.910 !MESSAGE

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-09-03 Thread NIgel Leck
Why no support for Netbeans ? This just seems to be a bit of a game to force people to use one IDE over the other. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-08-29 Thread Shavkat S
Thank you, Paul and Cornelius! I've installed 1.6.0_16 and breakpoints work now. On Aug 26, 12:37 pm, Paul Robinson ukcue...@gmail.com wrote: There's a bug in JDK 1.6.0_14 which causes breakpoints not to work. Check which JDK version you have. 1.6.0_16 is out and allegedly fixes this bug.

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-08-26 Thread Shavkat S
Hi everyone! I've installed eclipse-jee-galileo-win32.zip gwt-windows-1.7.0.zip and I am going through the Getting started tutorial for GWT (http:// code.google.com/webtoolkit/tutorials/1.6/debug.html) Everything works just fine until I get the Step 6: Debugging a GWT Application. Execution of

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-08-26 Thread Paul Robinson
There's a bug in JDK 1.6.0_14 which causes breakpoints not to work. Check which JDK version you have. 1.6.0_16 is out and allegedly fixes this bug. Shavkat S wrote: Hi everyone! I've installed eclipse-jee-galileo-win32.zip gwt-windows-1.7.0.zip and I am going through the Getting started

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-08-26 Thread David C. Hicks
I was under the impression that GWT would not work with Java6, anyway. Did I misinterpret something? We actually backed ourselves to Java5 for compliance. Paul Robinson wrote: There's a bug in JDK 1.6.0_14 which causes breakpoints not to work. Check which JDK version you have. 1.6.0_16 is

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-08-26 Thread Jeff Chimene
On 08/26/2009 11:04 AM, David C. Hicks wrote: I was under the impression that GWT would not work with Java6, anyway. Did I misinterpret something? We actually backed ourselves to Java5 for compliance. Java6 other than the .0_13 point release is fine. Remember that GWT only emulates a

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-08-26 Thread Paul Robinson
The 'Getting Started' page says you have to use Java5 if you want to use hosted mode and you're on a mac. I believe that if you're not developing on a mac (or if you are on a mac and you use gwt's trunk and OOPHM) then you can use java 6. http://code.google.com/webtoolkit/gettingstarted.html

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-08-26 Thread Jeff Chimene
On 08/26/2009 12:09 PM, Jeff Chimene wrote: On 08/26/2009 11:04 AM, David C. Hicks wrote: I was under the impression that GWT would not work with Java6, anyway. Did I misinterpret something? We actually backed ourselves to Java5 for compliance. Java6 other than the .0_13 point release

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-08-26 Thread David C. Hicks
Thanks, Paul. That explains it. The guy that originally got us going on GWT is developing on a Mac. :-) Paul Robinson wrote: The 'Getting Started' page says you have to use Java5 if you want to use hosted mode and you're on a mac. I believe that if you're not developing on a mac (or if

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-08-26 Thread Cornelius
I had the same problem and installed the latest version (JDK 1.6.0_16) and it is now fixed. One of the bugs fixed in 1.6.0_16 is that breakpoints were not working. On Aug 26, 11:39 am, Shavkat S shavka...@gmail.com wrote: Hi everyone! I've installed eclipse-jee-galileo-win32.zip

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-08-03 Thread Miguel Méndez
Hi Dean, we do support GWT 1.7 -- it's included in the latest update sites. Or did I misunderstand the question? On Fri, Jul 31, 2009 at 9:25 PM, Dean S. Jones deansjo...@gmail.com wrote: Thanks to the Google Plugin Team and all involved!!! Any idea when you will switch up to GWT 1.7???

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-08-02 Thread mirceade
Perfect. Thanks! On Jul 30, 8:00 pm, Miguel Méndez mmen...@google.com wrote: Hi everyone, We wanted to let all of you know that the Google Plugin for Eclipse 1.1.0 is now available.  Some of the notable improvements are:    - Support for Eclipse 3.5 (Galileo)    - GWT RPC interface

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-07-31 Thread twdarkflame
Fantastic! On Jul 30, 10:27 pm, tfreitas tfrei...@gmail.com wrote: Tranks :D On Jul 31, 12:00 pm, Miguel Méndez mmen...@google.com wrote: Hi everyone, We wanted to let all of you know that the Google Plugin for Eclipse 1.1.0 is now available.  Some of the notable improvements are:

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-07-31 Thread BarefootSanders
Awesome! Thanks for the heads up. On Jul 30, 1:00 pm, Miguel Méndez mmen...@google.com wrote: Hi everyone, We wanted to let all of you know that the Google Plugin for Eclipse 1.1.0 is now available.  Some of the notable improvements are:    - Support for Eclipse 3.5 (Galileo)    - GWT

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-07-31 Thread Frank Stallone
Thank you for the quick, solid release! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-07-31 Thread Dean S. Jones
Thanks to the Google Plugin Team and all involved!!! Any idea when you will switch up to GWT 1.7??? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

[gwt-contrib] Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-07-31 Thread Scott Blum
2009/7/30 Miguel Méndez mmen...@google.com The first is something that we call contributor SDKs. These allow you to define a GWT SDK that is backed by the gwt-user, gwt-dev-PLAT/gwt-dev-oophm projects in your eclipse workspace. Configure your workspace per

Announcing the Google Plugin for Eclipse 1.1.0

2009-07-30 Thread Miguel Méndez
Hi everyone, We wanted to let all of you know that the Google Plugin for Eclipse 1.1.0 is now available. Some of the notable improvements are: - Support for Eclipse 3.5 (Galileo) - GWT RPC interface validation with quick fixes - App Engine DataNucleus enhancer console no longer steals

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-07-30 Thread Jeff Chimene
On 07/30/2009 10:00 AM, Miguel Méndez wrote: Hi everyone, We wanted to let all of you know that the Google Plugin for Eclipse 1.1.0 is now available. . . . Cheers, Miguel, on behalf of the Google Plugin for Eclipse Team thank-you!

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-07-30 Thread Jonathan Kushner
that's great news. thanks for all the hard work put into this. On Thu, Jul 30, 2009 at 2:44 PM, Jeff Chimene jchim...@gmail.com wrote: On 07/30/2009 10:00 AM, Miguel Méndez wrote: Hi everyone, We wanted to let all of you know that the Google Plugin for Eclipse 1.1.0 is now available.

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-07-30 Thread tfreitas
Tranks :D On Jul 31, 12:00 pm, Miguel Méndez mmen...@google.com wrote: Hi everyone, We wanted to let all of you know that the Google Plugin for Eclipse 1.1.0 is now available.  Some of the notable improvements are:    - Support for Eclipse 3.5 (Galileo)    - GWT RPC interface validation

[gwt-contrib] Announcing the Google Plugin for Eclipse 1.1.0

2009-07-30 Thread Miguel Méndez
Hi everyone, We wanted to let all of you know that the Google Plugin for Eclipse 1.1.0 is now available. Some of the notable improvements are: - Support for Eclipse 3.5 (Galileo) - GWT RPC interface validation with quick fixes - App Engine DataNucleus enhancer console no longer steals

[gwt-contrib] Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-07-30 Thread Miguel Méndez
I must admit that there are some features that we forgot to include the public documentation that are specifically targeted at contributors. The first is something that we call contributor SDKs. These allow you to define a GWT SDK that is backed by the gwt-user, gwt-dev-PLAT/gwt-dev-oophm