From bd7c67a54136b51607963f1b04e924db31351268 Mon Sep 17 00:00:00 2001 From: Gilles Dubochet Date: Fri, 4 Nov 2005 16:43:49 +0000 Subject: skip.nsc can be used when building a non-workin... skip.nsc can be used when building a non-working version of nsc. --- build.readme | 7 +++++++ build.xml | 28 +++++++++++++++++----------- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/build.readme b/build.readme index 54b2fdb1ff..925093061b 100644 --- a/build.readme +++ b/build.readme @@ -41,6 +41,13 @@ insufficient for Scala compilation. The ANT_OPTS environment variable needs to be set to increase the memory size (either each time as in the quick start example above, or once and for all in the default shell environment). +Skipping parts of the build + +In some cases, parts of the build process should be disabled for debug reasons: + - skip.doc will not build the LaTeX documentation. + - skip.nsc will not build anything with NSC. This will create a non-working + distribution. + BUILDING NEW SCALA The 'build' target builds all the Scala library and tools. It is composed of the diff --git a/build.xml b/build.xml index 864f35c020..7ebd1177c0 100644 --- a/build.xml +++ b/build.xml @@ -156,9 +156,16 @@ - + + + + + + + + @@ -185,9 +192,8 @@ - - @@ -205,9 +211,9 @@ - - - - - @@ -442,6 +447,7 @@ + A full distribution cannot be build when skipping NSC. @@ -602,7 +608,7 @@ ##################################################################### --> - + oslib.jar=${oslib.jar} oslib.src=${oslib.src} ostools.jar=${ostools.jar} -- cgit v1.2.3