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

2009-12-15 Thread lineman78
I have been having an issue with my project setup running in -- noServer since 1.6.? that I'm hoping you could help me with. I am getting the error 17:01:38.826 [ERROR] [dashboard] Unable to find 'dashboard.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath

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

2009-12-10 Thread Henry
Hi Chris, I tried running with the -noserver mode (ignoring -startupUrl for now ...) but I can't put a breakpoint in my code and have it stop there. Using GWT2.0, OOPHM/Firefox What must I configure in tomcat to talk back to localhost:9997 ... is it the -javaagent? more? thx, Henry On Dec 4,

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

2009-12-10 Thread Henry
I figured out my own problem. Had to compile it again with the GWT2.0 compiler On Dec 10, 2:24 pm, Henry q8e...@gmail.com wrote: Hi Chris, I tried running with the -noserver mode (ignoring -startupUrl for now ...) but I can't put a breakpoint in my code and have it stop there. Using

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

2009-12-04 Thread 3ala2
Hey I have the same problem here. I want to debug a gadget in iGoogle. In GWT 1.7 I used to put the URL as http://www.google.com/ig. Now there is no possibility to do so. The gadget doesn't have an html file to debug in development mode using internal server. I need the external server to be

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

2009-12-04 Thread Chris Ramsdale
I'm able to debug using an external Tomcat server by specifying the following args in my Web Application launch config: -noserver -startupUrl http://localhost:8080/test/go Where localhost is a Tomcat server and not the built in Jetty server. On Fri, Dec 4, 2009 at 2:49 AM, 3ala2

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

2009-12-04 Thread Chris Ramsdale
Jan, It looks like you found an issue on our side. Given your project settings, the GPE is attempting to load GwtShell with the -style arg which has been removed. We have a fix in place for the 2.0 launch and in the meantime, if you want to continue using the RC2 plugin and SDK, you can do the

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

2009-12-03 Thread Jan Ehrhardt
The idea was, to prevent the existences of 'war/*' in my GWT project. With the current stable version of the plugin and GWT 1.7.1 everything works well. So the problem is, that my GWT project does not have any server code and no host page or anything else. The current version works the following

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

2009-12-01 Thread Chris Ramsdale
Based on the fact that the plugin is attempting to launch GWTShell, it may not recognize your app as a web app. This is typically the case when it doesn't find a war/WEB-INF/web.xml file in the project root. Can you confirm that this directory structure is in place? Also, what version of GWT and

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

2009-11-30 Thread Jan Ehrhardt
Hi, I'm currently looking how our existing project can be updated to GWT 2.0 when it's released, but I'm running into some trouble. We use Eclipse with the Google plugin and currently we've got one web project, which will be started as a web project running on an Eclipse server runtime. This

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

2009-11-30 Thread Chris Ramsdale
Jan, The -style argument has been removed when running in development mode (formerly hosted mode). It is now configurable via the UI or an Ant property when you compile your code. The UI settings are available by right clicking on the project name, selecting Google-GWT Compile. From the resulting

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

2009-11-30 Thread Chris Ramsdale
As a follow-up, are you using Web App Launch configurations or regular Java launch configurations? Also would you mind checking which version of the Google Eclipse Plugin you have installed? You can do this via Help-Install New Software and clicking on the already installed link in the lower right

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

2009-11-30 Thread Jan Ehrhardt
I'm using the Web App launch configuration and the plugin version, which is linked on the GWT 2.0 RC2 wiki page http://code.google.com/p/google-web-toolkit/wiki/GWT_2_0_RC Regards Jan Ehrhardt On Mon, Nov 30, 2009 at 4:07 PM, Chris Ramsdale cramsd...@google.comwrote: As a follow-up, are you