2014-12-19 5 views
1

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 

답변

3

하게 IntelliJ IDEA 번들 플러그인 제품 만 함께 배포, 그들은 개별적으로 업데이트되지 않습니다.

실제로 IntelliJ IDEA 14의 GWT 플러그인은 GWT 2.7을 지원하도록 완전히 업데이트되었습니다. 실행기 디렉토리에 대해이 오류가 발생하면 정확히 무엇을하고 있습니까?

+0

GWT 2.7에 대한 릴리즈 노트에 관해서는 우리는 -launcherDir을 수퍼 dev 모드 매개 변수로 사용하고 있지만 필자는이 파일을 puit 할 때 오류가 발생합니다. 만약에 maven plugin에서 실행하면 통과 할 것입니다! – Nav

+0

이 매개 변수를 어디에 넣으시겠습니까? – yole

+0

"Dev Mode Parameter"앞에 실행/디버그 구성 (GWT 구성) 창 – Nav

1

사실이 질문은 개별적으로 intellij 플러그인을 업그레이드하거나 IDE 업데이트로 업데이트 할 수 있습니까?

다양합니다. 대부분의 번들 플러그인은 전체 IDE 자체가 업데이트 될 때만 업데이트됩니다. 다른 JetBrains 생성 된 플러그인은 별도로 업데이트됩니다. 일반적으로 시작시에는 "업데이트 준비가 된 플러그인"경고 상자에 업데이트가있는 모든 플러그인이 나열됩니다. 또한 설정의 플러그인 섹션으로 이동하여 사용 가능한 플러그인이 있는지 확인할 수 있습니다. 업데이트를 사용할 수있는 플러그인에는 아이콘이 표시됩니다.

어떤 버전의 IDEA 14를 ​​실행하고 있습니까? 12 월 8 일에 릴리스 된 IDEA-132009 GWT 2.7.0-beta1 superDevMode doesn't compilefixed in version 14.0.2입니다. v14.0.3 EAP (Early Access Program) 빌드 139.791에서 수정 된 IDEA-133522 GWT compile fails in IDEA with GWT 2.7.0IDEA-133247 GWT Super Dev Mode ignores inherited public folders 문제가 수정되었습니다. download the EAP version 또는 v14.0.3이 정식으로 출시 될 때까지 기다릴 수 있습니다. 참고로 EAP 버전을 항상 실행합니다. 그들은 대개 매우 안정적입니다. 이러한 문제가 귀하의 문제를 해결할 수 있습니다.

+0

139.791을 사용하고 있습니다. – Nav