intellij 14에서 특정 플러그인 업그레이드를 수행 할 수있는 옵션이 없습니다. GWT 2.7에는 GWT 2.7에서 -launcherDir과 같은 새로운 수퍼 모드 매개 변수가 있으므로 아마 GWT 2.6 용으로 배포됩니다. 현재 Intellij (v14)에서 "Unknown argument : -launcherDir"오류가 발생했습니다.Intellij IDEA 용 GWT 플러그인
그래서 다음 Intellij IDEA 버전 업데이트를 기다리거나 GWT 플러그인을 완전히 GWT2.7로 업그레이드 할 수 있습니까?
사실이 질문은 개별적으로 intellij 플러그인을 업그레이드하거나 IDE 업데이트로 업데이트 될 수 있습니까?
Thnx이
이 오류 로그입니다 :
Unknown argument: -LauncherDir
Google Web Toolkit 2.7.0
DevMode [-[no]startServer] [-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"] [-[no]superDevMode] [-server servletContainerLauncher[:args]] [-startupUrl url] [-war dir] [-deploy dir] [-extra dir] [-modulePathPrefix ] [-workDir dir] [-XmethodNameDisplayMode NONE | ONLY_METHOD_NAME | ABBREVIATED | FULL] [-sourceLevel [auto, 1.6, 1.7]] [-XjsInteropMode [NONE, JS, CLOSURE]] [-[no]incremental] module[s]
where
-[no]startServer Starts a servlet container serving the directory specified by the -war flag. (defaults to ON)
-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 for classic Dev Mode or 9876 for Super Dev Mode)
-[no]superDevMode Runs Super Dev Mode instead of classic Development Mode. (defaults to ON)
-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')
-deploy The directory into which deployable but not servable output files will be written (defaults to 'WEB-INF/deploy' under the -war directory/jar, and may be the same as the -extra directory/jar)
-extra The directory into which extra files, not intended for deployment, will be written
-modulePathPrefix The subdirectory inside the war dir where DevMode will create module directories. (defaults empty for top level)
-workDir The compiler's working directory for internal use (must be writeable; defaults to a system temp dir)
-XmethodNameDisplayMode Emit extra information allow chrome dev tools to display Java identifiers in many places instead of JavaScript functions.
-sourceLevel Specifies Java source level (defaults to auto:1.7)
-XjsInteropMode Specifies JsInterop mode, either NONE, JS, or CLOSURE (defaults to NONE)
-[no]incremental Compiles faster by reusing data from the previous compile. (defaults to ON)
and
module[s] Specifies the name(s) of the module(s) to host
GWT 2.7에 대한 릴리즈 노트에 관해서는 우리는 -launcherDir을 수퍼 dev 모드 매개 변수로 사용하고 있지만 필자는이 파일을 puit 할 때 오류가 발생합니다. 만약에 maven plugin에서 실행하면 통과 할 것입니다! – Nav
이 매개 변수를 어디에 넣으시겠습니까? – yole
"Dev Mode Parameter"앞에 실행/디버그 구성 (GWT 구성) 창 – Nav