Wednesday, November 3, 2010

Re: GWT module 'applicationScaffold' may need to be (re)compiled

This is a bug with the latest version of GPE. The problem is that launching your Web Application attempts to synchronize Maven's target directory, which wipes out all of the artifacts that have been dumped there (i.e. via a compilation). 

We're working to fix this, and a point release of GPE with this fix will be forthcoming. 

As an ugly workaround, perform a Run As launch, perform the GWT compilation while the app is launched, and then try accessing the app in production mode.

On Tue, Nov 2, 2010 at 7:33 AM, Juan Carlos González <pentasis.jgg@gmail.com> wrote:
Hi I've just upgraded GWT with 2.1 release and installed STS 2.5 and
Roo 1.1.0.

I've run the expenses-gae.roo script and the project has been
generated properly. I can debug (Run As Web Application) the project
from eclipse with the URL: http://127.0.0.1:8888/ApplicationScaffold.html?gwt.codesvr=127.0.0.1:9997.
However, if I try to run in production mode (Run AS Web Application),
I always get the following message from the browser: "GWT module
'applicationScaffold' may need to be (re)compiled" when browsing
http://127.0.0.1:8888/ApplicationScaffold.html or
http://localhost:8888/ApplicationScaffold.html

I' ve tried to GWT recompile project before launching but the message
is always there.

Please, could anybody help with this?.

K.R.

Juan Carlos

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment