JBoss Community

JBPM : couldn't deploy process archives : null

created by Vinay N in jBPM Development - View the full discussion

Hello Friends,

 

I want deploy process defination using ant in JBPM.

 

In that deployment process I am facing this error :

             

[deployToServer] deploying par ...

 

BUILD FAILED

F:\JBPM_NEW_GRAILS_WORKSPACE\jbpm5webexample\build.xml:43: couldn't deploy process archives : null

 

My Build.xml file is

For process Deployment in build.xml entry are :

      <target name="deployProcess" description="deploys the process definition">

           <echo>Deploy the process definition</echo>

           <taskdef name="deployToServer" classname="org.jbpm.ant.DeployProcessToServerTask">

                <classpath refid="exec-classpath"/>

           </taskdef>

      <deployToServer username="root" password="root" serverDeployer="/jbpm5webexample/TaskProcessServlet?action=CreateProcess">

           <fileset dir="${basedir}/src/main/resources" includes="*"/>

      </deployToServer>

      <deployToServer>

           <fileset dir="${basedir}/src/main/resources" includes="*"/>

      </deployToServer>

     </target>


      <path id="exec-classpath">

                <pathelement path="target/classes" />

                <fileset dir="F:/jbpm-jpdl-3.2.3/lib" includes="**/*.jar" />

                <fileset dir="F:/jbpm-jpdl-3.2.3/" includes="**/*.jar" />

                <fileset dir="C:/java/apache-ant-1.8.1/lib" includes="**/*.jar" />

                <fileset dir="F:/JBPM_NEW_GRAILS_WORKSPACE/jbpm5webexample/src/main/webapp/WEB-INF/lib" includes="**/*.jar" />

                <fileset dir="F:/JBPM_NEW_GRAILS_WORKSPACE/jbpm5webexample/target/jbpm5webexample/WEB-INF/lib" includes="**/*.jar" />

           </path>


Can anybody please help me in solving this error.

 


Reply to this message by going to Community

Start a new discussion in jBPM Development at Community