4 Replies Latest reply on Aug 7, 2006 5:04 AM by kvak_tnt

    BPEL: ServiceGeneratorTask WebDeployTask cannot be found

    kvak_tnt

      Hi there!

      I have downloaded the BPEL for jBPM. Now I have a small but "therefore system not working" Problem...


      Following (original) Code:

      doc/examples/process.template.xml
       <!-- ======================== -->
       <!-- === TASK DEFINITIONS === -->
       <!-- ======================== -->
      
       <taskdef name="webdeploy" classname="org.jbpm.bpel.ant.WebDeployTask">
       <classpath refid="webtask.classpath" />
       </taskdef>
       <taskdef name="servicegen" classname="org.jbpm.bpel.ant.ServiceGeneratorTask">
       <classpath refid="servicegen.classpath" />
       </taskdef>
      

      Resulting Error:
      taskdef class org.jbpm.bpel.ant.WebDeployTask cannot be found
      taskdef class org.jbpm.bpel.ant.WebDeployTask cannot be found


      next Code:
      doc/examples/build.xml
       <taskdef name="webdbschema" classname="org.jbpm.bpel.ant.WebDBSchemaTask">
       <classpath refid="webtask.classpath" />
       </taskdef>
      


      taskdef class org.jbpm.bpel.ant.WebDBSchemaTask cannot be found


      All of them are big problems, because I cannot build or create a schema


      Does anyone know a sollution for this? That would be great!

      Thanks in Advance!

      Claus