Changeset 30724 for main/trunk


Ignore:
Timestamp:
2016-08-18T21:21:12+12:00 (8 years ago)
Author:
ak19
Message:

Extra, informative message that Dr Bainbridge added to indicate it's not an error (but normal behaviour on Windows) for ghostscript/gs to not work on Windows.

File:
1 edited

Legend:

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

    r30683 r30724  
    10161016    {
    10171017    print STDERR "Warning: Error executing gs: $error\n";
     1018    print STDERR "Resorting to Perl regular expressions to extract text from PostScript...\n";
    10181019    &FileUtils::removeFiles("$output_filestem.text") if (-e "$output_filestem.text");
    10191020
Note: See TracChangeset for help on using the changeset viewer.