scala - Generating static docs -
I'm trying to run static-docs.sh from the swagger-codegen project, but the exception thread "Main" java.lang.RuntimeException: The target can not be detected to run: ./bin/Version.scala
...
this ends please Set scalaVersion: = "Build.sbt and run ./sbt assembly
.
I'm running on Ubuntu 12.0.4, Java version" 1.6.0_33 ", Scala Code Runner version 2.9 .1 - Copyright 2002-2011, LAMP / EPFL
I swagger-codegen-master / build.sbt file ( scalaVersion: = "2.9.1 "
), but I still keep getting the same error.
How can someone give me a direct guide that to run .sh file please ?
If you require swagger 2.10.4 to build with ./sbt assembly then It should work by default.
Comments
Post a Comment