-style option for DevMode has been removed in the latest release. It's there only for Compiler class which would compile our Java source to JS. You can make use of that while compiling for seeing the JS code in detailed mode.
On Apr 9, 1:54 pm, Henrique Viecili <[email protected]> wrote: > Are you talking about GWT 2.0 or previous versions? Last time I tried > to use the -style property in GWT 2.0 I got an error message in > compilation time telling me this: > > Unknown argument: -style > Google Web Toolkit 2.0.0 > DevMode [-noserver] [-port port-number | "auto"] [-whitelist whitelist- > string] [-blacklist blacklist-string] [-logdir directory] [-logLevel > level] [-gen dir] [-codeServerPort port-number | "auto"] [-server > servletContainerLauncher] [-startupUrl url] [-war dir] [-extra dir] [- > workDir dir] module[s] > > And I've done a little search in the forums and it seems this property > was removed from GWT 2.0... unfortunately. > > att. > Henrique Viecili > > On Apr 7, 3:21 pm, mariyan nenchev <[email protected]> wrote: > > > If you are using Google eclipse plugin when you go to Run Configuration and > > create new Web Application configuration on the second "GWT" tab there are > > settings for compilation type. If you are using gwt-maven plugin just add > > -Dgwt.style=DETAILED (or something like that, see the plugin documentation > > for sure). > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
