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

问题构建WSO2治理注册表源代码,wso2,wso2carbon,Wso2,Wso2carbon,我一直在尝试根据从中签出的源代码构建WSO2治理注册表_http://svn.wso2.org/repos/wso2/carbon/platform/tags/4.0.5/products/greg/4.5.3"如网站所述, 运行pom.xml时出现以下错误 ------------------------------------------------------------------------ [INFO] Building WSO2 Governance Registry Source

我一直在尝试根据从中签出的源代码构建WSO2治理注册表_http://svn.wso2.org/repos/wso2/carbon/platform/tags/4.0.5/products/greg/4.5.3"如网站所述,

运行pom.xml时出现以下错误

------------------------------------------------------------------------
[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的存储库不存在。

如果你知道的话,任何人都可以建议一个替代的位置,或者任何其他成功建造它的方法


提前谢谢

你为什么要构建源代码?。这对新手来说有点困难。。 如果你真的需要它,你必须从这里结账[1] 而且需要建设

  • 依赖关系
  • 服务存根
  • 组成部分
  • 特征
  • 产品 在此之前,您需要构建相同版本的轨道[2]和内核[3]
[1] [2]
[3]

你好,拉塔。。谢谢你的回复。我需要定制治理注册中心以满足公司的需要。解决这个问题的最佳方法是什么?然后按照我之前的回答尝试构建..顺序是,轨道然后内核最后是平台..每个都有子模块..当你面临构建问题..你可以检查模块并克服..Do maven online build..mvn clean install-Dmaven.test.skip=trueHi Ratha,我要从指定位置签出,但它需要凭据才能连接。我尝试使用http链接。它仍在请求授权。我注册到该网站并尝试使用这些凭据,但它告诉我,我没有必要的特权。我试着浏览这个网站寻求帮助。我找到了这个链接,但与治理存储库相关的链接似乎都不起作用。。。请帮帮我。我没时间了。