OOPHM with -noserver is not working as expected on Win XP. When I
launch Hosted Mode in Eclipse and go to the specified url (eg~
http://localhost/path/?gwt.hosted=192.168.56.1:9997), I see everything
as if loaded purely from my local server. The javascript is not
loading through Eclipse, so I am not seeing the latest GWT code from
the project, and the breakpoints fail to pause JS execution. I have
tried in both FF 3.5 RC 3 and IE 8. I have confirmed that IE 8 OOPHM
breakpoints do work on a toy project in Eclipse hosted by Jetty.
Less importantly, I'm getting an error about launching firefox:
00:00:00.062 [ERROR] Error starting browser java.io.IOException:
Cannot run program "firefox": CreateProcess error=2, The system cannot
find the file specified
I already added FF to the path, and can launch with "firefox" in the
Console, so I don't understand why hosted mode is having trouble
launching it.
Cheers,
Carver
PS~ Should I post here with questions about code in the trunk? I am
happy to contribute patches, if I can offer any.