[jboss-user] [JBoss jBPM] - deploy process using ant task (org.jbpm.ant.DeployParTask)
lethrech
do-not-reply at jboss.com
Thu May 17 14:15:59 EDT 2007
salam,
i want to deploy a process using ant task, i use jbpm3.1.3 with jboss4.0.4GA, but i dont found the class org.jbpm.ant.DeployParTask
where can i find it?
i use the following task:
<path id="classpath">
| <pathelement path="target/classes" />
| <fileset dir="D:/D/setups/jboss_jbpm/jbpm-starters-kit-3.1.3/jbpm-starters-kit-3.1.3/jbpm/lib" includes="**/*.jar" />
| <fileset dir="C:/apache-ant-1.6.5/lib" includes="**/*.jar" />
| <fileset dir="D:/D/setups/jboss_jbpm/jbpm-starters-kit-3.1.3/jbpm-starters-kit-3.1.3/jbpm/build" includes="**/*.jar" />
| </path>
|
| <target name="deploy.par">
| <taskdef name="deploypar" classname="org.jbpm.ant.DeployParTask">
| <classpath refid="classpath" />
| </taskdef>
|
| <deploypar par="C:/deployProcess/testProcess.par" />
| </target>
think you
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046589#4046589
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046589
More information about the jboss-user
mailing list