Re: Disabling symbol maps

2015-11-12 Thread Erik Kuefler
That doesn't quite solve my case since I do want some deploy artifacts (from my custom linker) to be available inside by webapp, just not the symbol maps. And idea why the compiler.useSymbolMaps property isn't doing what it seems like it should? On Wed, Nov 11, 2015 at 4:30 PM, Thomas Broyer

Re: Disabling symbol maps

2015-11-11 Thread Thomas Broyer
On Wednesday, November 11, 2015 at 9:24:24 PM UTC+1, Erik Kuefler wrote: > > I'm trying to prevent GWT from generating .symbolMap files, since these > are too large to upload to AppEngine and I'm using my own linker to > generate an alternative. The same issue was brought up 4 years ago: >

Disabling symbol maps

2015-11-11 Thread Erik Kuefler
I'm trying to prevent GWT from generating .symbolMap files, since these are too large to upload to AppEngine and I'm using my own linker to generate an alternative. The same issue was brought up 4 years ago: https://groups.google.com/forum/#!topic/google-web-toolkit/Py-D0oV68fg. Adding

Re: Disabling Symbol Maps?

2011-05-23 Thread davekor
I tried excluding the symbolMap files with the following addition to appengine-web.xml, but its still complaining about the files being too big to be uploaded. So I guess that didn't work. resource-files exclude path=/WEB-INF/deploy/extrasolar/symbolMaps/* / /resource-files On May 13,

Re: Disabling Symbol Maps?

2011-05-23 Thread sixcorners
Well.. Here is a way to solve it I guess.. Kind of the least most invasive way to do it.. http://pastebin.com/urjK7LaB then add this to .gwt.xml define-linker class=x.linker.SymbolMapTooBig name=symbolmapsucks/ add-linker name=symbolmapsucks/ I recommend testing it first... Good luck.. --

Re: Disabling Symbol Maps?

2011-05-13 Thread sixcorners
Would removing them from being included in app engine's static files or resources help? http://code.google.com/appengine/docs/java/config/appconfig.html#Static_Files_and_Resource_Files -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Disabling Symbol Maps?

2011-05-12 Thread davekor
My Google AppEngine+GWT application has grown so large that the generated GWT .symbolMap files are now 11mb to 12mb in size. Unfortunately, AppEngine supports a maximum file size of up to 10MB, and refuses to let me deploy the my app to the GAE servers. I understand that the .symbolMap files are