2013-04-17 31 views
0

我一直在嘗試從源自「_http://svn.wso2.org/repos/wso2/carbon/platform/tags/4.0」簽出的源代碼構建WSO2治理註冊表。 5/products/greg/4.5.3',如網站所述。構建WSO2治理註冊表源代碼問題

我收到以下錯誤,同時運行的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/治理/ 4.5.3「,但版本號爲4.5.3的存儲庫不存在。

任何人都可以建議一個替代位置,如果你知道,或任何其他方式來成功地建立它。

在此先感謝!

回答

0

爲什麼你想構建源?..這是有點困難的新手.. 如果你真的需要它,你必須採取結帳從這裏[1] 和需要建立

  • 依賴
  • 服務存根
  • 組件
  • 功能
  • 產品 之前,你需要建立軌道[2],柯rnel [3]相同版本的

[1] https://svn.wso2.com/wso2/custom/projects/projects/carbon/4.0.0/platform/tags/4.0.5/ [2] https://svn.wso2.com/wso2/custom/projects/projects/carbon/4.0.0/orbit/tags/4.0.5/ [3] https://svn.wso2.com/wso2/custom/projects/projects/carbon/4.0.0/kernel/tags/4.0.5/

+0

拉瑟嗨..感謝您的答覆。我需要定製治理註冊表以適應我公司的需求。解決這個問題的最好方法是什麼? – user2291156

+0

然後嘗試建立指向我以前的答案..秩序,軌道,然後內核終於平臺..每個有子模塊..當你面臨生成問題..你可以檢查模塊,並克服..Do maven在線建設..# mvn乾淨安裝-Dmaven.test.skip = true – Ratha

+0

嗨Ratha,我綁定檢查從指定的位置,但它需要憑證連接。 – user2291156