scala - Building swagger-codegen on Windows - is it ok to use Git Bash? -


i attempting build swagger-codegen on windows 7 x64. ran problem when had run ./sbt assembly. couldn't see how windows command prompt.

instead, ran git-bash. ran successfully, warnings, no errors.

is acceptable solution?

i ask because stuck on next step running template client petstore.

./bin/scala-petstore.sh produces following error:

error: not find or load main class files

the official sbt distribution @ scala-sbt.org includes sbt.bat-file works on windows.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -