birt
birt copied to clipboard
Eclipse BIRT™ The open source reporting and data visualization project.
Hello, When trying to generate a document with our Java application using birt 2.3.0 we get this error: _[11/08/22 22:40:41:345 GMT-10:00] 000002c0 odaconsumer E org.eclipse.birt.data.engine.odaconsumer.Driver doGetDriverManifest Cannot process data source...
I am getting an error when trying to access multiple BIRT reports, Accessed the first report after login the application and it loads correctly, then I tried to access another...
birt version : 4.9.0 my expression: replaceSubScript(row["tp"]) A javascript file is referenced in the report ``` function replaceSubScript(str) { if (!str && typeof(str)!="undefined" && str!=0) { return ""; } return...
Currently, there is no automated feature to publish the BIRT-Runtime to Maven. Wouldn't it be nice to fix this.
We have recently upgraded our product to use JDK11 and 4.9.0,after overcoming several issues we were able to run BIRT in our web application on our local Windows and Mac...
### Discussed in https://github.com/eclipse/birt/discussions/946 Originally posted by **jochenberger** April 19, 2022 Hi there, I'm getting the following exception when trying to create an XLSX report. The report contains an HTML...
I'm upgrading an old RCP application from Java 8 to Java 11 and as part of that, I'm upgrading the BIRT update site of https://download.eclipse.org/birt/update-site/2018-09-interim/ to https://download.eclipse.org/birt/update-site/4.9.0/ A feature of...
@wimjongman I'm getting this error again with 4.10 master: !ENTRY org.eclipse.equinox.launcher 4 0 2022-06-02 12:01:35.047 !MESSAGE Exception launching the Eclipse Platform: !STACK java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:476) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:589) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)...
Delete build/org.eclipse.birt.releng.util. Delete .sh and .xml files from build/org.eclipse.birt.releng.birtbuilder. Signed-off-by: Steve Schafer