From 5704ccb04857f2245a029a96382d1949d9848d72 Mon Sep 17 00:00:00 2001 From: buraq Date: Tue, 21 Jun 2005 15:54:04 +0000 Subject: works now --- ant-build-nsc.sh | 17 ++++++ build-nsc.xml | 156 ++++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 125 insertions(+), 48 deletions(-) create mode 100755 ant-build-nsc.sh diff --git a/ant-build-nsc.sh b/ant-build-nsc.sh new file mode 100755 index 0000000000..5ec1846dbe --- /dev/null +++ b/ant-build-nsc.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +export ANT_OPTS=-Xmx256m + +CLASSPATH=/home/linuxsoft/apps/fjbg/jars/fjbg.jar +CLASSPATH=$CLASSPATH:/home/linuxsoft/apps/jaco/lib/jaco.jar +CLASSPATH=$CLASSPATH:/home/linuxsoft/apps/fjbg/jars/fjbg.jar +CLASSPATH=$CLASSPATH:/localhome/buraq/scala/objects/main/lib/scala.jar +CLASSPATH=$CLASSPATH:/localhome/buraq/scala/objects/main/lib/tools.jar +CLASSPATH=$CLASSPATH:/home/linuxsoft/apps/jaco/lib/jaco.jar +CLASSPATH=$CLASSPATH:/tmp/hackedPico +CLASSPATH=$CLASSPATH:/tmp/jars/nsc4ant.jar:/tmp/jars/nsc.jar + + +export CLASSPATH + +ant -f build-nsc.xml $* diff --git a/build-nsc.xml b/build-nsc.xml index 4c68683b55..57ade27bfd 100644 --- a/build-nsc.xml +++ b/build-nsc.xml @@ -1,102 +1,157 @@ - + !!! use the script ant-build-nsc.sh !!! - + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% --> - - + - + + + + + + + - + + + - + - - + - - + + + + + + + + + + + + + + + + + + + + - - - - + - - - + classpath="${tools.util.dir}" sourcePath="sources" force="true"> + + - + + - + - - - - - + + + + + + + + + + + + + + + + + + + + - + + + - - + + + + - + + + + @@ -106,5 +161,10 @@ - + \ No newline at end of file -- cgit v1.2.3