Re: Deprecation warning in all RPCs dealing with collections on GWT 2.0 RC2

2009-12-11 Thread Luis Fernando Planella Gonzalez
In fact, there is a very easy way to reproduce it: Just create a RPC method which returns ListListString. You'll see references for those deprecated collections. On 11 dez, 17:39, Luis Fernando Planella Gonzalez lfpg@gmail.com wrote: Just found the answer, and luckily in my case it was

Re: GWT 2.0 - Eclipse - Need to Recompile after every change

2009-12-11 Thread Chris Ramsdale
We'll definitely update the sample project and doc, thanks for the good find. The workaround will in fact work, but I might add a check for the existence of the gwt.codesvr query param and, if present, add it's value to the redirect URL. For example: String gwtCodeSvrParam =

Re: Inconsistency (or a bug?) in application creation for GWT 2.0

2009-12-11 Thread Chris Ramsdale
In regards to the different artifacts that are produced by the webAppCreator utility and the Eclipse plugin; at its core the webAppCreator simply creates a skeleton web app that is not tied to a particular IDE. We do offer build targets that will allow you to more easily import your project into

Re: GWT 2.0 Upgrade Problem

2009-12-11 Thread Chris
Hi Are you using the Google Plugin for Eclipse? If you are, then it's not necessary to make any changes to the main class - this is done for you automatically by the plugin. Yes, I am. OK, that clears up some of the confusion. What is the URL that you're hitting your application with when

Re: GWT 2.0 Upgrade Problem

2009-12-11 Thread Chris Ramsdale
What does the war dir structure look like under your project root? Does CA786633770B20A7881AAE6CBEB6.cache.html exist anywhere? On Fri, Dec 11, 2009 at 3:58 PM, Chris uk.org.micros...@googlemail.comwrote: Hi Are you using the Google Plugin for Eclipse? If you are, then it's not

Gwt 2.0 unittest problem

2009-12-11 Thread Tóth Imre
I have few unittests, and some tests would not run, the message is the following. Remote test failed at 127.0.1.1 / Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1 java.lang.RuntimeException: Remote test failed at 127.0.1.1 / Mozilla/5.0 (Windows; U;

Re: gwt 2.0 pls help

2009-12-11 Thread ben fenster
the name is modulen ame + .html On 11 דצמבר, 21:15, Rajeev Dayal rda...@google.com wrote: What is the name of your host HTML page (which loads up the GWT Module)? Where is it located? On Fri, Dec 11, 2009 at 2:13 PM, ben fenster fenster@gmail.com wrote: no each one in a diffrent folder

Re: gwt 2.0 pls help

2009-12-11 Thread ben fenster
i figured it out thanks alot :) On 11 דצמבר, 21:15, Rajeev Dayal rda...@google.com wrote: What is the name of your host HTML page (which loads up the GWT Module)? Where is it located? On Fri, Dec 11, 2009 at 2:13 PM, ben fenster fenster@gmail.com wrote: no each one in a diffrent folder

Re: gwt 2.0 pls help

2009-12-11 Thread ben fenster
i figured it out thanks alot :) On 11 דצמבר, 23:36, ben fenster fenster@gmail.com wrote: the name is  modulen ame + .html On 11 דצמבר, 21:15, Rajeev Dayal rda...@google.com wrote: What is the name of your host HTML page (which loads up the GWT Module)? Where is it located? On Fri,

Re: GWT 2.0 Upgrade Problem

2009-12-11 Thread Chris
What does the war dir structure look like under your project root? Does CA786633770B20A7881AAE6CBEB6.cache.html exist anywhere? That file doesn't exist. The structure looks like the following: /MyApp/war/MyApp /MyApp/war/MyApp/gwt

GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-11 Thread Dop Sun
While I upgraded my project settings to 2.0 (via Google Eclipse Plugin), and have a runtime error while running in development mode: com.google.gwt.user.client.rpc.SerializationException: Type 'xxx' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom

gwt 2.0 + apache + rpc pls help

2009-12-11 Thread ben fenster
i am trying to run a project that include gwt as client side and rpc + php as server side the only webserver iknow capable of running all of those together is apache but every time i try to call rpc i get an error of page not found DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN htmlhead title404

Re: GWT 2.0 Using External Resources

2009-12-11 Thread fmk11
Thanks everybody, I got it. If someone encounters the same issue, this is what I did: 1) I'm using @Source as Thomas suggested. 2) Your css file should be in the classpath (I was trying to reference a css in my normal dir structure for that: /public/stylesheets, that does not work). On Dec

