Hi Jose. The gwt compilation is set to OBFUSCATED, Log level: Info
I was seeing the Modules permutation directory above the WAR folder and they have a average of 1MB each, and the DEPLOY folder that contains the same folders of the modules have many files .symbolMap each folder. So for resuming... all of my modules has a directory under war with the .cache.html, .nocache.js .etc... --- 1MBytes per module folder Same module directory under the deploy folder has 6 files .symbolMap each 1,5MB --- 9MBytes per module folder With my 14 modules * 9MB = 126MB + 4,7MB images and static files + some external jar libraries, gives the 150MB thats is breaking the deploy limit So, what is the error of my project? Should I clean the deploy folder? I am surely doing something wrong, cause I dont believe that my project is that big. Help is much apreciated. Thanks in advance, [], Rodrigo. On 26 jul, 16:43, Jose Montes de Oca <[email protected]> wrote: > Hi, > > When compiling in GWT make sure to compile in OBFUSCATED mode, not PRETTY or > DETAILED mode. > > Try that out and let us know how it goes! > > Best, > Jose Montes de Oca -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
