[Notice] Announcing the End of Demo Server [Read me]
doortts doortts 2017-02-07
build.sbt: Fix for Windows OS long path problem
@08537ade6f90472934d9658de212f23475f1b2de
build.sbt
--- build.sbt
+++ build.sbt
@@ -112,6 +112,7 @@
 
 NativePackagerKeys.batScriptExtraDefines += """
     | if "%YONA_DATA%"=="" set "YONA_DATA=%~dp0\\.."
+    | set "APP_CLASSPATH=%APP_LIB_DIR%\*"
     | set "YONA_OPTS=-DapplyEvolutions.default=true -Duser.dir=%YONA_HOME% -Dyona.data=%YONA_DATA% -Dconfig.file=%YONA_DATA%\conf\application.conf -Dlogger.file=%YONA_DATA%\conf\application-logger.xml"
     |""".stripMargin
 
Add a comment
List