After a lot of trial and error.  I have now built a new jar file so my RPCs 
work (without needing gwt-servlet.jar).  If anyone wants to do the same, 
these are the directories I included to get it to work (all directories were 
sourced from gwt-servlet.jar):

├───com
│   └───google
│       └───gwt
│           ├───core
│           │   └───client
│           │       ├───impl
│           │       └───prefetch
│           └───user
│               ├───client
│               │   └───rpc
│               │       ├───core
│               │       │   └───java
│               │       │       ├───lang
│               │       │       ├───math
│               │       │       ├───sql
│               │       │       └───util
│               │       │           └───logging
│               │       └───impl
│               └───server
│                   └───rpc
│                       └───impl
└───META-INF

*phew* ...and the final signed jar is only 272KB!

*** Disclaimer *** It worked for my RPC stuff, but I have no clue if it is 
all the RPC stuff, and on the flip side, there is probably more I could cut 
out.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/tPn1-fWX2nAJ.
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