Build failed in Jenkins: POI » POI-DSL-API-Check #17

2020-09-21 Thread Apache Jenkins Server
See Changes: [Andreas Beeker] Fix Ant javascript issues -- [...truncated 2.57 KB...] No changes for https://svn.apache.org/repos/asf/poi/site/src/documentation

Jenkins build is back to normal : POI » POI-DSL-1.15 #10

2020-09-21 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Build failed in Jenkins: POI » POI-DSL-Maven #27

2020-09-21 Thread Apache Jenkins Server
See Changes: [Andreas Beeker] Fix Ant javascript issues -- [...truncated 827.12 KB...] [INFO] Changes detected - recompiling the module! [INFO] Compiling 4674 sourc

Productivity in the Open Source projects

2020-09-21 Thread Edna Dias Canedo
Dear all, Me and a group of researchers from University of Brasilia (UnB - Brazil) are investigating how the pandemic caused by COVID-19 is affecting the productivity and well-being of employees of Open Source projects hosted on GitHub. To that end, I ask you to complete a short survey on this sub

Re: Factory clean up

2020-09-21 Thread Andreas Beeker
Hi Yegor, I hoped there would be some OSGI magic with the "Provide-Capability" manifest entries [2], but I guess you've tried that all. WRT your approach ... I see two implementation options: a) register the providers by user code - as you sketched it b) or fallback in the WorkbookFactory and tr

[Bug 64759] New: cloneSheet

2020-09-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64759 Bug ID: 64759 Summary: cloneSheet Product: POI Version: 4.1.1-FINAL Hardware: Macintosh Status: NEW Severity: regression Priority: P2 Component: XSSF

Re: Java 15 build

2020-09-21 Thread Yegor Kozlov
I wonder if we should consider an alternative or refactor build.xml to do without scriplets. BSF is dead. GraalVM is very new and setting it up to work with Ant is not trivial. Yegor пн, 21 сент. 2020 г., 18:39 Dominik Stadler : > Hi, > > thanks Yegor for the link, I reported this at Apache Ant

Re: Java 15 build

2020-09-21 Thread Dominik Stadler
Hi, thanks Yegor for the link, I reported this at Apache Ant back in May as there are some changes to Ant itself required to allow to inject the Graal.js implementation. Unfortunately there was not much movement on this ticket since then, maybe you want to ping it as well to indicate that others a

Re: Java 15 build

2020-09-21 Thread Yegor Kozlov
> > Some pointers are in this ticket: > https://bz.apache.org/bugzilla/show_bug.cgi?id=64469 >

Java 15 build

2020-09-21 Thread fannin...@apache.org
Hi, Javascript nashorn engine has been removed from Java 15. This breaks the ant build - which has a few bits of javascript. I tried setting up the script to use graal.js but still getting exceptions. Not much online about how to use graal.js with ant. I suspect that you need to put the graal.js j

Re: Factory clean up

2020-09-21 Thread Yegor Kozlov
Hi Andi, I'm working on the POI OSGi bundle and it's mostly working except for the places using java.util.ServiceLoader which returns none in OSGi containers. As a result, Workbook, SlideShow and Extractor factories are not working . Apache Aries SPI Fly [1] solves this problem but it seems lik