-
Notifications
You must be signed in to change notification settings - Fork 4
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
Calabash in directory with spaces in path #11
Comments
How do you invoke it? There are some related issues, for example transpect/docx2tex#81, but they seem to be solved already. |
I invoke it through an automating script written in Java. I use Windows OS hence run the calabash.bat file. Here is the code snippet:
|
I can reproduce it with calabash.bat in a space-containing directory |
Which branch of https://github.com/transpect/calabash-frontend/ are you using? I see that the necessary fix, that is, quotation marks around |
I am using calabash.bat from the one I cloned from xml2tex repo |
xml2tex doesn’t ship with calabash, docx2tex does. Well, you can edit whatever calabash.bat that you have there and replace |
If I change
|
Hmm. Maybe you need to insert more
|
It worked!!! |
Excellent. Thank you for reporting it. |
Why do calabash fails when there is a space in its directory path where it resides? It throws 'Could not find or load main class' and ClassNotFoundException.
The text was updated successfully, but these errors were encountered: