1 Reply Latest reply on Nov 23, 2011 7:33 AM by tsurdilovic

    (JBPM5)jbpm-console Report problem--how to install birt

    jimmy.dongjia

      I have installed jbpm successfully,but didn't download birt .Now I want to use report function,and i downloaded birt-runtime-2_3_2_2.zip,please tell me how to do can install birt and make report work?

      I move birt-runtime-2_3_2_2.zip to jbpm-installer\lib,and open command execute "ant install.reporting.into.jboss",but it didn't work.

      Thanks!!

        • 1. Re: (JBPM5)jbpm-console Report problem--how to install birt
          tsurdilovic

          Maybe your birt zip file was not downloaded fully? In $jbpm-installer-dir/build.properties you can set

           

          jBPM.birt.download=true

           

          and then run

           

          ant clean.demo

          ant install.demo

          ant start.demo

           

          This should install the birt runtime in $jbpm-installer-dir/$jboss-as/server/default/data directory correctly.

           

          Regarding >> but it didn't work <<

          You are going to have to be a little more specific on this one

           

          Hope this helps.