Re: Designer Problems after GWT 2.3 install

2011-05-06 Thread harald
Thanks for the work around. It works for me! I installed a new fresh eclipse and gwt plugin into a directory without spaces. On 6 Maj, 00:46, Eric Clayberg clayb...@google.com wrote: See the latest update to...    http://code.google.com/p/google-web-toolkit/issues/detail?id=6316 We hope to

Re: Designer Problems after GWT 2.3 install

2011-05-06 Thread Wandile Chamane
OK I HAVE FOUND THE SOLUTION, make sure there are no spaces in your workspace path if this is the first time you installing GWT. If you updating then make sure you uninstall the current version of you designer which in most cases would be 2.2 and install a fresh 2.3 copy. Sent from my iPhone

Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread Wandile Chamane
I don't see this being solved anytime soon. We need a work around. Sent from my iPhone On May 5, 2011, at 0:09, Tim troes...@gmail.com wrote: A co-worker and I are having the exact same issue as the original poster in both Eclipse 3.5 and 3.6. I even setup a fresh installation of Eclipse

Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread Joe D.
Well, I've come up with a (sad excuse for) workaround. When I reverted to 2.0.4 I was at least able to get the Designer to come up. 2.2.0 was unsuccessful. But that of course generated two other issues: - Can't use the new cell features -- can live with that for now - Get the dreaded generic

Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread Konstantin Scheglov
Konstantin suggested additional dump info. Frankly I've already toasted a day on this and don't have any more time so I'm gonna trudge forward with my workaround. But it's extremely easy to reproduce: Fresh Helios-SR2, 1.6.0_24 jre, fresh install of latest GPE, GWT, and Designer exactly as

Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread Eric Clayberg
This exception basically tell us that gwt-dev.jar can't be found on your project classpath. Without additional context, this could be the result of many different things. Some possibilities: 1) Incomplete installation/update. 2) Multiple versions of GWT on the classpath 3) Old version of GWT

Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread harald
I have the exact same problem. I have created an issue here http://code.google.com/p/google-web-toolkit/issues/detail?id=6316. Please go there and vote for it (click at the star). Joe, please let us know if you find a better workaround :) Harald On 5 Maj, 14:13, Joe D. jad...@gmail.com wrote:

Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread David Chandler
Thanks for posting the error report in the issue, Harald. We're looking into it. /dmc On Thu, May 5, 2011 at 8:31 AM, harald harald.ander...@gmail.com wrote: I have the exact same problem. I have created an issue here http://code.google.com/p/google-web-toolkit/issues/detail?id=6316. Please

Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread Eric Clayberg
Yes, thank you for the report. That should be very helpful. We are looking at it now. On May 5, 8:31 am, harald harald.ander...@gmail.com wrote: I have the exact same problem. I have created an issue herehttp://code.google.com/p/google-web-toolkit/issues/detail?id=6316. Please go there and

Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread Eric Clayberg
We are suspecting some weird issue when Eclipse is installed to a path with spaces in it. Can you try it using an Eclipse installed into a path w/o spaces and let us know if it makes any difference? On May 5, 10:35 am, Eric Clayberg clayb...@google.com wrote: Yes, thank you for the report. That

Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread Ian Jacobs
Didn't for me. I installed a clean copy of eclipse to c:\eclipse\ andd then installed the gwt plugin 2.3. Same error came up on my test project. -- 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: Designer Problems after GWT 2.3 install

2011-05-05 Thread Eric Clayberg
Please create a bug report from the error window and append it to this case... http://code.google.com/p/google-web-toolkit/issues/detail?id=6316 Also note that this error can occur for other reasons (see earlier in this thread). On May 5, 12:49 pm, Ian Jacobs ian.jac...@gmail.com wrote: Didn't

Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread Ian Jacobs
I take it back. My 1st test was using a gwt plugin I installed into a directory with spaces. I changed the classpath to use the gwt plugin off of c:\eclipse\ and the designer loaded without incident. -- You received this message because you are subscribed to the Google Groups Google Web

Re: Designer Problems after GWT 2.3 install

2011-05-05 Thread Eric Clayberg
See the latest update to... http://code.google.com/p/google-web-toolkit/issues/detail?id=6316 We hope to have a patch out tomorrow. In the meantime, a work around is available. On May 5, 2:09 pm, Ian Jacobs ian.jac...@gmail.com wrote: I take it back.   My 1st test was using a gwt plugin I

Designer Problems after GWT 2.3 install

2011-05-04 Thread Joe D.
Hi, I upgraded this AM to 2.3, and have not been able to launch the designer since. I went as far a reinstalling helios-SR2 and reinstalling the latest versions of the plugin and designer. I get this message even with a brand new out of the box web app. I've searched around and can't find any

Re: Designer Problems after GWT 2.3 install

2011-05-04 Thread Joe D.
Another data point - reverted to GWT 2.2, and seeing a slightly different problem.I also installed the latest plugin this morning. Could the plugin be the problem?? Can't find GWT module GWT Designer can't find GWT module com.google.gwt.user.theme.clean.Clean in project. Possible reasons:

Re: Designer Problems after GWT 2.3 install

2011-05-04 Thread CTO_Mike
I have the same story with the exact same error message (NullPointerException, java.io.File, etc.). I have been banging my head against this one all day with no luck! GWT team please help! - Mike On May 4, 4:45 pm, Joe D. jad...@gmail.com wrote: Hi, I upgraded this AM to 2.3, and have not

Re: Designer Problems after GWT 2.3 install

2011-05-04 Thread Konstantin Scheglov
Please, send error reports (as suggested in error message) instead of just posting stack traces here. Error report includes more context information, including classpath and logs. In this case just stack trace is not very helpful. -- You received this message because you are subscribed to the

Re: Designer Problems after GWT 2.3 install

2011-05-04 Thread Tim
A co-worker and I are having the exact same issue as the original poster in both Eclipse 3.5 and 3.6. I even setup a fresh installation of Eclipse 3.6, downloaded all the plugins, and created an example GWT project and it still didn't work. We have been fighting this all day as well and made no