Mryqu's Notes


  • 首页

  • 搜索
close

Activiti Designer开发环境配置

时间: 2015-03-27   |   分类: workflow     |   阅读: 185 字 ~1分钟
  1. Download eclipse-modeling-juno-SR2-win32-x86_64.zip,eclipse-rcp-juno-SR2-win32-x86_64.zip and extract to the sameeclipse folder Use Eclipse juno instead of kepler which can easily consume your day!!!
  2. Add Eclipse Graphiti SDK 0.10.1 from update site http://archive.eclipse.org/graphiti/updates/0.10.1/
  3. Add the following location as source code repository: https://github.com/Activiti/Activiti-Designer Activiti Designer开发环境配置 Activiti Designer开发环境配置
  4. Import Maven project - Activiti Designer Activiti Designer开发环境配置 Activiti Designer开发环境配置
  5. Open a console and navigate to the directory of your Eclipseworkspace and then into the org.activiti.designer.parent directory,which is of course the directory of the project with the same name.Now perform the following Maven commands:
    mvn clean eclipse:clean
    mvn eclipse:eclipse
    
  6. Go back to Eclipse, select all of the projects, right click andchoose Refresh. The information set by Maven will now be picked upby Eclipse.
  7. Solve issue at Activiti-Designer\examples\text-export-marshaller\pom.xml then update Maven projects:change “5.15.0-SNAPSHOT” to"5.16.0-SNAPSHOT"
  8. Now you have a environment without compilation errors. Activiti Designer开发环境配置
  9. The Activiti Designer still can’t run successfully by now. To solve the issue Eclipse plug-in unable to instantiate class “org.activiti.designer.eclipse.editor.ActivitiDiagramEditor”,add the missing jars inActiviti-Designer\org.activiti.designer.libs\META-INF\MANIFEST.MF re-written by the mvn eclipse:eclipse process Activiti Designer开发环境配置
  10. To run Designer, right click the org.activiti.designer.eclipseproject and choose Run as -> Eclipse application.

Reference

Activiti Designer Developer Guide
Compiling github activiti-designer project
Eclipse plug-in unable to instantiate class “org.activiti.designer.eclipse.editor.ActivitiDiagramEditor”

标题:Activiti Designer开发环境配置
作者:mryqu
声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 3.0 CN 许可协议。转载请注明出处!

#activiti# #designer# #bpmn#
函数式编程笔记
[OpenUI5] set required field in form element
  • 文章目录
  • 站点概览

Programmer & Architect

662 日志
27 分类
1472 标签
GitHub Twitter FB Page
    • Reference
© 2009 - 2023 Mryqu's Notes
Powered by - Hugo v0.120.4
Theme by - NexT
0%