2015-12-17 34 views
1

我有以下問題。 我下載了camunda webapp項目的zip文件並將其導入到Intellij。現在我試圖編譯它,但它不適合我。無法編譯camunda 7.4 webapp

沒有與pom.xml文件

<version>7.4.2-SNAPSHOT</version> 
    <relativePath>../camunda-bpm-platform/database</relativePath> 

當我嘗試執行的Maven清理命令以下部分的問題,在命令行中說:

[INFO] Scanning for projects... 
[ERROR] The build could not read 1 project -> [Help 1] 
[ERROR] 
[ERROR] The project org.camunda.bpm.webapp:camunda-webapp:7.4.2-SNAPSHOT (C:\Users\me\IdeaProjects\camunda-bpm-webapp-7.4\webapp\pom.xml) has 1 error 
[ERROR]  Non-resolvable parent POM for org.camunda.bpm.webapp:camunda-webapp-root:7.4.2-SNAPSHOT: Failure to find org.camunda.bpm:camunda-database-settings:pom:7.4.2-SNAPSHOT in https://app.camunda.com/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of camunda-nexus has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ org.camunda.bpm.webapp:camunda-webapp-root:7.4.2-SNAPSHOT, C:\Users\me\IdeaProjects\camunda-bpm-webapp-7.4\pom.xml, line 10, column 11 -> [Help 2] 
[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/ProjectBuildingException 
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException 

Process finished with exit code 1 

有誰知道,什麼都可以它有錯嗎?

+0

是否可以共享下載的zip文件?將幫助我們避免在http://camunda.com/trial/download/註冊的麻煩 –

+0

我的意思是我下載了它從GitHub https://github.com/camunda/camunda-bpm-webapp/tree/7.4 – piechos

+0

當我從混帳克隆它有可能編譯主分支(但後來因爲它說,它需要camunda引擎,我不能部署它 - 我提供的,但它是7.4的版本,所以可能這就是爲什麼)。但是當我切換到分支7.4時,我無法編譯它。請幫助 – piechos

回答

2

如果要構建當前的7.5.0-SNAPSHOT,請檢查master分支。如果您想構建7.4.0版本的webapp,請查看標籤7.4.07.4分支不能使用公共可用的依賴關係單獨構建。

+0

我可以通過哪些網址訪問該應用。我部署,但主URL爲http://本地主機:8080/camunda-web應用-的jboss-獨立-7.4.0 /它顯示未找到錯誤 – piechos

0

好的,我成功編譯,但現在當我去到url http://localhost:8080/camunda我得到錯誤消息沒有找到流程引擎。如果沒有流程引擎,camunda Webapp無法運行。

我在我的jboss服務器上部署了引擎休息戰。 有人知道它有什麼問題嗎?

+0

如果以前的答案來解決你的問題,你應該接受這個答案。這篇文章將更好地被要求作爲一個單獨的問題,應包括實際的錯誤信息的更多細節。 –