已经使用了jbpm有一段时间了,但是一直都是在摸索中,总觉得jbpm是我们项目中的累赘,觉得这个应该是我还没有掌握其 精髓的缘故,所以想来学习,写此博客主要是记录一些学习过程中问题。
1、下载,略过,此次学习使用的是目前(2012-9-21)最新的版本,5.3.
2、安装eclipse插件
文档中有介绍,但是需要是eclipse3.6.1,我自己机器里面已经有eclpse了,文档中有介绍使用现有的eclpse的方法,但是说的不清不楚的,补充如下:
找到 jbpm-installer\build.properties搜索eclipse.home
修改
eclipse.home=./eclipse
成
eclipse.home=D:/tool/eclipse64indigojee/
然后再只用命令行进入jbpm-installer目录,然后执行
ant install.droolsjbpm-eclipse.into.eclipse
可以看见如下的提示信息:
Buildfile: E:\opensource\jbpm\jbpm-installer\build.xml
download.droolsjbpm.eclipse.check:
[echo] Checking jBPM and Drools Eclipse download ...
download.droolsjbpm.eclipse:
install.droolsjbpm-eclipse.into.eclipse:
[mkdir] Created dir: D:\tool\eclipse64indigojee\droolsjbpm-update-site
[unzip] Expanding: E:\opensource\jbpm\jbpm-installer\lib\org.drools.updatesi
te-5.4.0.Final-assembly.zip into D:\tool\eclipse64indigojee\droolsjbpm-update-si
te
[copy] Copying 4 files to D:\tool\eclipse64indigojee\features
[copy] Copying 5 files to D:\tool\eclipse64indigojee\plugins
[delete] Deleting directory D:\tool\eclipse64indigojee\droolsjbpm-update-site
至此打开eclpse就可以看见jbpm插件已经安装成功了。
文章详细记录了使用JBPM时的学习心得,并分享了如何在现有Eclipse环境中安装JBPM插件的过程,包括配置eclipse.home路径、执行antinstall命令等步骤,确保读者能够顺利安装并使用JBPM。
937

被折叠的 条评论
为什么被折叠?



