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

Paths with spaces on Windows result in error #6

Open
jdoose opened this issue Jan 25, 2015 · 0 comments
Open

Paths with spaces on Windows result in error #6

jdoose opened this issue Jan 25, 2015 · 0 comments
Labels

Comments

@jdoose
Copy link

jdoose commented Jan 25, 2015

Paths with spaces result in an error on windows:

java -cp C:\data\Path with spaces\node_modules\grunt-flyway\flyway-2.3\bin/flyway-commandline-2.3.jar;C:\data\Path with spaces\node_modules\grunt-flyway\flyway-2.3\bin/flyway-core-2.3.jar com.googlecode.flyway.commandline.Main init -url="jdbc:mysql://localhost/test" -driver="com.mysql.jdbc.Driver" -user="username" -password="password" -initVersion="1.0" -initDescription="check online db using Flyway:-)">> Exited with code: 1.

Error: Command failed: Usage: java [-options] class [args...]
           (to execute a class)
    or  java [-options] -jar jarfile [args...]
           (to execute a jar file)
...

I can provide a fix but I am confused about the usage of the develop and master branches. I understand that all changes should be done on develop, but the latest changes are in master and they are not in develop. How am I supposed to do this?

@zero5100 zero5100 added the bug label Aug 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants