Closed GoogleCodeExporter closed 9 years ago
Follow the instructions in
https://code.google.com/p/xdocreport/wiki/DocxDesignReport, i inserted
"$chapter.title" then my program printed the above messages and out.docx has
got unexpected content.
But when I entered "${chapter.title}", although this printed same message but
file output contains has my wished values.
Original comment by phongdt...@gmail.com
on 28 Jun 2014 at 8:01
> Follow the instructions in
https://code.google.com/p/xdocreport/wiki/DocxDesignReport,
This explanation uses Velocity syntax.
You must use ${chapter.title} for Freemarker.
Is your problem is resolved?
Original comment by angelo.z...@gmail.com
on 28 Jun 2014 at 5:15
Thanks Angelo.
My problem is resolved. But the program always prints some messages in
OutputStream.
I think, it may be a error or something similar, but i cannot know how to
resolved it.
28826 [main] DEBUG freemarker.cache -
"fr.opensagres.xdocreport.document.docx.DocxReport@29ecc3e!word/styles.xml"["en_
US",UTF-8,parsed] using cached since
fr.opensagres.xdocreport.core.io.XDocArchive$XDocArchiveEntryInfo@5db75d7d
didn't change.
28827 [main] DEBUG freemarker.cache -
"fr.opensagres.xdocreport.document.docx.DocxReport@29ecc3e!word/_rels/document.x
ml.rels"["en_US",UTF-8,parsed] using cached since
fr.opensagres.xdocreport.core.io.XDocArchive$XDocArchiveEntryInfo@26b409f4
didn't change.
Original comment by phongdt...@gmail.com
on 29 Jun 2014 at 9:11
No it's not a problem. It's just a debug message of Freemarker. You should
customize your logger (log4j?,...) to ignore debug level message of freemarker
if you wish to disaable this message.
I close this issue.
Original comment by angelo.z...@gmail.com
on 29 Jun 2014 at 9:23
Original issue reported on code.google.com by
phongdt...@gmail.com
on 28 Jun 2014 at 6:30Attachments: