Thursday, December 30, 2010

Unknown argument: -style on Idea 7 with GWT 2.1.1

-Didea.launcher.port=7543 "-Didea.launcher.bin.path=C:\Program Files
(x86)\JetBrains\IntelliJ IDEA 7.0.5\bin" -Dfile.encoding=windows-1252 -
classpath "D:\gwt-2.1.1\gwt-dev-windows.jar;C:\Documents and Settings
\kirank\IdeaProjects\sample\src;C:\idea\IdeaProjects\sample\out
\production\sample;D:\gwt-2.1.1\gwt-user.jar;D:\gwt-2.1.1\gwt-
dev.jar;C:\Program Files (x86)\JetBrains\IntelliJ IDEA 7.0.5\lib
\idea_rt.jar" com.intellij.rt.execution.application.AppMain
com.google.gwt.dev.GWTShell -style DETAILED -out C:\idea
\.IntelliJIdea70\system\gwt\sample.29ab9f2d\run\www -gen C:\idea
\.IntelliJIdea70\system\gwt\sample.29ab9f2d\run\gen
sampleApp.SampleApp/index.html

Unknown argument: -style
Google Web Toolkit 2.1.1

GWTShell [-noserver] [-port port-number | "auto"] [-whitelist
whitelist-string] [-blacklist blacklist-string] [-logdir directory] [-
logLevel level] [-gen dir] [-bindAddress host-name-or-address] [-
codeServerPort port-number | "auto"] [-out dir] [url]

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
-bindAddress Specifies the bind address for the code server and
web server (defaults to 127.0.0.1)
-codeServerPort Specifies the TCP port for the code server
(defaults to 9997)
-out The directory to write output files into (defaults
to current)
and
url Automatically launches the specified URL

Process finished with exit code -1

I am running GWT 2.1.1 on JetBrains IDEA 7.0.5 on a 64bit Win machine.
Created a new (inbuilt) GWT Sample Application, but could not able to
run the app.
When I try to run the app, the above message comes up on the IDEA Run
view.

Am I missing configurations or something? I have my gwt-user/dev jars
added to the libs.

I tried figuring out where this -style was, but no luck.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment