IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2015, 2:07:30 PM (11 years ago)
Author:
eugene
Message:

removing duplicate jython.jar; only copy in jython2.5.3b1 is kept

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/ippjython

    r37433 r38823  
    2020setenv IPPTOPSPS_DATA $datadir/ipptopsps
    2121
    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
     23set JYTHON = $JARDIR/jython.jar
    2624
    2725if (! -r $JYTHON) then
    2826  echo "jython jar file not found, check jython installation"
    2927  echo $JYTHON 
     28  echo "*** ask gene for help! ***"
     29  echo " here is the jardir:"
     30  ls -l $JARDIR
    3031  exit 2
    3132endif
Note: See TracChangeset for help on using the changeset viewer.