Steve Schafer

Results 7 issues of Steve Schafer

@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

In trying to track down where scripts are executed (both ant builds and other scripts), I see there are some scripts in build/org.eclipse.birt.releng.birtbuilder and build/org.eclipse.birt.releng.util that are not called anywhere....

Replace common/org.apache.derby.core with common/org.apache.derby using the latest derby in maven Signed-off-by: Steve Schafer

Vulnerability in Apache Derby prior to 10.12.1.1. https://nvd.nist.gov/vuln/detail/CVE-2015-1832#match-6066870 https://issues.apache.org/jira/browse/DERBY-6807 it is fixed in 10.12.1.1

I think it would be great to upgrade the ancient Rhino javascript library to GraalJS. There would be many benefits to doing this including full ECMA compliance, improved performance, and...

I have a client that wants to disable multi-sheet generation in the xlsx emitter. Coincidentally, this bug was just created yesterday: https://bugs.eclipse.org/bugs/show_bug.cgi?id=573117 The spudsoft emitter recognizes a render option "SINGLE_SHEET",...