Failure in unit cache map load - GWT

Crowlix picture Crowlix · Apr 24, 2013 · Viewed 7.7k times · Source

I get this error during compile-time of my GWT project, there is no such folder as 'gwt-UnitCache' to delete, as suggested in the following questions

I'm using IntelliJ IDEA (IDE), SmartGWT EE (Framework), JBoss AS (Server) and JPA

Here's the error log:

enter image description here

Answer

Mihkel L. picture Mihkel L. · Oct 6, 2013

If you change the value of your <module rename-to='<appname>'> in .gwt.xml it will give the same error :) but then you can just delete your gwt-unitCache and all is ok :)