summaryrefslogtreecommitdiff
path: root/README.ant-nsc
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-10-13 09:09:49 +0000
committermichelou <michelou@epfl.ch>2005-10-13 09:09:49 +0000
commitd2c7c9829125dcf0c21369fd2fdb3bbc3370169e (patch)
treeb06f8c69017564a0936f0bc4833f1aadecf6f2ec /README.ant-nsc
parentad4be6739a5caa919c9805b86e7d26dcfc2bd53f (diff)
downloadscala-d2c7c9829125dcf0c21369fd2fdb3bbc3370169e.tar.gz
scala-d2c7c9829125dcf0c21369fd2fdb3bbc3370169e.tar.bz2
scala-d2c7c9829125dcf0c21369fd2fdb3bbc3370169e.zip
- use Ant now !
Diffstat (limited to 'README.ant-nsc')
-rw-r--r--README.ant-nsc22
1 files changed, 0 insertions, 22 deletions
diff --git a/README.ant-nsc b/README.ant-nsc
deleted file mode 100644
index d9eb15edce..0000000000
--- a/README.ant-nsc
+++ /dev/null
@@ -1,22 +0,0 @@
-Create a build.properties file (e.g. copy from the build.properties.SAMPLE). This file will be cvs-ignored, you'll keep your settings.
-
-Note that you can create a directory developer/${user.name} in which you can add
-* custom.properties (property file for ant, e.g. to set nscArgs)
-* build-nsc-excludes.xml (list of <exclude ...> elements, to be used for &userExclude; in build-nsc.xml)
-* test-nsc-excludes.xml (list of <exclude ...> elements, to be used for &userExclude; in test-nsc.xml)
-
-Have a look at developer/emir/... for examples.
-
-Building nsc:
-
- sh ant-build-sh [target]
-
-calls ant on file build-nsc.xml (after setting classpath).
-
-Testing nsc:
-
- sh ant-test-sh [target]
-
-calls ant on file test-nsc.xml (after setting classpath)
-
-The scripts check that some mandatory files are present, and do some replacement on ...-nsc.xml to handle userExcludes.