首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >问题构建WSO2治理注册表源代码

问题构建WSO2治理注册表源代码
EN

Stack Overflow用户
提问于 2013-04-17 14:31:56
回答 1查看 260关注 0票数 0

正如网站中提到的,我一直在尝试从“_http://svn.wso2.org/repos/wso2/carbon/platform/tags/4.0.5/products/greg/4.5.3”签出的源代码构建_治理注册中心。

运行pom.xml时,我会得到以下错误

代码语言:javascript
复制
------------------------------------------------------------------------
[INFO] Building WSO2 Governance Registry Source 4.5.3
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- incremental-build-plugin:1.3:incremental-build (default) @ wso2greg-src ---
[INFO] Verifying module descriptor ...
[INFO] Verifying parent modules...
[INFO] Verifying resources...
[INFO] Resources directory does not exist : H:\WorkSpace_1\WSO2\modules\source\src\main\resources
[INFO] Verifying sources...
[INFO] No sources to check ...
[INFO] 
[INFO] --- maven-antrun-plugin:1.1:run (clean-checkout) @ wso2greg-src ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-svn-revision-number-plugin:1.1:revision (default) @ wso2greg-src ---
[INFO] 
[INFO] --- gmaven-plugin:1.0-rc-5:execute (default) @ wso2greg-src ---
[INFO] 
[INFO] --- exec-maven-plugin:1.1.1:exec (default) @ wso2greg-src ---
[INFO] svn: E160013: '/repos/wso2/!svn/rvr/170534/branches/solutions/governance/4.5.3' **path not found**
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.125s
[INFO] Finished at: Wed Apr 17 19:37:22 IST 2013
[INFO] Final Memory: 7M/12M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.1.1:exec (default) on project wso2greg-src: Result of cmd.exe /X /C "svn co -r170329 _https://svn.wso2.org/repos/wso2/branches/solutions/governance/4.5.3 checkout" execution is: '1'. -> [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/MojoExecutionException

我尝试手动访问提到的存储库位置'_https://svn.wso2.org/repos/wso2/branches/solutions/governance/4.5.3‘,但是不存在一个版本号为4.5.3的存储库。

如果你知道的话,有谁能建议一个替代的位置,或者任何其他的方法来成功地建造它。

提前谢谢!!

EN

回答 1

Stack Overflow用户

发布于 2013-04-17 16:13:20

你为什么要构建source?..It对于一个新手来说有点困难。如果您真的需要它,您必须从here1签出,并需要构建

  • 依赖关系
  • 服务存根
  • 组件
  • 特性
  • 在此之前,您需要构建相同版本的orbit2和kernel3。

1 2 3

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/16062862

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档