On 28 nov, 10:27, Paul Grenyer <[email protected]> wrote: > Hi > > I've just done a completely fresh Eclipse and GWT 2.0 RC2 install > including the new plugin: > > 1.Extracted eclipse-java-galileo-SR1-win32.zip to C:\Program Files (x86). > > 2.Ran Eclipse, set up a new workspace workspace at > C:\Users\Paul\Documents\Sandbox\EclipseWorkspace and selected “Use > this as the default and do not ask again.” > > 3.Then installed Eclipse's Web Standard Tools (WST) > > - Help->Install new software. > - Manually added the update url as none was > present:http://download.eclipse.org/releases/galileo/ > - Then Web, XML, and Java EE Development -> Eclipse Web Developer Tools > - Restarted Eclipse and then closed it. > > 4.Then copied gpe-e35-1.2rc1.zip\eclipse\features to C:\Program Files > (x86)\eclipse. > > 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. 2) Why not just unzip it in C:\Program Files (x86)\eclipse\dropins as you're told to do? > 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? > 7.Started Eclipse again and used the plugin to create a new project. > > - Started the wizard. > - Configured the GWT SDK as C:\Program Files > (x86)\eclipse\plugins\gwt-2.0.0-rc2 > - Unticked “Use Google App Engine” > - Entered project name etc and clicked finish. > > 8.Then opened the “Web Application” Run Configuration for the project > and ticked “Automatically select unused port” and clicked Run. > > And I get the same error: > > Unknown argument: -portHosted > Google Web Toolkit 2.0.0-rc2 See above: you have to use the RC2 version of the plugin with the RC2 version of GWT. -- 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.
