GWT compiler option to see generated files from custom generator with gwt maven plugin
问题 points out the -gen argument to compiler As pointed out in the above post I added the gen flag by modifying my gwt maven plugin configuration like this <gen>genSource</gen> Funny thing it does write the generated classes but only the gwt core generator classes. none of my own custom generator classes output is written into it. Any clues as to what could be wrong ? 回答1: To do this, I am assuming you are using Eclipse with GWT plugin. right click on Gwt project Run As->Run Configuration, Select