Skip to content
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

Add scripts for running epubcheck on Windows and Unix-based platforms #33

Closed
GoogleCodeExporter opened this issue Mar 24, 2016 · 4 comments

Comments

@GoogleCodeExporter
Copy link

PROBLEM:

For easier usage it would be good to include two scripts for starting
epubcheck.

SOLUTION:

For Linux:

//epubcheck(.sh)
#!/bin/sh
java -jar epubcheck-x.x.x.jar $1
//*

For Windows:

//epubcheck.bat
java -jar epubcheck-x.x.x.jar %1
//*


PLATFORM:

Linux,Windows

Original issue reported on code.google.com by li...@graasmilk.net on 6 May 2009 at 6:44

@GoogleCodeExporter
Copy link
Author

Original comment by liza31337@gmail.com on 31 Aug 2010 at 3:01

  • Changed title: Add scripts for running epubcheck on Windows and Unix-based platforms

@GoogleCodeExporter
Copy link
Author

Original comment by markus.g...@gmail.com on 24 Oct 2011 at 2:00

  • Changed state: Accepted
  • Added labels: Type-Enhancement

@GoogleCodeExporter
Copy link
Author

This has been accepted last year, but last 3.0b5 release doesn't include it.

Couldn't it be included in the next release?

Thanks for your help,


Pablo

Original comment by google-c...@pragmata.tk on 28 Apr 2012 at 8:19

@GoogleCodeExporter
Copy link
Author

r511 fixes this. Thanks Thomas!

Original comment by tobias.c...@gmail.com on 8 Aug 2013 at 8:50

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant