Monday, August 26, 2013

Deploying a gwt project but still showing an old form ?

Hi Guys,

I do have a gwt rf project working perfectely, apparently. ( Using UiBinder, maven )
When deploying it on the server, still working in the background, but it is showing me an old form !?

I did try to clear tomcat cache on the server  by deleting whats inside work folder as well as doing the same on client browser cache. Nothing

My method was 
- test application within eclipse : run-as > web-application
- then mvn clean install : Generated without any errors
- Copying from target/app-x.x-SNAPSHOT folder to webapps/app-x.x-SNAPSHOT 

Tried to shutdown tomcat, clear cache and restart without any effect. 

Thus my question : When updating an ui.xml file, in which file is it generated ?  cache or classes ?
Whats the best way to fix it ?

Regards,

Pierre

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment