Re: XDDF implementation shared between XSSFChart and XSLFChart

2017-08-13 Thread Greg Woolsey
You will also need to trace through the code to find the methods and properties referenced indirectly, via reflection, unfortunately. To avoid code duplication, Vaadin chose to access some properties of chart types via reflection where the properties are common to all charts, but not defined in a

Re: XDDF implementation shared between XSSFChart and XSLFChart

2017-08-13 Thread Alain FAGOT BÉAREZ
Hi, @Greg: It was Brazilian Father’s Day today, so that I did not pick up tech lists from bed… but only after my daughter was sleeping. I cloned and searched through the following code base: https://github.com/WoozyG/spreadsheet/tree/ConditionalFormatting There I found no single reference to

Jenkins on H21 seem to have SVN problems

2017-08-13 Thread Andreas Beeker
FYI: I've excluded H21 from the builds as it seems to have SVN problems: https://issues.apache.org/jira/browse/INFRA-14857 Andi signature.asc Description: OpenPGP digital signature

Jenkins build is back to normal : POI-DSL-SonarQube #159

2017-08-13 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-DSL-SonarQube #158

2017-08-13 Thread Apache Jenkins Server
See -- [...truncated 366.52 KB...] at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:40) at

Build failed in Jenkins: POI-DSL-SonarQube #157

2017-08-13 Thread Apache Jenkins Server
See -- [...truncated 28.13 KB...] at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgUpdate.run(SvnNgUpdate.java:40) at

Re: XDDF implementation shared between XSSFChart and XSLFChart

2017-08-13 Thread Greg Woolsey
Perhaps then it could be a parallel package to start, marked @Beta, independent of the two existing packages, aside from reusing things like enums perhaps. Projects could then explore it and use it as a common alternative. Once it is deemed stable enough to leave beat status we could then mark