I seem to have the same problem now and I can't figure out how to resolve it. I've deleted all automatically generated files in war/, restarted my PC, done ant clean; ant; ant devmode, cleaned the browser cache before opening the page, and checked for any problems with the firefox developer console. Both the menu and the main panel remain empty.
I have a first version of the GameEditView which should be working but I cannot test it. Before I go away tomorrow, I can submit my code but might not be able to test it before. Sorry for that. I should be able to do at least one other view. Is there any whose implementation is most urgent? On Sun, May 15, 2011 at 5:49 PM, Matt Giuca <[email protected]> wrote: > Hmm OK. I tried ant clean / ant / ant devmode and now it seems to be > working consistently. > > Previously, I was running ant clean / ant devmode -- I never run ant > (by itself) because I believed that ant devmode did everything > required to build. As far as I can tell, ant (by itself) just runs the > same build as ant devmode, and also gwtc (which builds the JavaScript > files and isn't necessary for development mode). So I'm confused as to > why ant is required (and annoyed, because gwtc takes about a minute). > > But OK.. this should be a good enough starting position. > > Also, those links on the left -- are they supposed to do anything? > They don't work for me. They seem to have some JavaScript attached to > them, but it doesn't do anything. > > > I think you mis understood what I meant. > > From what I've seen, you need to run the gwt compiler (that gets called > when you do 'ant'). > > 'ant devmode' simply skips that and does the internal compiling or > something which I'm > > unsure of. > > OK. Well it seems to work, but I can't explain why... I thought that > gwtc was unnecessary for getting it to work in devmode. I thought the > whole point of devmode was that it didn't require gwtc to be run, > because it doesn't use the real JavaScript code. >
-- Mailing list: https://launchpad.net/~mugle-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~mugle-dev More help : https://help.launchpad.net/ListHelp

