-
Notifications
You must be signed in to change notification settings - Fork 34
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
Error: Unable to access jarfile under Cygwin #20
Comments
Nope. |
Some more findings:
In Cygwin, converting the absolute Unix paths to Windows ones fixes the problem:
|
I submitted a PR with a suggestion for fix. |
@Lucas-C can you tell me how did you fix i use template engines so it is throwing same error to me aswell. |
I implemented various strategies to remove mustaches in my |
ok....
|
Hello,
I'm trying to write a pre-commit hook to do some HTML validation using your lib:
Lucas-C/pre-commit-hooks@2916a99
However I'm facing this error when using
html5validator.validator.Validator
:I replicated this issue by invoking the command directly:
Note that I'm working under Windows with Cygwin.
A StackOverflow answer to this issue suggested to move the jar in my current directory, and it does work when I invoke it manually:
Would you have any explanation for this strange problem ?
I'm going to try to modify
html5validator/validator.py
locally to change the current directory before the.jar
invocation.The text was updated successfully, but these errors were encountered: