Thanks so much!
On Jun 16, 11:53 am, Chris Conroy <[email protected]> wrote: > On Wed, Jun 16, 2010 at 12:39 PM, Dan Billings <[email protected]> wrote: > > Hi- > > > I seem to be unable to figure out how to generate a GWT report in > > Eclipse. > > > Under "Debug Configurations" for "Web Application"It seems to me that > > it should be in the "Program arguments" section. However, when I do > > that I get this: > > > Unknown argument: -compileReport > > 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] > > > where > > -noserver Prevents the embedded web server from running > > -port Specifies the TCP port for the embedded web server > > (defaults to 8888) > > -whitelist Allows the user to browse URLs that match the > > specified regexes (comma or space separated) > > -blacklist Prevents the user browsing URLs that match the > > specified regexes (comma or space separated) > > -logdir Logs to a file in the given directory, as well as > > graphically > > -logLevel The level of logging detail: ERROR, WARN, INFO, > > TRACE, DEBUG, SPAM, or ALL > > -gen Debugging: causes normally-transient generated > > types to be saved in the specified directory > > -codeServerPort Specifies the TCP port for the code server > > (defaults to 9997) > > -server Specify a different embedded web server to run > > (must implement ServletContainerLauncher) > > -startupUrl Automatically launches the specified URL > > -war The directory into which deployable output files > > will be written (defaults to 'war') > > -extra The directory into which extra files, not intended > > for deployment, will be written > > -workDir The compiler's working directory for internal use > > (must be writeable; defaults to a system temp dir) > > and > > module[s] Specifies the name(s) of the module(s) to host > > > Can somebody take a minutes and spell this out for me? I would really > > appreciate it! > > You want to pass this option to the GWT compiler, not to Dev Mode. > Under eclipse, click the Red Toolbox icon to bring up the compiler > dialog, and then expand the "Advanced" section. Add -compileReport to > the additional compiler arguments. > > -- > Chris Conroy > Software Engineer > Google, Atlanta -- 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.
