[jira] [Commented] (OFBIZ-12231) Birt Plugin - PDF Error

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-12231) Birt Plugin - PDF Error

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-12231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338840#comment-17338840 ]

Jacques Le Roux commented on OFBIZ-12231:
-----------------------------------------

But that works with me :)

{code:java}
 birt/build.gradle | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/birt/build.gradle b/birt/build.gradle
index 0ce984e1..7522c6cc 100644
--- a/birt/build.gradle
+++ b/birt/build.gradle
@@ -18,6 +18,10 @@
  */
 
 dependencies {
+    pluginLibsCompile('org.eclipse.birt.runtime:org.eclipse.birt.runtime:4.2.2') {
+        exclude group: 'org.eclipse.birt.runtime.3_7_1', module: 'derby'
+        exclude group: 'org.eclipse.birt.runtime.3_7_1', module: 'org.apache.batik.pdf'
+    }
     pluginLibsCompile('org.eclipse.birt.runtime:viewservlets:4.5.0') {
         exclude group: 'org.eclipse.birt.runtime.3_7_1', module: 'derby'
         exclude group: 'org.eclipse.birt.runtime.3_7_1', module: 'org.apache.batik.pdf'

{code}


> Birt Plugin - PDF Error
> -----------------------
>
>                 Key: OFBIZ-12231
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12231
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: birt
>    Affects Versions: Trunk
>            Reporter: Ingo Wolfmayr
>            Priority: Major
>         Attachments: birt.patch
>
>
> Birt PDF Reports do not work.
> https://demo-trunk.ofbiz.apache.org/birt/control/chartViewHandler



--
This message was sent by Atlassian Jira
(v8.3.4#803005)