Svante Schubert
Svante Schubert
Hi, the easiest way is to create a simple test document (with a comment and cell text) and alter an existing test to debug what the code does! I believe...
I wonder why the method is being called getDisplayText() and not getTextContent()? This getDisplayText() method https://github.com/tdf/odftoolkit/blob/master/odfdom/src/main/java/org/odftoolkit/odfdom/doc/table/OdfTableCell.java#L697 is calling https://github.com/tdf/odftoolkit/blob/master/odfdom/src/main/java/org/odftoolkit/odfdom/incubator/doc/text/OdfWhitespaceProcessor.java#L49 which incorrectly considers only children and no descendands. As stated in...
I second this, a pull request would be most welcome! Thanks in advance! :-)
I did a quick grep on existing regression tests: `find . -name *.java | xargs grep getTableList` revealed e.g. [odfdom/src/test/java/org/odftoolkit/odfdom/doc/table/TableTest.java](https://github.com/tdf/odftoolkit/blob/master/odfdom/src/test/java/org/odftoolkit/odfdom/doc/table/TableTest.java#L301) Could you please give this test a try and adopt...
Aye, it is a master document and other documents are external and referenced from the master document, which are likely not being searched. If you like to add this functionality,...
@TomWeissflog Any update on this, Tom?
First I thought it has something to do with the new Jena version (I have just updated the Jena version yesterday) The current compile error is: Error: /home/runner/work/odftoolkit/odftoolkit/odfdom/src/test/java/org/odftoolkit/odfdom/pkg/GRDDLTest.java:[50,32] **cannot find...
To me, it seems I (or we) need additional information to solve this riddle. I just checked: 1. In both JARs of Jena core there is no module-info.java (unzipped the...
Andy Seaborne (of the Apache JENA project) was so kind to the following adjustments for JENA: "The test artifacts for jena-base, jena-core and jena-arq now have different modules names to...
@smehrbrodt It seems the Jena test class can still not be found in the current regression test when using module-info.java https://github.com/tdf/odftoolkit/runs/4938595062?check_suite_focus=true#step:4:715 Does it build locally, Samuel? I have tried yesterday...