Open GoogleCodeExporter opened 9 years ago
Ok I will see this problem when I will have time.
Original comment by angelo.z...@gmail.com
on 7 Aug 2014 at 3:05
Your error is very strange because 1.0.5 is based on POI:3.10-FINAL and our
JUnit works perfectly? Do you have tested XDocReport 1.0.5 with our sample?
Original comment by angelo.z...@gmail.com
on 7 Aug 2014 at 6:13
I have the same problem. Problem is that xdocreport uses libraries
org.apache.poi.xwpf.converter.core
org.apache.poi.xwpf.converter.xhtml
of version 1.0.4
and these libraries are optimalized for poi 3.09 only!
version 3.09 has constructor XWPFHyperlinkRun(CTHyperlink hyperlink, CTR run,
XWPFParagraph p),
but version 3.10 has constructor XWPFHyperlinkRun(CTHyperlink hyperlink, CTR
run, IRunBody p)
libraries mention up calles constructor from version 3.09 but in 3.10 this
constructor does not exists.
can not solve this problem too.
Original comment by marek.sz...@gmail.com
on 27 Jan 2015 at 8:59
When fixing this issue, may be upgrade to latest Apache Poi 3.11:
http://poi.apache.org/changes.html
Original comment by thaichat04
on 27 Jan 2015 at 9:06
It should be fixed in 1.0.5 =>
https://github.com/opensagres/xdocreport/blob/master/thirdparties-extension/org.
apache.poi.xwpf.converter.core/pom.xml#L13
Please try with 1.0.5.
Note we have switched to github. You can find release at
https://github.com/opensagres/xdocreport/releases
Next times please create issues at
https://github.com/opensagres/xdocreport/issues
Original comment by angelo.z...@gmail.com
on 27 Jan 2015 at 9:10
Original issue reported on code.google.com by
thaichat04
on 7 Aug 2014 at 2:27