[Notice] Announcing the End of Demo Server [Read me]
build.sbt: Fix for Windows OS long path problem
@08537ade6f90472934d9658de212f23475f1b2de
--- build.sbt
+++ build.sbt
... | ... | @@ -112,6 +112,7 @@ |
112 | 112 |
|
113 | 113 |
NativePackagerKeys.batScriptExtraDefines += """ |
114 | 114 |
| if "%YONA_DATA%"=="" set "YONA_DATA=%~dp0\\.." |
115 |
+ | set "APP_CLASSPATH=%APP_LIB_DIR%\*" |
|
115 | 116 |
| 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" |
116 | 117 |
|""".stripMargin |
117 | 118 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?