GWT Compile Report Follow
Why do I have to look in my Intellij cache to view my GWT 2.0 Compile Report?
I find it very odd that all my GWT output is in a place that is very hard to see. I would like to see the files that are used to run my program, or see the output of my compulation. Why is this not located in the output directiory like class files are for normal java classes?
Can someone please explain why GWT Plugin was designed this way?
--Jeff
Please sign in to leave a comment.
You can specify any output directory for GWT Compile Report by using -extra parameter of GWT compiler.
Usually you don't need to look into that output directory. If you need to use files generated by GWT compiler you can include 'GWT Compiler output'
element into an artifact and these files will be copied to the artifact's output.
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"