Re: symbolMap files and packaging gwt project

2012-06-27 Thread Deepak Singh
Hi, But when we deploy app to appengiene through eclipse, it compiles the app and sets the deploy folder in war location. Here i did not find any option to set -deploy outside war while deploying through eclipse. It consumes the project size on app engiene. Any idea... On Thu, Jun 21, 2012 at

Re: symbolMap files and packaging gwt project

2012-06-21 Thread Ali Thabet
Thak you for your Response Thomas. Finally, i decided to keep these files. I took a look to the beautifull interface GWT.UncaughtExceptionHandler witch is used to catch exceptions at the top level jest before they escape to the browser, i have seen also the GWT Developer's Guide - Logging and the

Re: symbolMap files and packaging gwt project

2012-06-21 Thread Deepak Singh
Yes, we can set -deploy outside the war while compiling. But when we deploy app to appengiene through eclipse, it compiles the app and sets the deploy folder in war location. Here i did not find any option to set -deploy outside war while deploying through eclipse. Can you pls guide on this? On

symbolMap files and packaging gwt project

2012-06-20 Thread Ali Thabet
Hello, My problem is that the war of my GWT project has a large size. So I want, if possible, delete unused files from the war. There are several symbolMap files in WEB-INF/deploy/my_project_name/symbolMapps/ (the same number of permutations), i know that they are useful fo deobfuscation, but in

Re: symbolMap files and packaging gwt project

2012-06-20 Thread Thomas Broyer
On Wednesday, June 20, 2012 4:59:56 PM UTC+2, aliwa wrote: Hello, My problem is that the war of my GWT project has a large size. So I want, if possible, delete unused files from the war. There are several symbolMap files in WEB-INF/deploy/my_project_name/symbolMapps/ (the same number of