summaryrefslogtreecommitdiff
path: root/src/intellij
diff options
context:
space:
mode:
authorMichał Pociecha <michal.pociecha@gmail.com>2016-07-22 12:11:55 +0200
committerMichał Pociecha <michal.pociecha@gmail.com>2016-07-22 12:13:23 +0200
commit3205091c5530b41072dc0624a3362809bdadf6ee (patch)
treecb6572a342741ba3e521888b06a92773d1cf4448 /src/intellij
parent6b99dfe746cbb76828db495b58e55db2a0265ee2 (diff)
downloadscala-3205091c5530b41072dc0624a3362809bdadf6ee.tar.gz
scala-3205091c5530b41072dc0624a3362809bdadf6ee.tar.bz2
scala-3205091c5530b41072dc0624a3362809bdadf6ee.zip
Improve sbt-based IntelliJ integration in case of Windows
Use File.pathSeparator when processing classpath instead of just : to don't end up with classpath like "C:\sth\a.jar:C:\sth\b.jar" what was causing problems after split(":"). Display questions first and then wait for user input. I tested on 3 computes and without flush the printed questions were always displayed just after user replied - never before.
Diffstat (limited to 'src/intellij')
-rw-r--r--src/intellij/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intellij/README.md b/src/intellij/README.md
index 650d91e5d1..7bd990288b 100644
--- a/src/intellij/README.md
+++ b/src/intellij/README.md
@@ -17,7 +17,7 @@ are ignored.
## Dependencies
-For every module in the IntelliJ project there is a corresponding `-deps` library, for exmaple `compiler-deps` provides `ant.jar` for the compiler codebase.
+For every module in the IntelliJ project there is a corresponding `-deps` library, for example `compiler-deps` provides `ant.jar` for the compiler codebase.
The `.jar` files in these `-deps` libraries can be easily kept up-to-date by running `sbt intellij` again.
This is necessary whenever the dependencies in the sbt build change, for example when the `starr` version is updated.