Changeset 22863


Ignore:
Timestamp:
2010-09-07T12:10:33+12:00 (14 years ago)
Author:
kjdon
Message:

java command seemed to need an & to run under linux. Changed the message if java failed to run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/pdf-box/trunk/perllib/plugins/PDFBoxConverter.pm

    r22703 r22863  
    6565        }
    6666        else {
    67         $cmd .= " >/dev/null";
     67        $cmd .= " >/dev/null &";
    6868        }
    6969
     
    7575        print STDERR "$!\n";
    7676        $pdfbox_conversion_available = 0;
    77         $no_pdfbox_conversion_reason = "pdfboxnotinstalled";
     77        $no_pdfbox_conversion_reason = "couldnotrunjava";
    7878        }
    7979    }
Note: See TracChangeset for help on using the changeset viewer.