[ 
https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chatree Srichart updated OFBIZ-2347:
------------------------------------

    Description: 
I have component for use Eclipse BIRT as report builder.
Features:
1. BIRT View Handler
2. BIRT Email Service

I hope contributers contribute it to trunk.

INSTALLATION
1. download birt.zip from attachment file
2. extract birt.zip
3. copy birt folder to hot-deploy folder
4. download Eclipse BIRT runtime from 
http://download.eclipse.org/birt/downloads/
5. extract birt-runtime-x_x_x.zip
6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to 
hot-deploy/birt/lib folder
7. change birt.engine.home property in hot-deploy/birt/config/birt.properties 
to your ReportEngine path in birt-runtime_x_x_x folder
8. add birt-container in ofbiz-container.xml file after beanshell-container 
container like this
<container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
        <property name="delegator-name" value="default"/>
        <property name="dispatcher-name" value="birt-dispatcher"/>
        <property name="delegator-group-helper-name" value="org.ofbiz"/>
    </container>
9. compile birt component
10. start ofbiz

  was:
I have component for use Eclipse BIRT as report builder.
Features:
1. BIRT View Handler
2. BIRT Email Service

I hope contributers contribute it to trunk.

INSTALLATION
1. copy birt component to hot-deploy folder
2. download Eclipse BIRT runtime from <a 
href="http://download.eclipse.org/birt/downloads/";>download</a>
3. extract birt-runtime-x_x_x.zip
4. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to 
hot-deploy/birt/lib folder
5. change birt.engine.home property in hot-deploy/birt/config/birt.properties 
to your ReportEngine path in birt-runtime_x_x_x folder
6. add birt-container in ofbiz-container.xml file after beanshell-container 
container like this
<container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
        <property name="delegator-name" value="default"/>
        <property name="dispatcher-name" value="birt-dispatcher"/>
        <property name="delegator-group-helper-name" value="org.ofbiz"/>
    </container>
7. compile birt component
8. start ofbiz


> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>             Fix For: SVN trunk
>
>         Attachments: birt.zip
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from 
> http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to 
> hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties 
> to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container 
> container like this
> <container name="birt-container" 
> class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to