What are my options for being able to view the generated code from my custom GWT generator (com.google.gwt.core.ext.Generator).
I have been compleplating creating m
To write the generated Java source (i.e. not the generated JavaScript) into a directory when you run the GWT-Compiler, simply add the gwtc compiler option "-gen", with a target directory.