| /AOO41X/main/solenv/bin/ |
| H A D | cws.pl | 129 print_error("Unkown command: '$command'\n"); 181 print_error("can't use option '--$_' with subcommand '$command'.", 1); 247 … print_error("Environment variable CWS_WORK_STAMP is not set. Please set it to your CWS name.", 2); 251 … print_error("Environment variable WORK_STAMP is not set. Please set it to the MWS name.", 2); 264 … print_error("Child workspace $child for master workspace $master not found in EIS database.", 2); 283 print_error("Child workspace $child not found in EIS database.", 2); 317 … print_error("Can't determine owner for CWS '$child'. Please set VCSID environment variable.", 11); 320 …print_error("Can't determine owner for CWS '$child'. Please set CVS_ID entry in \$HOME/.cwsrc.", 1… 327 …print_error("Failed to set the SCM property '$scm' on child workspace '$child'.\nContact EIS admin… 333 print_error("Failed to promote child workspace '$child' to status 'new'.\n", 12); [all …]
|
| H A D | deliver.pl | 308 print_error("can't symlink $lib -> $symlib: $!",0); 330 print_error("mkdir: could not create directory '$path'", 0); 350 print_error("symlink: link must be in the same directory as file",0); 376 print_error("can't symlink $from -> $to: $!",0); 418 print_error("invalid option $arg") if ( $arg =~ /^-/ ); 473 print_error("can't deliver from local directory to SOLARVERSION"); 483 print_error("no environment", 0); 504 print_error("common_build defined without common_outdir", 0); 558 print_error("can't find d.lst"); 565 print_error("Internal error: cannot determine module's parent directory"); [all …]
|
| H A D | build.pl | 253 print_error("Cannot create $log_directory for writing html file\n"); 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"); 606 print_error("For $prj_dir branche(s): \"@missing_branches\" not found\n"); 776 print_error("$job_name not found!!\n") if (!-d $job_name); 784 print_error("\n$job_name not found!!\n"); 835 …print_error("XMLBuildListParser.pm couldn\'t be found, so XML format for build lists is not enable… 838 print_error("Cannot use $build_list_path"); 891 … print_error ("There is no correct alias set in the line $line!") if ($alias eq 'NULL'); [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 | 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 | 70 void print_error(::rtl::OString& str, FileBase::RC rc); 475 print_error( rtl::OString( "Open Directory" ), rc ); in DirectoryOpenAndCloseTest() 479 print_error( rtl::OString( "Directory is Open" ), rc ); in DirectoryOpenAndCloseTest() 484 print_error( rtl::OString( "Close Directory" ), rc ); in DirectoryOpenAndCloseTest() 501 print_error( rtl::OString( "Open Directory" ), rc ); in DirectoryOpenAndCloseTest() 517 print_error( rtl::OString( "Open Directory" ), rc ); in DirectoryOpenAndCloseTest() 534 print_error( rtl::OString( "Open Directory" ), rc ); in DirectoryOpenAndCloseTest() 538 print_error( rtl::OString( "Close Directory" ), rc ); in DirectoryOpenAndCloseTest() 554 print_error( rtl::OString( "Open Directory" ), rc ); in DirectoryOpenAndCloseTest() 569 print_error( rtl::OString( "Close Directory" ), rc ); in DirectoryOpenAndCloseTest() [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); 190 print_error("write image zip archive '$tmp_out_file' failed. Reason: $status", 6); 218 print_error("xsltproc '$xsl_file' '$new_file_name'> '$temp_file_name' failed",1) 234 print_error("couldn't remove '$dest_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" );
|