Re: Recovering the source

2011-06-23 Thread Nathan Klatt
Thanks for the responses. Rather a bummer but not unexpected. Maybe I can talk them into rebuilding with GWT because we do have most of the back-end logic available in the decompiled class files. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Recovering the source

2011-06-22 Thread Nathan Klatt
I don't have much hope for this but is there any way to recover something reasonably approaching the original source of a GWT project given the generated class, html, JavaScript, etc files? A client has given us the generated web application but does not have access to the original source and

Re: No source code is available for type java.lang.NoSuchFieldError

2011-06-21 Thread Nathan Klatt
Makes perfect sense - thanks so much for the reply and the link! -- 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/-/96qmqceSNOQJ. To post to this

Re: No source code is available for type java.lang.NoSuchFieldError

2011-06-21 Thread Nathan Klatt
Thanks for the idea - right now I'm strictly command-line (on a remote server) but I'll add this to my list of Reasons to Develop on My Local Machine with a GUI. :) -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion

No source code is available for type java.lang.NoSuchFieldError

2011-06-20 Thread Nathan Klatt
I've inherited a GWT project and I'm receiving the following compiler error (more info below): [java] [ERROR] Line 51: No source code is available for type java.lang.NoSuchFieldError; did you forget to inherit a required module? It's complaining about a core part of the language here, right?