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 ?