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 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 you're experienc

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, shahid

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 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 > DevModeBase.java was sufficie

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 "Goog

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 wrote: > @Ranjeev. Yes I performed a rebuild of GWT after reverting t

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-11-12 Thread shahid
@Ranjeev. Yes I performed a rebuild of GWT after reverting the files. On Nov 12, 3:47 pm, Rajeev Dayal wrote: > A plugin update that fixes this issue will be released in the near future. > > On Thu, Nov 12, 2009 at 6:39 AM, shahid wrote: > > hi, I have also got the same problem as misterln2. Usi

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-11-12 Thread Rajeev Dayal
A plugin update that fixes this issue will be released in the near future. On Thu, Nov 12, 2009 at 6:39 AM, shahid wrote: > 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:

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, mi

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 wrote: > Is there an expected date for a n

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 wrote: > using the latest gwt trunk i get this error when trying to launch > devmode with the google plugin:Unknownargume

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 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 location of the missing ja

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 wrote: > Hey Kirk, > Hmm, that's definitely

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-09-08 Thread Jason Parekh
Hey Kirk, Hmm, that's definitely a strange error. I searched around, and noticed people running into this while updating other plugins too. https://bugs.eclipse.org/bugs/show_bug.cgi?id=252425 has a solution that may work for you. Thanks for reporting the issue. jason On Fri, Sep 4, 2009 at 2:

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 Ex

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, sen

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 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. > > > > Shavkat S

Re: Announcing the Google Plugin for Eclipse 1.1.0

2009-08-26 Thread branflake2267
It works awesome! Good job Google! On Jul 30, 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.  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-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 wrote: > Hi everyone! > I've installed > eclipse-jee-galileo-win32.zip > gwt-windows-1.7.0.zip > > an

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 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

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 Da

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 s

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 o

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 star

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 o

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 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 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 with qu

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

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 gr

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 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 wrote: > Tranks :D > > On Jul 31, 12:00 pm, 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.  Some of the notable improvements are: > > >    - Support for Ec

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 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 with quick fi

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 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 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! --~--~-~--~~~---

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 f