Hello,

I was wondering if it is possible to configure the structure of the
files generated by gwt.

In detail, assume that I have a project HelloWorld. GWT will generate
something like:

com.mypackage.gwt.HelloWorld
  |--> some files .rpc
  |--> some files .png
  |--> some files .html
  |--> some files .gif
  |--> some files .js
  |--> some files .css
  |--> a directory gwt

When I deploy this project into Tomcat, I have to copy all these files
into webapps\HelloWorld:
$TOMCAT_HOME\webapps\HelloWorld
  |--> some files .rpc
  |--> some files .png
  |--> some files .html
  |--> some files .gif
  |--> some files .js
  |--> some files .css
  |--> a directory gwt

If I need to add some files of mine, it will be a mess in no time.

What I want to do is to move all these GWT files into a directory.
This will look like this:
$TOMCAT_HOME\webapps\HelloWorld
  |--> gwtmodule_01
  |     |--> some files .rpc
  |     |--> some files .rpc
  |     |--> some files .png
  |     |--> some files .html
  |     |--> some files .gif
  |     |--> some files .js
  |     |--> some files .css
  |     |--> a directory gwt
  |--> some files of mine

If I do so, the rpc services in HelloWorld do not work anymore.
Is it possible to do so ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to