1 Reply Latest reply on Mar 10, 2006 12:52 PM by jbpmndc

    Any documentation about websale example

    satishpatil

      Hi,

      I am new to JBPM. Where can any doc( deploy, what is about) about Websale application.

      Thx,
      Satish Patil

        • 1. Re: Any documentation about websale example
          jbpmndc


          I got up and running by creating an ant task that runs the websale. I added this to the build.xml file.

          <target name="websale" >
           <junit printsummary="yes" haltonfailure="yes">
           <test name="org.jbpm.websale.WebsaleTest" haltonfailure="no" outfile="result">
           <formatter type="plain"/>
           </test>
           <classpath refid="classpath" />
           </junit>
           </target>