[gwt-contrib] gwt-dnd, gwt-log, gwt-voices updated for GWT 2.0

2009-12-11 Thread Fred Sauer
Four suggestions for your to-do list now that GWT 2.0 is out 1. Switch your projects to *GWT 2.0* - Faster, leaner AND more functionality. 2. Make sure you're using the *Google Plugin for Eclipse* - Can you say productivity? 3. Download and profile your apps with *Speed Tracer

GWT 2.0 Mail sample runs ERROR in devmode

2009-12-10 Thread J.R
I got such errors while try to run Mail sample in GWT 2.0, both in FF3.5 and Chrome. Any one encountered this problem? 00:01:08.455 [ERROR] Unable to load module entry point class com.google.gwt.sample.mail.client.Mail (see associated exception for details) java.lang.VerifyError: (class: com

How do I use development mode on an external server via eclipse? GWT 2.0

2009-12-10 Thread Stefan Sigvardsson
Hi! In the previous versions of GWT i have been able to use hosted mode against my external server this way http://code.google.com/intl/sv-SE/webtoolkit/doc/latest/FAQ_DebuggingAndCompiling.html#How_do_I_use_my_own_server_in_hosted_mode_instead_of_GWT%27s I just whitelistes the address and typed

Problems compiling internationalisation files with GWT 2.0

2009-12-10 Thread craige
Hi I've just tried out GWT 2.0 on a mature GWT project after upgrading from 1.6 and I'm noticing a compiler error relating to processing of the internationalisation aspect of the application which I I have never see before. I was wondering if this is a bug or that I possibly need to change

Re: How do I use development mode on an external server via eclipse? GWT 2.0

2009-12-10 Thread fmk11
Hi, I use an external Ruby server. What I do is to simply replace the first part of the URL to point to my RoR server, and I leave everything else the same. My RoR server just have to have the HTML host page from where my GWT app is loaded. So the original Dev Mode URL looks like:

Re: How do I use development mode on an external server via eclipse? GWT 2.0

2009-12-10 Thread Thomas Broyer
On Dec 10, 11:13 am, Stefan Sigvardsson scht...@gmail.com wrote: Hi! In the previous versions of GWT i have been able to use hosted mode against my external server this wayhttp://code.google.com/intl/sv-SE/webtoolkit/doc/latest/FAQ_Debugging... I just whitelistes the address and typed a

Re: How do I use development mode on an external server via eclipse? GWT 2.0

2009-12-10 Thread fmk11
No, You do .. just make sure your Dev Mode server is running (from eclipse), then add ?gwt.codesrv=... argument to the URL for your external server and it should work. Federico. On Dec 10, 11:38 am, Thomas Broyer t.bro...@gmail.com wrote: On Dec 10, 11:13 am, Stefan Sigvardsson

Re: How do I use development mode on an external server via eclipse? GWT 2.0

2009-12-10 Thread fmk11
Actually .. I did not test that .. it might work too. The important bit is that GWT's Browser Plugin seems to relax SOP restrictions on the browser so you can get your pages, data, css, images, etc from your external server and at the same time the code from the Dev mode server. On Dec 10, 11:47 

Include HTML and wrap tags: still not possible? (GWT 2.0)

2009-12-10 Thread ericv
htmlResource.html divThis is a test label id=client_bundle_test/label/div code (GWT version: 2.0.0) String htmlTestResource = TestResources.INSTANCE.htmlTestResource ().getText(); HTML htmlTest = new HTML(htmlTestResource); RootPanel.get().add(htmlTest); Label testLabel =

Re: [gwt-contrib] Re: GWT 2.0 dead in IE7?

2009-12-10 Thread Stuart Moffatt
, it could be my code. But, really? GWT 2.0 is dead in IE7? I can't actually believe it, so someone please tell me what I am doing wrong. Stuart [cross-posting to gwt, gwt-contrib] -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Eclipse, GWT 2.0 and Opening a browser

2009-12-10 Thread Lee
Hi Everyone, Just upgraded to GWT 2.0 in Eclipse and have been trying it out. One thing that has been irritating me so far, is every time I run as a web application in Development mode, having to re-open my browser and copy paste the URL (if I have previously closed the browser). Does anyone

Re: Announcing GWT 2.0 and much, much more...

2009-12-10 Thread Paul
the GWT 2.0 SDK, Google Plugin for Eclipse, and -- brand new in GWT 2.0 -- a performance analysis tool called Speed Tracer.  I think that you will find it pretty interesting... http://googlewebtoolkit.blogspot.com/2009/12/introducing-google-web-t... -- Miguel on behalf of the GWT team -- You

Re: GWT 2.0 Eclipse Breakpoint Not Working

2009-12-10 Thread gaspo
I had to also delete project's javascript code in war folder. After that I got the browser to display the page offering to download the plugin. -- 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 2.0 development mode RPC calls to other domain - XS

2009-12-10 Thread Jirka TT
Hello, when I have GWT 1.7.1 I can make RPC call from hosted mode (localhost: 8080) to another domain (RPC service impl on localhost:9280 or anywhere) ... ... but now I have GWT 2.0 and Eclipse with latest GWT plugin (no code was changed) and I have strange behavior with RPC calls. I can

Re: GWT 2.0 dead in IE7?

2009-12-10 Thread adrian.hauptm...@googlemail.com
sandbox:http://uibindertestforie.latest.emcode-dev.appspot.comand tested from two different machines. Works in FF/Chrome on both machines. Nothing in IE7 on either machine. What's the deal? Again, it could be my code. But, really? GWT 2.0 is dead in IE7? I can't actually believe it, so

Re: GWT 2.0 dead in IE7?

2009-12-10 Thread Joel Webber
-dev.appspot.com and tested from two different machines. Works in FF/Chrome on both machines. Nothing in IE7 on either machine. What's the deal? Again, it could be my code. But, really? GWT 2.0 is dead in IE7? I can't actually believe it, so someone please tell me what I am doing wrong. Stuart

Re: GWT 2.0 Eclipse Breakpoint Not Working

2009-12-10 Thread Nick
That wasn't successful for me. I ended up just renaming my existing project and re-checked out the entire project from my SVN repository. Luckily I check in my entire Eclipse project, so it was fairly easy. Everything now works as expected. On Dec 9, 6:28 pm, gaspo ga...@rtjcom.com wrote: I had

Re: GWT 2.0 Eclipse Breakpoint Not Working

2009-12-10 Thread Paul Robinson
Failing to stop at breakpoints was a bug in one of the JVM releases (1.6.0_14 IIRC). Make sure you're using the latest JVM. Nick wrote: I just updated my Eclipse plugin from GWT 1.7 to GWT 2.0. I got my application to run in a separate browser, however, it does not ask me to install a plugin

Re: GWT 2.0 crash on IE7 - post-UiBinder setCellHeight with VerticalPanel

2009-12-10 Thread Stuart
Logged as issue 4331 http://code.google.com/p/google-web-toolkit/issues/detail?id=4331 On Dec 9, 7:51 pm, Stuart stuartmoff...@gmail.com wrote: Environment: MS Windows, Eclipse 3.5 with GWT 2.0 plugin. Testing on: FF (Win/Mac), Chrome (Win/Mac), IE7(Win) Basic widget hierarchy: - EntryPoint

Re: GWT 2.0 Using External Resources

2009-12-10 Thread Eric
On Dec 9, 9:48 pm, fmk11 fkat...@gmail.com wrote: Hi, I'm following the new Dev Guide for UiBinder, but I'm encountering a problem with the @Resource annotation. Specifically, I'm getting compile errors on @Resource .. anyone knows what needs to be imported? It does not seems to be defined

Re: Using Gilead with GWT 2.0 ms1

2009-12-10 Thread Trevor Skaife
in your project just make sure to change the package accordingly. all I did was put these files in src/com/google/gwt/user/server/rpc should I do anything else?   - Bob On Oct 18, 10:06 am, tskaife tska...@gmail.com wrote: Ok, well I found out that my changes to make gilead work for GWT 2.0

Re: GWT 2.0 Eclipse Breakpoint Not Working

2009-12-10 Thread Nick Powers
I ran across that fun problem a while back, and fixed it. This, however, was due to upgrading to GWT 2.0 and the switch between hosted mode and dev mode. -Nick On Thu, Dec 10, 2009 at 9:29 AM, Paul Robinson ukcue...@gmail.com wrote: Failing to stop at breakpoints was a bug in one of the JVM

Eclipse Plugin for GWT 2.0 release

2009-12-10 Thread István Szoboszlai
Hello! I have tried the new GWT 2.0 release, and it looks very god! My only problem is with the eclipse plugin. Do you know how to debug the project using the normal devmode window instead of the Development Mode tab in eclipse? I don't really like the new tab:) Is there a command line

Re: GWT 2.0, Browser Plugin, logging/etc issues.

2009-12-10 Thread Rajeev Dayal
to the site, but it seems like you need to do a full compile before just doing Development Mode...? Hope that'll help someone else. Everyone can just ignore my questions for help now. -nathan On Dec 9, 2:33 am, Nathan nathan.shel...@gmail.com wrote: Hey everyone. I just upgraded to GWT

Re: GWT 2.0 Using External Resources

2009-12-10 Thread Thomas Broyer
On Dec 10, 3:48 am, fmk11 fkat...@gmail.com wrote: Hi, I'm following the new Dev Guide for UiBinder, but I'm encountering a problem with the @Resource annotation. Specifically, I'm getting compile errors on @Resource .. anyone knows what needs to be imported? It does not seems to be

Re: GWT 2.0 Mail sample runs ERROR in devmode

2009-12-10 Thread Thad
This seems to be a problem with Java 5. Running Java 6 makes it go away. See http://groups.google.com/group/google-web-toolkit/browse_thread/thread/5e1405c528e0e38/d1b38b29792ce9f2 On Dec 10, 4:27 am, J.R jor.rich...@gmail.com wrote: I got such errors while try to run Mail sample in GWT 2.0

Re: How do I use development mode on an external server via eclipse? GWT 2.0

2009-12-10 Thread Rajeev Dayal
This is exactly right - just add: -startupUrl http://myotherserver/path/to/my/page.html to the program arguments list. Note that the argument is -startupUrl, not -startUrl. On Thu, Dec 10, 2009 at 8:38 AM, Thomas Broyer t.bro...@gmail.com wrote: On Dec 10, 11:13 am, Stefan Sigvardsson

Re: Eclipse, GWT 2.0 and Opening a browser

2009-12-10 Thread Rajeev Dayal
Right now, there is no way to achieve this when using the Google Plugin for Eclipse. That is definitely one of the features on our list though. On Wed, Dec 9, 2009 at 11:46 AM, Lee leedst...@gmail.com wrote: Hi Everyone, Just upgraded to GWT 2.0 in Eclipse and have been trying it out. One

Re: Announcing GWT 2.0 and much, much more...

2009-12-10 Thread Rajeev Dayal
wrote: Hi Folks! We have some very exciting announcements today. Please check out the following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclipse, and -- brand new in GWT 2.0 -- a performance analysis tool called Speed Tracer. I think that you will find it pretty

Re: GWT 2.0 Eclipse Breakpoint Not Working

2009-12-10 Thread Rajeev Dayal
or not they've been cached. On Thu, Dec 10, 2009 at 10:36 AM, Nick Powers powers.n...@gmail.com wrote: I ran across that fun problem a while back, and fixed it. This, however, was due to upgrading to GWT 2.0 and the switch between hosted mode and dev mode. -Nick On Thu, Dec 10, 2009 at 9:29 AM

Re: Eclipse Plugin for GWT 2.0 release

2009-12-10 Thread Rajeev Dayal
of the Development Mode View in Eclipse? 2009/12/10 István Szoboszlai mrsz...@gmail.com Hello! I have tried the new GWT 2.0 release, and it looks very god! My only problem is with the eclipse plugin. Do you know how to debug the project using the normal devmode window instead of the Development

Re: Eclipse Plugin for GWT 2.0 release

2009-12-10 Thread Paul
. You can do this via the Environment tab for the launch configuration. If you don't mind, can you tell us why you're not a fan of the Development Mode View in Eclipse? 2009/12/10 István Szoboszlai mrsz...@gmail.com Hello! I have tried the new GWT 2.0 release, and it looks very god

Re: Announcing GWT 2.0 and much, much more...

2009-12-10 Thread Paul
: Hi Folks! We have some very exciting announcements today.  Please check out the following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclipse, and -- brand new in GWT 2.0 -- a performance analysis tool called Speed Tracer.  I think that you will find it pretty interesting

Re: Announcing GWT 2.0 and much, much more...

2009-12-10 Thread mariyan nenchev
for test and development messages i am using second div id=debugger and when i want to log some test message i add html string to it's rootpanel. For real logging see gwt-log : http://code.google.com/p/gwt-log/ -- You received this message because you are subscribed to the Google Groups Google

Re: Announcing GWT 2.0 and much, much more...

2009-12-10 Thread mwaschkowski
Whats the status on some of the older issues that are not yet closed, like: http://code.google.com/p/google-web-toolkit/issues/detail?id=2802can=5 Are they going to be addressed at some point? This one was a high priority issue for 1.6, but its still open - can anyone provide some insight into

Re: How to run GWT 2.0 RC2's hosted mode with another server?

2009-12-10 Thread Henry
is removed from the GWT tab in the web app launch configuration (plugin version for GWT 2.0 RC2). So the question is, how can I point the OOPHM to my host page's URL (on any server)? At least some words on what I'm currently doing in Eclipse 3.5 with the released version

GWT 2.0 and FlexTable with th

2009-12-10 Thread sbusch
I was having a heck of time using 1.x of GWT 1.x and FlexTable and trying to create a TH (vs TD) row. This is important because if you roll your CSS correctly, you can set a style on the table level and the CSS will take of the rest. Try as I might, I could not get the CSS below to work. I can't

Re: How to run GWT 2.0 RC2's hosted mode with another server?

2009-12-10 Thread Henry
module (included as JavaScript) and replaces    the JavaScript with the Java Code from the classpath. The interesting point is, that the text field to specify the URL is removed from the GWT tab in the web app launch configuration (plugin version for GWT 2.0 RC2). So

Re: Eclipse Plugin for GWT 2.0 release

2009-12-10 Thread zinkronz network
to false. You can do this via the Environment tab for the launch configuration. If you don't mind, can you tell us why you're not a fan of the Development Mode View in Eclipse? 2009/12/10 István Szoboszlai mrsz...@gmail.com Hello! I have tried the new GWT 2.0 release

Re: GWT 2.0 Mail sample runs ERROR in devmode

2009-12-10 Thread J.R
...@gmail.com wrote: I got such errors while try to run Mail sample in GWT 2.0, both in FF3.5 and Chrome. Any one encountered this problem? 00:01:08.455 [ERROR] Unable to load module entry point class com.google.gwt.sample.mail.client.Mail (see associated exception for details

[gwt-contrib] Re: GWT 2.0 dead in IE7?

2009-12-10 Thread Joel Webber
code. But, really? GWT 2.0 is dead in IE7? I can't actually believe it, so someone please tell me what I am doing wrong. Stuart [cross-posting to gwt, gwt-contrib] -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

[gwt-contrib] Re: GWT 2.0 dead in IE7?

2009-12-10 Thread Joel Webber
-dev.appspot.com and tested from two different machines. Works in FF/Chrome on both machines. Nothing in IE7 on either machine. What's the deal? Again, it could be my code. But, really? GWT 2.0 is dead in IE7? I can't actually believe it, so someone please tell me what I am doing wrong. Stuart

Re: [gwt-contrib] Re: GWT 2.0 dead in IE7?

2009-12-10 Thread Stuart Moffatt
, it could be my code. But, really? GWT 2.0 is dead in IE7? I can't actually believe it, so someone please tell me what I am doing wrong. Stuart [cross-posting to gwt, gwt-contrib] -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

[gwt-contrib] Re: GWT 2.0 dead in IE7?

2009-12-10 Thread Stuart Moffatt
App Engine sandbox: http://uibindertestforie.latest.emcode-dev.appspot.comand tested from two different machines. Works in FF/Chrome on both machines. Nothing in IE7 on either machine. What's the deal? Again, it could be my code. But, really? GWT 2.0 is dead in IE7? I can't actually

Re: [gwt-contrib] Re: GWT 2.0 dead in IE7?

2009-12-10 Thread Ray Ryan
machines. Nothing in IE7 on either machine. What's the deal? Again, it could be my code. But, really? GWT 2.0 is dead in IE7? I can't actually believe it, so someone please tell me what I am doing wrong. Stuart [cross-posting to gwt, gwt-contrib] -- You received

Re: [gwt-contrib] Re: GWT 2.0 dead in IE7?

2009-12-10 Thread Joel Webber
://uibindertestforie.latest.emcode-dev.appspot.comand tested from two different machines. Works in FF/Chrome on both machines. Nothing in IE7 on either machine. What's the deal? Again, it could be my code. But, really? GWT 2.0 is dead in IE7? I can't actually believe it, so someone

Re: [gwt-contrib] Re: GWT 2.0 dead in IE7?

2009-12-10 Thread Stuart Moffatt
-dev.appspot.comand tested from two different machines. Works in FF/Chrome on both machines. Nothing in IE7 on either machine. What's the deal? Again, it could be my code. But, really? GWT 2.0 is dead in IE7? I can't actually believe it, so someone please tell me what I am doing wrong

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread Olivier
Great news ! Thanks a lot for the great job. Olivier On 9 Dec 2009, at 04:13, Miguel Méndez wrote: Hi Folks! We have some very exciting announcements today. Please check out the following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclipse, and -- brand new in GWT 2.0

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread Thomas Broyer
On Dec 9, 4:13 am, Miguel Méndez mmen...@google.com wrote: Hi Folks! We have some very exciting announcements today.  Please check out the following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclipse, and -- brand new in GWT 2.0 -- a performance analysis tool called Speed

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread Mohamed Mansour
announcements today.  Please check out the following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclipse, and -- brand new in GWT 2.0 -- a performance analysis tool called Speed Tracer.  I think that you will find it pretty interesting... http://googlewebtoolkit.blogspot.com/2009/12

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread gwtfanb0y
plugins? On Dec 9, 4:47 am, Thomas Broyer t.bro...@gmail.com wrote: On Dec 9, 4:13 am, Miguel Méndez mmen...@google.com wrote: Hi Folks! We have some very exciting announcements today.  Please check out the following blog post that covers the GWT 2.0 SDK, Google Plugin

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread mariyan nenchev
Hi, very good job. Congratulations about the fast work. And is there a maven repository that has gwt libs? Regards. -- 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-tool...@googlegroups.com.

Nesting layouts with gwt 2.0

2009-12-09 Thread P.G.Taboada
Hi, I am having trouble with nesting layouts. My nested layout is: DockLayoutPanel (main window) TabLayoutPanel (tabs for modules on the main window) Simple Hello World Tab (nothing special, fast forward pls) SomeTreeBasedPanel (ok, here trouble begins)

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread Arthur Kalmenson
Congratulations to the whole team, awesome job! -- Arthur Kalmenson 2009/12/8 Miguel Méndez mmen...@google.com: Hi Folks! We have some very exciting announcements today.  Please check out the following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclipse, and -- brand new

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread Thomas Broyer
On Dec 9, 11:30 am, Mohamed Mansour m0.interact...@gmail.com wrote: How did you guys manage to get it work? I downloaded brand new eclipse, and within Install New Software I added:http://dl.google.com/eclipse/plugin/3.5 When I press next (after I apply a check to Plugins/SDK) it gives me

Re: Inconsistency (or a bug?) in application creation for GWT 2.0

2009-12-09 Thread Chris Ramsdale
b) How can I make the compile-button work if creating the app with method 1)? Once you have imported the project you'll need to update the project to Use Google Web Toolkit (right click on the project-Google-Web Toolkit Settings... -- You received this message because you are subscribed to

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread Rajeev Dayal
have some very exciting announcements today. Please check out the following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclipse, and -- brand new in GWT 2.0 -- a performance analysis tool called Speed Tracer. I think that you will find it pretty interesting... http

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread Rajeev Dayal
To: Google Web Toolkit ; GWTcontrib Subject: Announcing GWT 2.0 and much, much more... Hi Folks! We have some very exciting announcements today. Please check out the following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclipse, and -- brand new in GWT 2.0

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread Rajeev Dayal
! We have some very exciting announcements today. Please check out the following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclipse, and -- brand new in GWT 2.0 -- a performance analysis tool called Speed Tracer. I think that you will find it pretty interesting

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread Rockster
not be found On Dec 8, 10:13 pm, Miguel Méndez mmen...@google.com wrote: Hi Folks! We have some very exciting announcements today.  Please check out the following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclipse, and -- brand new in GWT 2.0 -- a performance analysis tool

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread Ittai
Congrats and thank you to the whole GWT team! Hope the move from 1.7 to 2.0 won't be painfull :) On Dec 9, 5:13 am, Miguel Méndez mmen...@google.com wrote: Hi Folks! We have some very exciting announcements today.  Please check out the following blog post that covers the GWT 2.0 SDK, Google

