summaryrefslogblamecommitdiff
path: root/ant-test-nsc.sh
blob: 66750f17242b6f7c22f2db6870f40642fc51b2b4 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                                              
 
                        
 
                                                                              
           
 
                                                                                   

                              
                          
 
                                                                      
                    
 
                                                                              
#!/bin/bash
########################################################-*-Shell-script-*-####
# Test nsc
##############################################################################
# $Id$

. ant-common.sh test-nsc

##############################################################################
# ant build

CLASSPATH=$nsc_fjbg_jar:$nsc_scala_jar:$nsc_tools_jar:$nsc_nsc_jar:$nsc_nsc4ant_jar

# for debugging your classpath
#echo CLASSPATH=$CLASSPATH

CLASSPATH="$CLASSPATH" $ANT_CMD -Dplatform=unix -f "$ANT_BUILDFILE" $*
$RM "$ANT_BUILDFILE"

##############################################################################