How about Ant? It is not documented in the user guide but the bpel-build.xml file shows
the available ant tasks.
<taskdef name="deployprocess"
| classname="org.jbpm.bpel.tools.ant.DeploymentTask"
| classpathref="jbpm.bpel.tools.path" />
| <deployprocess processarchive="${output.dir}/${module.name}.zip" />
You can find this file in jbpm-bpel-1.1.GA/examples/common
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163227#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...