-
-
Save bjartek/190647 to your computer and use it in GitHub Desktop.
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
Welcome to Scala version 2.7.5.final (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_15). | |
Type in expressions to have them evaluated. | |
Type :help for more information. | |
scala> :load sake.scala | |
Loading sake.scala... | |
import sake.Project._ | |
buildDir: java.lang.String = build/ | |
distDir: java.lang.String = ../../dist/ | |
showStackTracesOnFailures: Boolean = false | |
code_chapters: List[java.lang.String] = List(IntroducingScala, TypeLessDoMore, Rounding, Traits, BasicOOP, AdvOOP, ObjectSystem, FP, Concurrency, XML, DSLs, TypeSystem, AppDesign, ToolsLibs) | |
Notice: Defining target 'all | |
Notice: Defining target 'clean | |
scala> build("all") | |
Info: building 'all | |
Notice: Building 'all for chapter "IntroducingScala" | |
Notice: shell: scala (environment: Map('directory -> IntroducingScala, 'inputText -> :load sake.scala | |
build("all") | |
)) | |
Welcome to Scala version 2.7.5.final (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_15). | |
Type in expressions to have them evaluated. | |
Type :help for more information. | |
scala> :load sake.scala | |
Loading sake.scala... | |
<console>:4: error: not found: value sake | |
import sake.Project._ | |
^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment