Hi thanks for the response. I am using GWT 2.0 RC2. When using the web application launch configuration i get the following still > "Unknown argument: -style Google Web Toolkit 2.0.0-rc2"
I am using a fresh eclipse 3.5 that i first installed the rc 1 plugin which i then deleted in favor of the RC2 plugin on a win xp sp3 machine. As far as the normal launch config goes : I still get the dev mode popping up and directing me to http://localhost:8888/index.jsp?gwt.codesvr=xxx.xxx.xxx.xxx which loads the html but then fails with the error previously posted. Still no luck. On Dec 7, 7:21 pm, Rajeev Dayal <[email protected]> wrote: > Are you currently using GWT 2.0 RC2? If so, why not use the Web Application > Launch Configuration? As long as your application has a war directory, the > issue with the incorrect addition of the -style argument will not occur. > > As an FYI, to get your Java launch configuration working, you need to add > your project's source folders to your launch configuration's classpath. > > On Thu, Dec 3, 2009 at 1:46 AM, Gerhard Davids <[email protected]>wrote: > > > > > Hey, what did you do at this point to get it working? > > Your steps up to now has been very valuable. > > > My run config is now a normal java config instead of the GWT plugin's > > config. > > I'm getting the following in my Dev Mode when I hit the "Default > > Browser" button : > > > Unable to find type 'com.curasoftware.assessor.client.Assessor' > > Check that the type name 'com.curasoftware.assessor.client.Assessor' > > is really what you meant > > Hint: Check that your classpath includes all required source roots > > > Now the string the error quotes is my Entry point class. > > Im at a loss. > > > I could simply go to m2 and work from it but there are some fixes in > > RC2 that I urgently need to investigate. > > > Peace > > Gerhard > > > On Nov 28, 2:11 pm, Paul Grenyer <[email protected]> wrote: > > > Hi Thomas > > > > >> 5.Then copied gpe-e35-1.2rc1.zip\eclipse\plugins to C:\Program Files > > > >> (x86)\eclipse\plugins > > > > > 1) Why are you using 1.2rc1? it won't work with GWT 2.0.0 RC2 wrt the - > > > > portHosted vs. -codeServerPort naming change. > > > > There you go. I was obviously suffering brain fade and really not > > > paying attention. Thank you for pointing that out. > > > > > 2) Why not just unzip it in C:\Program Files (x86)\eclipse\dropins as > > > > you're told to do? > > > > Go easy! :-) > > > > ...because the first time i tried it, it didn't work. > > > > Seems to work perfectly now. It may well have been due to me having > > > the wrong plugin. > > > > >> 6.Then copied the contents of gwt-2.0.0-rc2.zip to > > > >> gpe-e35-1.2rc1.zip\eclipse\plugins > > > > > Why are you putting it within your eclipse install? > > > > Was fighting int he dark. I'm no eclipse expert and that's where it > > > seemed to be in the previous plugin. I've now moved it. > > > > > See above: you have to use the RC2 version of the plugin with the RC2 > > > > version of GWT. > > > > Thanks! :-) > > > > All workign now. Thanks! > > > > -- > > > Thanks > > > Paul > > > > Paul Grenyer > > > e: [email protected] > > > b: paulgrenyer.blogspot.com > > > -- > > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-web-toolkit%2Bunsubs > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
