Closed GoogleCodeExporter closed 8 years ago
I think you are overriding the plugin behavior with your customization layer.
If you want a chunked output you must set the property chunkedOutput because it
is used on different places. You also do not have to override root.filename and
base.dir, they are set by the plugin.
Concerning use.id.as.filename I never used it so I don't know what will be the
behavior of the plugin.
Could you have a test with the previous informations before I go more deep in
the issue?
Cedric,
Original comment by MimilO...@gmail.com
on 29 Jun 2011 at 5:38
Hi Cedric,
I've commented out the 'root.filename' and 'base.dir' entries and used
<chunkedOutput>: it works better, but now I get the chunked HTML in a
subdirectory named after the input file (example : Example.xml -->
target/docbkx/Example/Example.html)..
Original comment by gerrit.v...@gmail.com
on 4 Jul 2011 at 12:39
yes, this is the behavior since 2.0.12, it was needed when you have multiple
input files within a single plugin execution.
Cedric,
Original comment by MimilO...@gmail.com
on 4 Jul 2011 at 4:55
I close this issue as it is the expected behavior
Original comment by MimilO...@gmail.com
on 7 Jul 2011 at 6:44
Original issue reported on code.google.com by
gerrit.v...@gmail.com
on 28 Jun 2011 at 9:46