Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-1048

Userguide Section 18.1.1 is missleading when describing ant task for deploment of par archive

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • jBPM 3.2.2
    • jBPM 3.1.4, jBPM 3.2.0
    • None
    • None
    • Low
    • Hide

      [...]
      Deploying a process archive with an ant task can be done as follows:

      <target name="deploy.par">
      <taskdef name="deploypar" classname="org.jbpm.ant.DeployProcessTask">
      <classpath -make sure the jbpm[version].jar is in this classpath--/>
      </taskdef>
      <deploypar par="build/myprocess.par" />
      </target>

      Show
      [...] Deploying a process archive with an ant task can be done as follows: <target name="deploy.par"> <taskdef name="deploypar" classname="org.jbpm.ant.DeployProcessTask"> <classpath - make sure the jbpm [version] .jar is in this classpath--/> </taskdef> <deploypar par="build/myprocess.par" /> </target>

      Section 18.1.1 in Userguide declares
      classname="org.jbpm.ant.DeployParTask"
      which does not exist.

      It must be called
      classname "org.jbpm.ant.DeployProcessTask"

            tom.baeyens Tom Baeyens (Inactive)
            holly77 Wolfgang Hollweck (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: