/aoo41x/main/solenv/bin/ |
H A D | cws.pl | 129 print_error("Unkown command: '$command'\n"); 802 print_error("Can't determine masterworkspaces.", 3); 1130 print_error("Invalid milestone", 0); 1158 print_error("Can't open directory '$bd': $!.", 44); 1201 print_error("Can't open directory '$bd/sun': $!.", 44); 1206 print_error("Can't open directory '$bd/sun': $!.", 44); 1536 print_error("Connection with EIS database failed.", 8); 1599 print_error("Specify one of these options: -m or -c", 0); 1894 print_error("'$_' is an invalid task ID.", 22); 1964 print_error("not yet implemented.", 2); [all …]
|
H A D | deliver.pl | 376 print_error("can't symlink $from -> $to: $!",0); 418 print_error("invalid option $arg") if ( $arg =~ /^-/ ); 483 print_error("no environment", 0); 558 print_error("can't find d.lst"); 586 print_error("unknown action: \'$1\'", $line_cnt); 759 print_error("Failed to execute $command"); 864 print_error("can't rename temporary file to $to: $!",0); 868 print_error("can't copy $from: $!",0); 871 print_error("directory '$destdir' does not exist", 0); 1420 print_error("Output not deleted - INPATH is not set"); [all …]
|
H A D | packimages.pl | 129 print_error("no such directory: '$_'", 2) if ! -d $_; 130 print_error("can't search directory: '$_'", 2) if ! -x $_; 132 print_error("directory is not writable: '$out_dir'", 2) if ! -w $out_dir; 141 print_error("can't search directory: '$_'", 2); 161 print_error("can't find any image lists in '@imagelist_path'", 3); 213 print_error("can't parse line $linecount from file '$image_list'", 4); 361 print_error("can't add file '$path' to image zip archive: $!", 5); 366 print_error("write image zip archive '$tmp_out_file' failed. Reason: $status", 6); 380 print_error("couldn't remove '$dest_file'",1); 384 print_error("couldn't rename '$source_file'",1); [all …]
|
H A D | build.pl | 284 print_error ("Cannot open file $cmd_file"); 362 print_error("No such file $old_file_name"); 566 print_error("There's no build list for $module"); 776 print_error("$job_name not found!!\n") if (!-d $job_name); 784 print_error("\n$job_name not found!!\n"); 838 print_error("Cannot use $build_list_path"); 894 print_error("Misspelling in line: \n$_"); 1397 sub print_error { subroutine 1589 print_error("Switches -P and --server collision"); 2594 print_error("Cannot run command:\n$ss_command"); [all …]
|
H A D | mapgen.pl | 61 &print_error("Unable open $dump_file"); 65 &print_error("Unable open $flt_file"); 71 &print_error("Unable open $map_file"); 79 &print_error ('Environment not set!!'); 193 sub print_error { subroutine
|
H A D | cwstestresult.pl | 76 print_error("Can't determine master workspace environment.\n" 81 print_error("Can't determine child workspace environment or milestone.\n" 123 …print_error("Child workspace '$childws' for master workspace '$masterws' not found in EIS database… 139 print_error("-m and -c are mutually exclusive options",1); 154 sub print_error subroutine
|
H A D | build_client.pl | 88 print_error("Cannot start child process") if (!$rc); 218 print_error("Cannot load Win32::Process module for multiple client start"); 221 print_error("$server_list_file is not a regular file!!") if (!-f $server_list_file); 224 print_error("No server info") if (!scalar %hosts_ports); 410 sub print_error { subroutine 427 print_error($?) if ($?);
|
H A D | mkout.pl | 104 print_error("can't determine platform/environment"); 126 print_error("can't determine module"); 142 print_error( "$@" ); 148 sub print_error { subroutine
|
H A D | cwsattach.pl | 82 print_error("Can't determine master workspace environment.\n" 87 print_error("Can't determine child workspace environment.\n" 158 …print_error("Child workspace '$childws' for master workspace '$masterws' not found in EIS database… 186 sub print_error subroutine
|
H A D | zipdep.pl | 282 &print_error('error: Invalid command arguments (do not specify both -r and -R)') if ($r && $R); 284 &print_error('no list specified'); 332 sub print_error { subroutine
|
/aoo41x/main/sal/workben/ |
H A D | testfile.cxx | 604 print_error( rtl::OString( "Verify" ), rc ); in DirectoryCreateAndRemoveTest() 624 print_error( rtl::OString( "Verify" ), rc ); in DirectoryCreateAndRemoveTest() 658 print_error( rtl::OString( "Remove" ),rc ); in DirectoryCreateAndRemoveTest() 918 print_error( rtl::OString( "FileCopy" ), rc ); in FileCopyAndMoveTest() 948 print_error( rtl::OString( "FileCopy" ), rc ); in FileCopyAndMoveTest() 963 print_error( rtl::OString( "FileCopy" ), rc ); in FileCopyAndMoveTest() 982 print_error( rtl::OString( "FileMove" ), rc ); in FileCopyAndMoveTest() 1032 print_error( rtl::OString( "FileMove" ), rc ); in FileCopyAndMoveTest() 1183 print_error( rtl::OString( "GetPos" ), rc ); in FilePointerTest() 1197 print_error( rtl::OString( "SetPos" ), rc ); in FilePointerTest() [all …]
|
/aoo41x/main/postprocess/packconfig/ |
H A D | packconfig.pl | 101 print_error("no such directory: '$out_dir'", 2) if ! -d $out_dir; 102 print_error("can't search directory: '$out_dir'", 2) if ! -x $out_dir; 103 print_error("directory is not writable: '$out_dir'", 2) if ! -w $out_dir; 107 print_error("no such directory: '$_'", 2) if ! -d $_; 108 print_error("can't search directory: '$_'", 2) if ! -x $_; 119 print_error("can't find any image lists in '$files_path'", 3); 185 print_error("can't add file '$path' to config zip archive: $!", 5); 218 print_error("xsltproc '$xsl_file' '$new_file_name'> '$temp_file_name' failed",1) 234 print_error("couldn't remove '$dest_file'",1); 238 print_error("couldn't rename '$source_file'",1); [all …]
|
/aoo41x/main/solenv/bin/modules/installer/ |
H A D | downloadsigner.pm | 104 installer::logger::print_error( "unknown parameter: $param" ); 119 installer::logger::print_error( "Error: Required parameter is missing: -d\n" ); 129 …installer::logger::print_error( "Error: If \"-sign\" is set, a pfx file has to be specified: -pfx\… 137 …installer::logger::print_error( "Error: If \"-sign\" is set, a password file has to be specified: … 145 …installer::logger::print_error( "Error: pfx file \"$installer::globals::pfxfile\" does not exist.\… 152 …installer::logger::print_error( "Error: Password file \"$installer::globals::pwfile\" does not exi… 189 …installer::logger::print_error( "Error: TMP and TEMP not defined. This is required for this proces… 476 …installer::logger::print_error( "Error: Nothing to do! No follow-me file in directory \"$installer… 524 …installer::logger::print_error( "Error: Nothing to do! No installation set found for follow-me fil… 531 …installer::logger::print_error( "Error: Nothing to do! \"$installer::globals::followmeinfofilename…
|
H A D | parameter.pm | 173 installer::logger::print_error( "unknown parameter: $param" ); 197 installer::logger::print_error( "Product name not set!" ); 485 installer::logger::print_error( "idt template path not set (-msitemplate)!" ); 497 installer::logger::print_error( "idt language path not set (-msilanguage)!" ); 541 …installer::logger::print_error( "Sorry, Patch flag currently only available for Solaris pkg, Linux… 548 installer::logger::print_error( "Solaris patch requires parameter -patchinc !" ); 566 installer::logger::print_error( "ERROR: Zip list file has to be defined (Parameter -f) !" );
|
H A D | control.pm | 56 installer::logger::print_error( "$onefile not found\n" ); 125 installer::logger::print_error( "$onefile not found\n" ); 290 installer::logger::print_error( "$key not set in environment\n" );
|
H A D | exiter.pm | 81 installer::logger::print_error("$message\nin function: $function");
|
H A D | logger.pm | 695 sub print_error subroutine
|
H A D | worker.pm | 442 installer::logger::print_error( $line );
|
/aoo41x/main/postprocess/signing/ |
H A D | signing.pl | 125 print_error("Can't open $opt_exclude file!\n"); 167 print_error("Can't open PFX file: $opt_pfxfile\n") if ( ! -e $opt_pfxfile ); 168 print_error("Password is empty\n") if ( !$opt_pass ); 174 print_error("Can't get password!\n") if ( !$pass ); # exit here 244 print_error( "$result\n" ); 251 sub print_error #09.07.2007 11:21 subroutine
|
/aoo41x/main/testgraphical/source/ |
H A D | cwstestresult.pl | 78 print_error("Can't determine master workspace environment.\n" 83 print_error("Can't determine child workspace environment or milestone.\n" 125 …print_error("Child workspace '$childws' for master workspace '$masterws' not found in EIS database… 155 print_error("-m and -c are mutually exclusive options",1); 170 sub print_error subroutine
|
/aoo41x/main/solenv/bin/modules/installer/windows/ |
H A D | sign.pm | 152 installer::logger::print_error( "$onefile not found\n" );
|