i18n with GWT 2.0

2009-12-09 Thread ericv
Was wondering if anyone had already taken a look at GWT internationalization in 2.0, and more specifically, if there were changes to the location of property files (which have to reside in the same folder as the referring class in GWT 1.7.1 for the generated i18n commands). More generally, is

Re: i18n with GWT 2.0

2009-12-09 Thread Thomas Broyer
1.7.1 for the generated i18n commands). More generally, is there a way to group i18n data files in a resource folder, to keep them away from the source code tree? No changes in GWT 2.0 AFAIK, but you can put your properties file in another folder if you want, provided you build the whole package

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread John Ivens
Méndez mmen...@google.com wrote: Hi Folks! We have some very exciting announcements today. Please check out the following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclipse, and -- brand new in GWT 2.0 -- a performance analysis tool called Speed Tracer. I think that you

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread Mohamed Mansour
mmen...@google.com wrote: Hi Folks! We have some very exciting announcements today.  Please check out the following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclipse, and -- brand new in GWT 2.0 -- a performance analysis tool called Speed Tracer.  I think

Re: i18n with GWT 2.0

2009-12-09 Thread ericv
Yes, was thinking of doing precisely that. One probably needs to include resources in the module.gwt.xml as a src folder as well, then? Thanks. On Dec 9, 6:13 pm, Thomas Broyer t.bro...@gmail.com wrote: No changes in GWT 2.0 AFAIK, but you can put your properties file in another folder if you

