fatty- / daisy-pipeline

Automatically exported from code.google.com/p/daisy-pipeline
0 stars 0 forks source link

Error when converting extension-less html file with html-to-epub3 #372

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Copy dontworrybehapy/content.html to dontworrybehappy/content
2. $ ./dp2 html-to-epub3 --x-html ./samples/daisy202/dontworrybehappy/content 
-o ~/tmp/out

What is the expected output? What do you see instead?

The script crashes with a:
 [WS] ERROR(63) - java.io.FileNotFoundException: /home/javi/daisy/pipeline-assembly/target/dev-launcher/data/jobs/05935d45-8400-49ca-82c5-b76cf99354ad/output/output-dir/epub/EPUB/pipeline-cli/samples/daisy202/dontworrybehappy/content (No such file or directory)

in the middle of the execution.

Original issue reported on code.google.com by capitan....@gmail.com on 12 Dec 2013 at 1:28