From: <php...@li...> - 2010-07-31 11:08:48
|
Hi Jason, > I updated the birtEngine.jar [...], updated the orginal index.php [...] In this same directory I > added all the example php files and birt report designs that are used with > them. I also added a folder named birtreportlib, that shows how to use birt > libraries with the Bridge. okay > Next I updated the unsupported/eclispe.birt.lib folder to have the most > recent birt 2.6 libraries > I also updated the unsupported/platform directory to contain the latest > plugins and configuration directories. okay > I assume the birtEngine.jar will wind up in the /WEB-INF/lib directory with > the libs from the unsupported/eclipse.birt.lib libs? Yes -- I also thought about moving your org/eclipse/birt/php/birtengine/BirtEngine.java to the src ("server") directory, to make it easier to build a customized birtEngine.jar. In this case the birtEngine.jar can be removed, the BirtEngine.java should contain a copyright notice (license is MIT?) and we need to add an ant task to build birtEngine.jar. Regards, Jost Bökemeier |