How to disable WEB-INF/deploy/<module-name> directory

88 views
Skip to first unread message

Ali Jalal

unread,
May 14, 2011, 11:10:57 PM5/14/11
to google-we...@googlegroups.com
Hi,

I want to disable WEB-INF/deploy/<module-name> directory. With -deploy parameter we just can change path of deploy directory, but how can I prevent from creating this directory.

Thanks.

Stefan Ollinger

unread,
May 15, 2011, 12:27:23 AM5/15/11
to google-we...@googlegroups.com
Hi,

do you want to keep your war folder clean while running in dev mode?
If you are using Maven, use target/module-name/.. as dev mode root.

-- Stefan
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

Ali Jalal

unread,
May 15, 2011, 3:02:44 AM5/15/11
to google-we...@googlegroups.com
Well, I can move deploy directory to a temp directory, but I do not need rpcPolicyManifest folder at all. When I was using GWT 2.1.1 this folder does not exist. Furthermore, I do not use maven.

Is there any force to create this folder? I guess no, but there is no option for disabling creation of this folder.

Stefan Ollinger

unread,
May 16, 2011, 3:27:00 AM5/16/11
to google-we...@googlegroups.com
The symbolMaps can be used to deobfuscate stack traces, for example if you want to use logging on the server side for client exceptions. Then the manifest files look like mappings from obfuscated service paths to service interfaces. I dont think you can disable any of them. If you really have to, delete the folders during build. But on the other side, they dont harm you.

-- Stefan

Nick Siderakis

unread,
Nov 3, 2011, 9:53:34 PM11/3/11
to google-we...@googlegroups.com
My app size is too large (for GAE) because of this directory.  Currently I'm deleting them by hand after compilation. Is there a way to disable it, or move it?  (with out using maven) 

Thomas Broyer

unread,
Nov 3, 2011, 11:07:20 PM11/3/11
to google-we...@googlegroups.com
The GWT Compiler has a -deploy parameter for that.
Reply all
Reply to author
Forward
0 new messages