You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Paths with spaces result in an error on windows:
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?
The text was updated successfully, but these errors were encountered: