jduranmaster / docbkx-tools

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

EPUB generation not working for multiple books in 2.0.11 #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is because zipping content was done in postProcess(), which is executed 
once, instead of postProcessResult() which is executed for each executions.

@see 
http://groups.google.com/group/docbkx-tools-users/browse_thread/thread/1128b53e8
0e7a3c8?hl=en

Original issue reported on code.google.com by MimilO...@gmail.com on 31 Mar 2011 at 9:03

GoogleCodeExporter commented 8 years ago
This issue is partially fixed because there is a design issue concerning 
copying external resources (images ...) to the target folder. It works 
perfectly if generating only one document using preprocess param with ant calls 
but is not well suited when there will be multiple ouputs. I will open a new 
issue for that.

But at least the epub files are now zipped as expected

Original comment by MimilO...@gmail.com on 5 Apr 2011 at 7:37

GoogleCodeExporter commented 8 years ago
For the project I'm working on all 4 EPUB files generate with 2.0.12-SNAPSHOT 
now. I can view them in FBReader 0.10.7. (Need to learn to format them 
properly.)

Thanks,
Mark

Original comment by mark.cr...@gmail.com on 6 Apr 2011 at 7:59

GoogleCodeExporter commented 8 years ago
I confirm this works for me in 2.0.12.

Original comment by mark.cr...@gmail.com on 14 Apr 2011 at 6:28