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 javascript code
into Java back.

Regards,
Aurelian

On 15 Feb, 14:59, Thomas Broyer <t.bro...@gmail.com> wrote:
> 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/g...
>
> See also the doc for the -deploy command line argument:
> """The directory into which deployable but not servable output files will be
> written (defaults to 'WEB-INF/deploy' under the -war directory/jar, and may
> be the same as the -extra directory/jar)"""
>
> I haven't found where those files would later be used by server code, so I
> guess you can safely exclude them (i.e. use a -deploy that points outside
> your ${war}).

-- 
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-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to