Lines Matching refs:sInputPath
243 my $sInputPath = $sDocumentPoolPath;
244 $sInputPath = appendPath($sInputPath, $sDocumentPool);
245 $sInputPath = appendPath($sInputPath, $sDocumentName);
247 if (! -f $sInputPath )
250 log_print("ERROR: File '$sInputPath' doesn't exists.\n");
275 print PROPERTYFILE "DOC_COMPARATOR_INPUT_PATH=$sInputPath\n";
360 my $sInputPath = getProjectOutput();
361 $sInputPath = appendPath($sInputPath, $sDocumentName);
369 " -DOC_COMPARATOR_INPUT_PATH " . quoteIfNeed($sInputPath) .
406 my $sInputPath = appendPath(getProjectRoot(), "references");
407 $sInputPath = appendPath($sInputPath, getEnvironment());
408 $sInputPath = appendPath($sInputPath, $sDocumentPool);
409 $sInputPath = appendPath($sInputPath, $sDocumentName);
411 my $err = searchForReference($sInputPath);
414 log_print("ERROR: Can't find Postscript or PDF reference for '$sInputPath'\n");
437 " -DOC_COMPARATOR_INPUT_PATH " . quoteIfNeed($sInputPath) .
471 my $sInputPath = appendPath(getProjectOutputReference(), $sDocumentName);
480 " -DOC_COMPARATOR_INPUT_PATH " . quoteIfNeed($sInputPath) .
509 my $sInputPath = appendPath(getProjectOutput(), $sDocumentName . ".ps.ini");
510 if (! -e $sInputPath)
512 $sInputPath = appendPath(getProjectOutput(), $sDocumentName . ".pdf.ini");
513 if (! -e $sInputPath)
515 $sInputPath = 0;
518 if ($sInputPath)
520 my $sParams = "-Xms128m -Xmx512m -jar $sJavaProgram $sInputPath";