Re: Compilation failure when upgrade the GWT version from 2.7.0 to 2.8.2

2019-03-06 Thread Periyasamy Ramachandran
Hi @Thomas, thanks for the reply. Yes, I completely deleted the repository files (/root/.m2/repository/com/google/gwt/*.*). Then ran the maven. But still, the same compilation error is occurring. On Tuesday, March 5, 2019 at 8:58:14 PM UTC+5:30, Thomas Broyer wrote: > > This is not normal.

Re: Converting an old applet to webapp: GWT is amazing!

2019-03-06 Thread Edu
Very very nice! Do you have the source code on github ? El mié., 27 feb. 2019 a las 23:33, Paul Sitarz () escribió: > > Hello, > > In 2003, I had a website with small games, GouziGouza, which relied heavily > on applets. I lost the code when the server hosting the site crashed...Since > that

Re: Question about SuperDevMode/codeserver

2019-03-06 Thread Thomas Broyer
It would indeed work (most of the time I believe), but then you need to make sure to force the GWT compiler to compile your code before deploying, because it's really easy to get false positives in the staleness check (if the superdevmode stub *.nocache.js modification time is more recent than

Re: Question about SuperDevMode/codeserver

2019-03-06 Thread Juan Pablo Gardella
I added in a local maven profile an extra property file to instruct sprint boot where check the static resources. spring.resources.static-locations=${gwtBasePathLocation},classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/ On Wed, 6 Mar 2019 at 11:13 Bryan

Re: Question about SuperDevMode/codeserver

2019-03-06 Thread Bryan Bende
I was able to set the launcherDir to server/target/classes/static and that seems to make it work the way I was expecting. On Tuesday, 5 March 2019 13:55:54 UTC-5, Bryan Bende wrote: > > Hello, > > I have a multi-module Maven project setup similar to the multi-module > archetype, but created