-
Notifications
You must be signed in to change notification settings - Fork 413
does not accept windows redirect commands #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From [email protected] on August 11, 2008 09:55:22 i can get non-error outputs to go to a text file using '>>', but errors seem to go I'm calling the epubcheck tool from perl so i can process an entire directory, and Attachment: check.bat |
From [email protected] on August 11, 2008 10:55:34 Hello, STDOUT only: STDERR only: STDOUT & STDERR Hope that solves your problem! Piotr Status: Invalid |
From [email protected] on August 11, 2008 11:00:28 Thanks, it seems to work. |
From [email protected] on August 11, 2008 09:55:22 i can get non-error outputs to go to a text file using '>>', but errors seem to go I'm calling the epubcheck tool from perl so i can process an entire directory, and Attachment: check.bat |
From [email protected] on August 11, 2008 10:55:34 Hello, STDOUT only: STDERR only: STDOUT & STDERR Hope that solves your problem! Piotr Status: Invalid |
From [email protected] on August 07, 2008 20:27:03
PROBLEM: If the program is ran from the Windows command line, the output cannot be
re-directed to a text file. METHOD: What steps will reproduce the problem? 1. Run the program from the command line and add the redirect symbol and
the name of the file to re-direct output to.
Sample code: "java -jar epubcheck.jar file.epub > results.txt"
2. Press Enter RESULT: The output is displayed on screen, and the output file is created, but empty. EXPECTED: The output of the program that normally displays on screen should be inside
the output text file. PLATFORM: epubcheck RC 1
OS: Windows XP Service Pack 2 ADDITIONAL INFO: The results are the same if ran from a Windows batch file.
A sample batch file is attached.
Attachment: epubcheck.bat
Original issue: http://code.google.com/p/epubcheck/issues/detail?id=17
The text was updated successfully, but these errors were encountered: