Action to generate GWT Compile Report
August 19th, 2010 by Nikolay ChashnikovIf you use GWT Compile Reports to analyze your GWT Application IntelliJ IDEA 10 will make this task easier. Using Tools | Generate GWT Compile Report action you can now generate a report and open it in the browser directly from IntelliJ IDEA:


December 1st, 2011 at 6:00 am
Hi,
I get out of memory error where can I define the -Xmx flag for the compile report ?
December 1st, 2011 at 7:44 am
Hello,
this action uses GWT Facet settings for GWT compiler, so you can go to File -> Project Structure -> ‘Modules’ -> GWT facet node under a module node, and increase value in ‘Compiler maximum heap size’ field.