Re: i18n with GWT 2.0

2009-12-09 Thread Thomas Broyer
On 9 déc, 19:44, ericv eric.vaut...@gmail.com wrote: Yes, was thinking of doing precisely that. One probably needs to include resources in the module.gwt.xml as a src folder as well, then? No, though you obviously have to add the resources dir to your classpath (within it, the packages are

Re: Nesting layouts with gwt 2.0

2009-12-09 Thread P.G.Taboada
Problem solved, removed ScrollPanel, inserted LayoutPanel. On 9 Dez., 13:55, P.G.Taboada pgtabo...@googlemail.com wrote: Hi, I am having trouble with nesting layouts. My nested layout is: DockLayoutPanel (main window)    TabLayoutPanel (tabs for modules on the main window)        Simple

GWT 2.0 Maven repo

2009-12-09 Thread Jan Ehrhardt
Hi, I would like to upgrade my current applications to GWT 2.0, but since they are build with Maven, I'm waiting for GWT 2.0 final being available in Maven repo. When will it be available? Regards Jan Ehrhardt -- You received this message because you are subscribed to the Google Groups Google

Re: Using Gilead with GWT 2.0 ms1

2009-12-09 Thread graffle...@gmail.com
wrote: Ok, well I found out that my changes to make gilead work for GWT 2.0 didn't quite work, but I've been able to fix that. I also notice that I put the same two files up above, here are the 2 files to download to get gilead working with GWT 2.0. RPCCopy.javahttp://trg-commons.googlecode.com

GWT 2.0 Eclipse Breakpoint Not Working

2009-12-09 Thread Nick
I just updated my Eclipse plugin from GWT 1.7 to GWT 2.0. I got my application to run in a separate browser, however, it does not ask me to install a plugin, nor does it stop on breakpoints. Can anyone help me convert my 1.7 Eclipse GWT/App Engine project to GWT 2.0? What I've done: -Updated my

GWT 2.0 crash on IE7 - post-UiBinder setCellHeight with VerticalPanel

2009-12-09 Thread Stuart
Environment: MS Windows, Eclipse 3.5 with GWT 2.0 plugin. Testing on: FF (Win/Mac), Chrome (Win/Mac), IE7(Win) Basic widget hierarchy: - EntryPoint loads a DockLayoutPanel via UiBinder. - in the center of the dock, loads a VerticalPanel - the VerticalPanel has 3 custom composite widgets in my

GWT 2.0 dead in IE7?

2009-12-09 Thread Stuart
: http://uibindertestforie.latest.emcode-dev.appspot.com and tested from two different machines. Works in FF/Chrome on both machines. Nothing in IE7 on either machine. What's the deal? Again, it could be my code. But, really? GWT 2.0 is dead in IE7? I can't actually believe it, so someone please tell

GWT 2.0 Using External Resources

2009-12-09 Thread fmk11
Hi, I'm following the new Dev Guide for UiBinder, but I'm encountering a problem with the @Resource annotation. Specifically, I'm getting compile errors on @Resource .. anyone knows what needs to be imported? It does not seems to be defined in ClientBundle. I'm inheriting inherits

Re: GWT 2.0 Eclipse Breakpoint Not Working

2009-12-09 Thread Craigo
2.0. I got my application to run in a separate browser, however, it does not ask me to install a plugin, nor does it stop on breakpoints. Can anyone help me convert my 1.7 Eclipse GWT/App Engine project to GWT 2.0? What I've done: -Updated my Eclipse Plugin -Changed my GWT version to 2.0

Problem during upgrading to GWT 2.0

2009-12-09 Thread Simal
button in hosted mode message. I think this message is somehow from GWT 1.7 (since we no longer have a Compile/Browse button in the hosted mode in 2.0). I'm using Eclipse. I changed my build path and run configurations to use the GWT 2.0 jar files. My war/WEB-INF/lib directory contains the GWT 2.0

Re: GWT 2.0 Eclipse Breakpoint Not Working

2009-12-09 Thread piyush sharma
: I just updated my Eclipse plugin from GWT 1.7 to GWT 2.0. I got my application to run in a separate browser, however, it does not ask me to install a plugin, nor does it stop on breakpoints. Can anyone help me convert my 1.7 Eclipse GWT/App Engine project to GWT 2.0? What I've done

Re: GWT 2.0 Using External Resources

2009-12-09 Thread piyush sharma
On 12/10/09, fmk11 fkat...@gmail.com wrote: Hi, I'm following the new Dev Guide for UiBinder, but I'm encountering a problem with the @Resource annotation. Specifically, I'm getting compile errors on @Resource .. anyone knows what needs to be imported? It does not seems to be defined in

Re: Problem during upgrading to GWT 2.0

2009-12-09 Thread Simal
OK.. I guess I found the reason. The directory that gets automatically generated under war, the one that has the module name, had to be deleted. I think the contents of that folder were not getting updated after I compiled with GWT 2.0 and it was kind of reading from cache. Hope this helps

Re: Problem during upgrading to GWT 2.0

2009-12-09 Thread piyush sharma
On 12/10/09, Simal simalhance...@gmail.com wrote: OK.. I guess I found the reason. The directory that gets automatically generated under war, the one that has the module name, had to be deleted. I think the contents of that folder were not getting updated after I compiled with GWT 2.0

Re: GWT 2.0 dead in IE7?

2009-12-09 Thread piyush sharma
. But, really? GWT 2.0 is dead in IE7? I can't actually believe it, so someone please tell me what I am doing wrong. Stuart [cross-posting to gwt, gwt-contrib] -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

Re: GWT 2.0 crash on IE7 - post-UiBinder setCellHeight with VerticalPanel

2009-12-09 Thread piyush sharma
On 12/10/09, Stuart stuartmoff...@gmail.com wrote: Environment: MS Windows, Eclipse 3.5 with GWT 2.0 plugin. Testing on: FF (Win/Mac), Chrome (Win/Mac), IE7(Win) Basic widget hierarchy: - EntryPoint loads a DockLayoutPanel via UiBinder. - in the center of the dock, loads a VerticalPanel

Re: Using Gilead with GWT 2.0 ms1

2009-12-09 Thread piyush sharma
else? - Bob On Oct 18, 10:06 am, tskaife tska...@gmail.com wrote: Ok, well I found out that my changes to make gilead work for GWT 2.0 didn't quite work, but I've been able to fix that. I also notice that I put the same two files up above, here are the 2 files to download to get

Re: i18n with GWT 2.0

2009-12-09 Thread piyush sharma
On 12/10/09, ericv eric.vaut...@gmail.com wrote: Yes, was thinking of doing precisely that. One probably needs to include resources in the module.gwt.xml as a src folder as well, then? Thanks. On Dec 9, 6:13 pm, Thomas Broyer t.bro...@gmail.com wrote: No changes in GWT 2.0 AFAIK, but you

Re: GWT 2.0, Browser Plugin, logging/etc issues.

2009-12-09 Thread piyush sharma
before just doing Development Mode...? Hope that'll help someone else. Everyone can just ignore my questions for help now. -nathan On Dec 9, 2:33 am, Nathan nathan.shel...@gmail.com wrote: Hey everyone. I just upgraded to GWT 2.0 today, all my code still compiles, I clicked run

Re: Announcing GWT 2.0 and much, much more...

2009-12-09 Thread piyush sharma
On 12/9/09, Miguel Méndez mmen...@google.com wrote: Hi Folks! We have some very exciting announcements today. Please check out the following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclipse, and -- brand new in GWT 2.0 -- a performance analysis tool called Speed Tracer. I

Re: [gwt-contrib] Announcing GWT 2.0 and much, much more...

2009-12-09 Thread Andi Mullaraj
today. Please check out the following blog post that covers the GWT 2.0 SDK, Google Plugin for Eclipse, and -- brand new in GWT 2.0 -- a performance analysis tool called Speed Tracer. I think that you will find it pretty interesting... http://googlewebtoolkit.blogspot.com/2009/12

<    4   5   6   7   8   9   10   11   12   13   >