imk / docbkx-tools

Automatically exported from code.google.com/p/docbkx-tools
0 stars 0 forks source link

hyphenateVerbatim option does not work with PDF #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In pom.xml, configure docbkx-maven-plugin with 
"<hyphenateVerbatim>true</hyphenateVerbatim>".
2. Run maven with the "generate-pdf" goal.
3.

What is the expected output? What do you see instead?
I expect to see verbatim text in my DocBook documents wrapped to the next line 
whenever a line is too long for its page.

What version of the product are you using? On what operating system?
docbkx-maven-plugin 2.0.14
Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)

Please provide any additional information below.
Trying to set "<hyphenateVerbatim>" to "true" or "1" causes a fatal error. 
Setting it to "false" or just removing allows the plugin to execute with such 
an error. Error stack trace is attached.

Original issue reported on code.google.com by miswent....@gmail.com on 11 Jul 2013 at 11:49

Attachments:

GoogleCodeExporter commented 9 years ago
Hello,

it seems to related to a FOP issue: 
http://www.oxygenxml.com/pipermail/oxygen-user/2012-January/003976.html

I will try to update to FOP 1.1

Regards,
Cedric,

Original comment by MimilO...@gmail.com on 14 Jul 2013 at 6:50

GoogleCodeExporter commented 9 years ago
commited in r270, the update tp latest FOP resolved the issue.

Original comment by MimilO...@gmail.com on 27 Aug 2013 at 6:01

GoogleCodeExporter commented 9 years ago

Original comment by MimilO...@gmail.com on 19 Jan 2014 at 7:07