Changeset 38823 for trunk/ippToPsps/jython/ippjython
- Timestamp:
- Oct 8, 2015, 2:07:30 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/ippjython (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/ippjython
r37433 r38823 20 20 setenv IPPTOPSPS_DATA $datadir/ipptopsps 21 21 22 # XXX install jython in JARDIR 23 set JYTHON = $JARDIR/jython2.5.3b1/jython.jar 24 # set JYTHON = ~/jython2.5.3b1/jython.jar 25 #set JYTHON = $JARDIR/jython.jar 22 # both jython.jar and Lib from jython2.5.3b1 must be installed in JARDIR 23 set JYTHON = $JARDIR/jython.jar 26 24 27 25 if (! -r $JYTHON) then 28 26 echo "jython jar file not found, check jython installation" 29 27 echo $JYTHON 28 echo "*** ask gene for help! ***" 29 echo " here is the jardir:" 30 ls -l $JARDIR 30 31 exit 2 31 32 endif
Note:
See TracChangeset
for help on using the changeset viewer.
