看了jbpm的资料有两天了一直没有头绪,一直连oracle的sql脚本都不能ant出来,郁闷死了
刚刚一个不留神儿竟然搞定了,就发出来大家一起看看咯
基本环境:
jdk : jdk1.5.0_06
jbpm : jbpm-starters-kit-3.1.2
ant : apache-ant-1.5.4
配置好$ANT_HOME和$JAVA_HOME等环境变量
解压jbpm-starters-kit-3.1.2,我的解压完毕路径为E:\datum\jbpm\jbpm-starters-kit-3.1.2\
进入E:\datum\jbpm\jbpm-starters-kit-3.1.2\下,把 jbpm 文件夹改名为 jbpm.3
进入E:\datum\jbpm\jbpm-starters-kit-3.1.2\jbpm.3\下 修改 build.properties 文件
修改如下:
# jbpm.version only used for creating javadocs and the distribution package
jbpm.version=3.1.2
# ant.home is only used in the ant.install.libs target for copying the junit and clover libs(对应的ANT_HOME)
ant.home=E:/datum/ant/apache-ant-1.5.4
# jbpm.home is only to allow build scripts to open the browser with the html test results(对应的JBPM_HOME)
jbpm.home=E:/datum/jbpm/jbpm-starters-kit-3.1.2/jbpm.3
# jboss config proper only used for deployment(对应的JBOSS,本人现在还没有jboss所以没有设置,不会影响生成oracle脚本)
jboss.home=c:/software/jboss-4.0.3
jboss.version=4.0.x
jboss.source.configuration=default
# for creating the distribution
jbpm.gpd.version=3.0.4
在E:\datum\jbpm\jbpm-starters-kit-3.1.2\jbpm-db\oracle\lib 放入class12.jar
通过控制台 cd 到 E:\datum\jbpm\jbpm-starters-kit-3.1.2\jbpm-db 下 执行 ant oracle.scripts 就会在
E:\datum\jbpm\jbpm-starters-kit-3.1.2\jbpm-db\build\oracle\scripts 生成oracle的脚本了