Comment 3 for bug 786391

Revision history for this message
Matt Giuca (mgiuca) wrote : Re: Need to run 'ant' before running 'ant devmode'

> I havent had any problems when removing that url. I've always just compiled
> with ant first since it seems to have more reliable behaviour as to the
> changes made

That's exactly the problem ... you shouldn't *have* to compile with ant first. If you need to compile ant first for something to work, then it means that thing is not running in development mode, it's running in compiled (production) mode. The whole point of devmode is to avoid having to make a production compile (which takes about a minute) when you want to test changes.

If you put the gwt.codesvr on the end of the URL, you shouldn't need to run ant in order to get the reliable behaviour.