Re: ant build/deploy problem

2010-08-19 Thread Seven Corners
(accidentally hit enter key and it sent it) When I trace through in Firebug, at the gwtOnLoad call, we load the right HTML and that shows up in the page's source. However, the page appears empty. Nothing has loaded. Any ideas? On Thu, Aug 19, 2010 at 1:54 PM, Seven Corners wrote: > Investiga

ant build/deploy problem

2010-08-19 Thread SevenCorners
I'm trying to build my GWT app via ant and deploy it (to Jetty). I am building without errors but the code does not work. When I plop the contents of the war directory generated by Eclipse (using the GWT plugin, without an ant script) into the deployment location (so that I'm running it via Jetty

Re: ant build/deploy problem

2010-08-19 Thread Seven Corners
Investigating this some more, I find that I am able to trace into the javascript in mymodule.nocache.js pretty far. I end here: function maybeStartModule(){ if (scriptsDone && loadDone) { var iframe = $doc_0.getElementById('mymodule'); var frameWnd = iframe.contentWindow;