Hi All,
I am new to GWT. I am working on existing application. (Enhancement). When i try to run as is application created earlier without any changes / without compiling with old created wars / modules. It is working fine.
But when i try to recompile it with
ant it gives me below message on browser as soon as i login to the application. Project build is successful.
"Loading QSI properties failed! This application is out of date, please click the refresh button on your browser. (Expecting version 7 from server, got 5)"
P.S: QSI is the name of project. I code is pointing to JRE 7 (
Java Compiler in Eclipse
IDE)
Please let me know if you need to check specific files.