views:

368

answers:

2

Hi! I'm try configure gwt app for debug in Idea. Seems there is no native support in Idea, so I try configure "Java application" manually. I'm set:

Main class: com.google.gwt.dev.HostedMode
Vm parameters: -Xmx256m
Program parameters: -startupUrl test.html ru.shirtmaker.Test
Check to use classpath from current module.

But when I run app, get 404 error in hosted browser. When I see at generated directory structure, there is no needed test.html and other files.

Could somebody help with issue ?

A: 

In the Facets section of the Project Structure set the option 'Package generated files into Web Facet' to the Web Facet used by your project and it will find it.

geofflane
A: 

I would advise you to jump on IntelliJ 9 Early Access Program. In this release there will be GWT 1.6/1.7 support. I've been using it for a couple of months and it seems fairly stable.

tronda