forked from spark-notebook/spark-notebook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The problem was that StringContext wasn't resolved with a `f` in it. The thing being that the SBT's `scala.StringContext` class from the `sbt-launch.jar` doesn't indeed define it :-S. Okay, but where is included this jar in the classpath when running `play run`? In the JavaPlatform (from scala jar), which its `result` will contain the user java path. This path is actually, the only `sbt-launch.jar` when running `play run`. This can be avoided by setting (a contrary from previous messages): settings.usejavacp.value to false. Now need some cleanup and detect if the running mode must be detected or, `dist` will still work
- Loading branch information
1 parent
c125168
commit ca91a88
Showing
3 changed files
with
62 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters