IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2015, 12:24:24 PM (12 years ago)
Author:
eugene
Message:

various updates merged from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pv3-20140717-merge/ippToPsps/jython/ippjython

    r35605 r37820  
    1313
    1414set JARDIR = $datadir/jar
     15
     16# XXX if you want to run a local test, use . for JYDIR
    1517set JYDIR = $datadir/jython
     18# set JYDIR = .
     19
    1620setenv IPPTOPSPS_DATA $datadir/ipptopsps
    1721
     
    2327if (! -r $JYTHON) then
    2428  echo "jython jar file not found, check jython installation"
     29  echo $JYTHON 
    2530  exit 2
    2631endif
     
    4550shift
    4651
    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 
    5052$JAVA -Xbootclasspath/a:$CLASSPATH -jar $JYTHON $JYDIR/$classfile $*
Note: See TracChangeset for help on using the changeset viewer.