Ignore:
Timestamp:
2009-12-09T21:16:26+13:00 (14 years ago)
Author:
ak19
Message:

Minor corrective changes before major commits for new compile settings to compile indexers individually.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/lucene_passes.pl

    r19764 r21323  
    5050      $bin_java = &util::filename_cat($ENV{'GSDLHOME'},"bin","java");
    5151      $classpath = &util::filename_cat($bin_java,"LuceneWrapper.jar");
     52      if(!-f $classpath) {
     53      die "***** ERROR: $classpath does not exist\n";     
     54      }
    5255  }
    5356
Note: See TracChangeset for help on using the changeset viewer.