Created
June 24, 2013 22:50
-
-
Save theevocater/5854426 to your computer and use it in GitHub Desktop.
In which I try to compile 1 file with sbt
This file contains hidden or 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
$ sbt | |
show sources | |
[info] Set current project to aw (in build file:/Users/jacobdeamkaufman/Code/aw.scala/) | |
> show sources | |
[info] ArrayBuffer(/Users/jacobdeamkaufman/Code/aw.scala/Expr.scala) | |
[success] Total time: 0 s, completed Jun 24, 2013 10:36:20 PM | |
> compile | |
[info] Updating {file:/Users/jacobdeamkaufman/Code/aw.scala/}default-60d9ca... | |
[info] Resolving org.scala-lang#scala-library;2.10.2 ... | |
[info] Done updating. | |
[info] Compiling 1 Scala source to /Users/jacobdeamkaufman/Code/aw.scala/target/scala-2.10/classes... | |
[info] 'compiler-interface' not yet compiled for Scala 2.10.2. Compiling... | |
java.lang.OutOfMemoryError: PermGen space | |
Error during sbt execution: java.lang.OutOfMemoryError: PermGen space |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment