1+ ################################################################################
2+ NOTICE
3+ ################################################################################
4+
5+ The legacy/msil branch records the state of master at the point when
6+ msil was removed. It is not under active development.
7+
18################################################################################
29 THE SCALA REPOSITORY
310################################################################################
@@ -7,11 +14,11 @@ and how to build it. For information about Scala as a language, you can visit
714the web site http://www.scala-lang.org/
815
916Part I. The repository layout
10- --------------------------------------------------------------------------------
17+ --------------------------------------------------------------------------------
1118
1219Follows the file layout of the Scala repository. Files marked with a † are not
1320part of the repository but are either automatically generated by the
14- build script or user-created if needed. This is not a complete listing. ::
21+ build script or user-created if needed. This is not a complete listing. ::
1522 scala/
1623 +--build/ Build products output directory for ant.
1724 +--build.xml The main Ant build script.
@@ -111,12 +118,12 @@ Part III. Common use-cases
111118
112119- ``ln -s build/quick/bin qbin `` (once):
113120- ``ant && qbin/scalac -d sandbox sandbox/test.scala && qbin/scala -cp sandbox Test ``
114-
121+
115122 Incrementally builds quick, and then uses it to compile and run the file
116123 ``sandbox/test.scala ``. This is a typical debug cycle.
117124
118125- ``ant replacelocker ``
119-
126+
120127 "unfreezes" locker by updating it to match the current source code.
121128
122129 - This will delete quick so as not to mix classes compiled with different
@@ -137,7 +144,7 @@ Part III. Common use-cases
137144 ANT_OPTS="-Xms512M -Xmx2048M -Xss1M -XX:MaxPermSize=128M" ant docs
138145
139146- ``ant dist ``
140-
147+
141148 Builds a distribution.
142149
143150 - Rebuilds locker from scratch (to make sure it bootstraps).
0 commit comments