On Thu, Aug 13, 2009 at 7:20 PM, Sami Jaber <sami.ja...@gmail.com> wrote:

> I would like to have a look at JavaScriptObject$ class which is used for
> the overlay types.
> This class is generated by the HostedModeClassRewriter with ASM routines
> ...
> As .gwt-tmp has been removed, the new generated hosted mode classes are now
> created in the temp folder with a new fancy format (Precompile.java seems to
> indicate that it is a JAR but no way to get anything "readable" from this
> file?)
> It would be nice for debugging purpose (want to understand SingleJSOImpl in
> terms of "internal implementation") to have a kind of -gen option for
> classes that are created during the compilation process...
> Sure you can help me ;-)
>

Set the Java system property gwt.dev.classDump to true, and then you can set
gwt.dev.classDumpPath to be the path to use instead of the default
(rewritten-classes in the directory the compiler is running from).

-- 
John A. Tamplin
Software Engineer (GWT), Google

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to