首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在eclipse中构建JBPM

在eclipse中构建JBPM
EN

Stack Overflow用户
提问于 2011-03-21 14:48:56
回答 1查看 1.2K关注 0票数 0

我正在尝试在Eclipse IDE.i中构建JBPM。我在linux.i中使用eclipse Helios Service Release 2和jdk1.5。我在shell中使用命令" [user@localhost jbpm4]$ maven clean install,但我得到了这个错误。

代码语言:javascript
复制
[user@localhost jbpm4]$ mvn clean install
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   jBPM 4
[INFO]   jBPM 4 - Log
[INFO]   jBPM 4 - API
[INFO]   jBPM 4 - Test Base
[INFO]   jBPM 4 - PVM
[INFO]   jBPM 4 - jPDL
[INFO]   jBPM 4 - Integration
[INFO]   jBPM 4 - Integration SPI
[INFO]   jBPM 4 - Integration JBoss 5
[INFO]   jBPM 4 - Integration JBoss 4
[INFO]   jBPM 4 - Integration Console
[INFO]   jBPM 4 - Integration Form Plugin
[INFO]   jBPM 4 - Integration GraphView Plugin
[INFO]   jBPM 4 - Integration Reports
[INFO]   jBPM 4 - Examples
[INFO]   jBPM 4 - Test DB
[INFO]   jBPM 4 - Test POJO
[INFO]   jBPM 4 - Migration - Tool
[INFO] ------------------------------------------------------------------------
[INFO] Building jBPM 4
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing /home/user/Nitin/Jbpm/jbpm4/pom.xml to /home/user/.m2/repository/org/jbpm/jbpm4/jbpm/4.0/jbpm-4.0.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building jBPM 4 - Log
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/user/Nitin/Jbpm/jbpm4/modules/log/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 9 source files to /home/user/Nitin/Jbpm/jbpm4/modules/log/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/user/Nitin/Jbpm/jbpm4/modules/log/src/main/java/org/jbpm/internal/log/LogFormatter.java:[14,7] error while writing org.jbpm.internal.log.LogFormatter: /home/user/Nitin/Jbpm/jbpm4/modules/log/target/classes/org/jbpm/internal/log/LogFormatter.class (No such file or directory)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11 seconds
[INFO] Finished at: Mon Mar 21 12:18:41 IST 2011
[INFO] Final Memory: 14M/26M
[INFO] ------------------------------------------------------------------------

请帮助我如何使用eclipse ide构建Jbpm。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2011-04-03 05:38:27

主干在命令行中对我有效:

svn co http://anonsvn.jboss.org/repos/jbpm/jbpm4/trunk cd干线/ mvn干净安装

您使用的是哪个版本?

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

https://stackoverflow.com/questions/5374621

复制
相关文章

相似问题

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