I thinks this files are for debug of your javascript on chrome which is
generated from your GWT.
symbolMaps would help to debug obfuscated javascript.
2011년 2월 15일 화요일 오후 10시 13분 9초 UTC+9, John 님의 말:
>
> I'm also very curious as to the purpose of this folder. I have a
> multi-project setup, a
Hi,
anyone has idea how to turn off creation of this directory? It takes on my
web app 125 MB.
http://www.google.com/codesearch/p?hl=en#A1edwVHBClQ/user/src/com/google/gwt/logging/server/StackTraceDeobfuscator.java&q=symbolMaps%20package:http://google-web-toolkit%5C.googlecode%5C.com&sa=N&cd=3&ct
I removed this directory before packaging and it does not seem to harm
the application at all. But I'm also very curious what this directory
is for. Before removing my .war was about 40-50MB, after removing it
went down to 13-14 MB (as expected).
On 15 Lut, 22:35, Filipe Sousa wrote:
> On Tuesday
On Tuesday, February 15, 2011 1:59:01 PM UTC, Thomas Broyer wrote:
>
> From the doc, you should deploy it (otherwise, why would it be emitted to
> the ${war}/WEB-INF?)
that's a good question.
>
>
> http://google-web-toolkit.googlecode.com/svn/javadoc/2.2/com/google/gwt/core/ext/linker/Emitt
I'm deploying my app on AppEngine and the deploy folder generated has
133M.
AppEngine limits the upload of the folder war to 150M, so i had to
generate it outside of war folder.
My app is working, i think the deploy folder contains symbolicMap for
logging system, in case there is a need to convert
>From the doc, you should deploy it (otherwise, why would it be emitted to
the ${war}/WEB-INF?)
http://google-web-toolkit.googlecode.com/svn/javadoc/2.2/com/google/gwt/core/ext/linker/EmittedArtifact.Visibility.html#Deploy
See also the doc for the -deploy command line argument:
"""The directory
I'm also very curious as to the purpose of this folder. I have a
multi-project setup, and all but one automatically has its own
subfolder in deploy. I was very hopeful that the deploy folder would
make actually deploying a multi-project app easier since right now it
is immensely frustrating, but
Hi,
I'm trying the new version of GWT (2.2) and noticed that after compiling the
project I'm getting a deploy folder inside the WEB-INF. Do I have to pack
this folder inside the war file?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.