- Timestamp:
- Jan 12, 2015, 12:24:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pv3-20140717-merge/ippToPsps/jython/ippjython
r35605 r37820 13 13 14 14 set JARDIR = $datadir/jar 15 16 # XXX if you want to run a local test, use . for JYDIR 15 17 set JYDIR = $datadir/jython 18 # set JYDIR = . 19 16 20 setenv IPPTOPSPS_DATA $datadir/ipptopsps 17 21 … … 23 27 if (! -r $JYTHON) then 24 28 echo "jython jar file not found, check jython installation" 29 echo $JYTHON 25 30 exit 2 26 31 endif … … 45 50 shift 46 51 47 # XXX if you want to run a test on a local file, use this line:48 # $JAVA -Xbootclasspath/a:$CLASSPATH -jar $JYTHON $classfile $*49 50 52 $JAVA -Xbootclasspath/a:$CLASSPATH -jar $JYTHON $JYDIR/$classfile $*
Note:
See TracChangeset
for help on using the changeset viewer.
