0
Eclipse RCP 애플리케이션의 빌드를 자동화하려고합니다. 나는 이것에 tycho 플러그인으로 maven을 사용하기로 결정했다. 그러나 필자는 플러그인, 기능 및 제품을 만드는 자습서를 따랐습니다. 이 자습서를 따르면 http://mattiasholmqvist.se/2010/03/building-with-tycho-part-2-rcp-applications/은 약간 오래된 것으로 보입니다. 내 MVN을 실행할 때Maven이 기본 Eclipse 플러그인에서 타이코 네이처 런처 문제를 설치했습니다.
그러나 나는 얻을 설치합니다
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23.056s
[INFO] Finished at: Sat Aug 31 17:50:34 BST 2013
[INFO] Final Memory: 78M/411M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.18.1:product-export (default-product-export) on project com.hal
lahan.premierProduct: Product includes native launcher but no target environment was specified -> [Help 1]
[ERROR]
제품에서 내가 사용하는 네이티브 발사기의 선택을 취소하면 내가 다른 문제 얻을 :
이[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.18.1:product-export (default-product-export) on project com.hallahan.premierProduct : Execution default-product-export of goal org.eclipse.tycho:tycho-packaging-plugin:0.18.1:product-export failed: Could not resolve plugin org.eclipse.core.resources.win32.x86_64_null; Path to dependency: -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR]
어떤 도움이 좋을 것을 도움이나 조언을 통해 이러한 문제 중 하나를 해결하는 것이 큰 도움이 될 것입니다.