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#4163227

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163227
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to