Quote:
Originally Posted by pdurrant
I think that epubcheck writes error reports out to stderr rather than stdout, which would explain why you're only seeing the version statement.
|
That's right. Fortunately, the remedy is simple. Instead of
Code:
java -jar epubcheck-1.0.5.jar colomba.epub > verifyout.txt
one needs to say
Code:
java -jar epubcheck-1.0.5.jar colomba.epub > verifyout.txt 2>&1