[jboss-user] [JBoss jBPM] - Re: jbpm-bpel. Deploy new process
alex.guizar@jboss.com
do-not-reply at jboss.com
Wed Jul 9 04:52:07 EDT 2008
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
More information about the jboss-user
mailing list