Lines Matching refs:logger

35 use installer::logger;
170 … installer::logger::PrintError("can not find target installation set at '%s'\n", $target_path);
179 installer::logger::PrintError("can not find target msi file at '%s'\n", $target_msi_file);
197 installer::logger::PrintError(" '%s' has no target installation set\n", $language);
202 installer::logger::PrintError(" '%s' is not a released language for version %s\n",
227 installer::logger::PrintError("Can not determine the path to ext_sources/.\n");
228 …installer::logger::PrintError("Maybe SOURCE_ROOT_DIR has not been correctly set in the environment…
297 …installer::logger::PrintError("can not create patch where target version is a new major version (%…
349 …$installer::logger::Info->printf("Error: The UpgradeCode properties have to differ but are both '%…
355 $installer::logger::Info->printf("OK: UpgradeCode values are different\n");
377 …$installer::logger::Info->printf("Error: The ProductCode properties have to remain the same but ar…
378 $installer::logger::Info->printf(" '%s' and '%s'\n",
385 $installer::logger::Info->printf("OK: ProductCodes are identical\n");
408 $installer::logger::Info->printf(
416 $installer::logger::Info->printf("OK: source build id is lower than target build id\n");
433 $installer::logger::Info->printf("Error: product names of are not identical:\n");
434 … $installer::logger::Info->printf(" %s != %s\n", $source_product_name, $target_product_name);
439 $installer::logger::Info->printf("OK: product names are identical\n");
476 … $installer::logger::Info->printf("Error: %d files have been removed\n", $removed_file_count);
481 $installer::logger::Info->printf("OK: no files have been removed\n");
518 … $installer::logger::Info->printf("Warning: %d files have been added\n", scalar @added_files);
530 $installer::logger::Info->printf(" %s (%s)\n",
546 $installer::logger::Info->printf(
553 $installer::logger::Info->printf(
561 $installer::logger::Info->printf("OK: no files have been added\n");
599 $installer::logger::Info->printf(
602 $installer::logger::Info->printf(" %s\n", join(", ", @removed_features));
618 …$installer::logger::Info->printf("Warning: %d features have been addded\n", scalar @added_features…
632 $installer::logger::Info->printf(
639 $installer::logger::Info->printf(
645 $installer::logger::Info->printf("OK: feature sets in source and target are compatible\n");
681 $installer::logger::Info->printf("OK: no removed components\n");
699 $installer::logger::Info->printf(
702 $installer::logger::Info->printf(" %s\n", join(", ", @removed_components));
707 $installer::logger::Info->printf(
757 $installer::logger::Info->printf("OK: no new components\n");
762 $installer::logger::Info->printf(
783 $installer::logger::Info->printf("Error: no feature found for component '%s'\n", $component_name);
795 $installer::logger::Info->printf(" component '%s' -> feature '%s'\n",
801 $installer::logger::Info->printf("Warning(Error?): feature of new component is not new\n");
811 … $installer::logger::Info->printf("Warning(Error?): parent feature of new component is not new\n");
868 $installer::logger::Info->printf(
874 $installer::logger::Info->printf("%s %s\n", $item->[1], $item->[2]);
880 $installer::logger::Info->printf("OK: components in source and target are identical\n");
925 …$installer::logger::Info->printf("Error: there are %d files with mismatching 'Sequence' numbers\n",
929 $installer::logger::Info->printf(" %s: %d != %d\n",
938 $installer::logger::Info->printf("OK: all files have matching 'Sequence' numbers\n");
975 … $installer::logger::Info->printf("Error: there are %d collisions ofn the sequence numbers\n",
981 $installer::logger::Info->printf("OK: sequence numbers are unique\n");
1014 $installer::logger::Info->printf("Warning: sequence numbers have %d holes\n");
1019 $installer::logger::Info->printf(" %d\n", $hole->[0]);
1023 $installer::logger::Info->printf(" %d -> %d\n", $hole->[0], $hole->[1]);
1029 $installer::logger::Info->printf("OK: there are no holes in the sequence numbers\n");
1079 $installer::logger::Info->printf("Error: sets of registry entries differs\n");
1088 $installer::logger::Info->printf("OK: registry items are OK\n");
1129 $installer::logger::Info->printf(
1135 $installer::logger::Info->printf(
1146 $installer::logger::Info->printf(
1259 …$installer::logger::Info->printf("Error: there are %d missing references\n", scalar @missing_refer…
1262 $installer::logger::Info->printf(" %s : %s -> %s\n",
1271 $installer::logger::Info->printf("OK: all references are OK\n");
1284 $installer::logger::Info->printf("checking if source and target releases are compatible\n");
1285 $installer::logger::Info->increase_indentation();
1307 $installer::logger::Info->decrease_indentation();
1311 $installer::logger::Info->printf("OK: Source and target releases are compatible.\n");
1315 $installer::logger::Info->printf("Error: Source and target releases are not compatible.\n");
1316 $installer::logger::Info->printf(" => Can not create patch.\n");
1317 …$installer::logger::Info->printf(" Did you create the target installation set with 'release=…
1336 $installer::logger::Info->printf("Error: the PSDK_HOME environment variable is not set.\n");
1337 $installer::logger::Info->printf(" did you load the AOO build environment?\n");
1338 …$installer::logger::Info->printf(" you may want to use the --with-psdk-home configure option…
1343 $installer::logger::Info->printf(
1352 …$installer::logger::Info->printf("Error: Can not locate the msi template folder in the Windows SDK…
1353 $installer::logger::Info->printf(" %s\n", $schema_path);
1354 $installer::logger::Info->printf(" Is the Windows SDK properly installed?\n");
1361 $installer::logger::Info->printf("Error: Can not locate the pcp template at\n");
1362 $installer::logger::Info->printf(" %s\n", $schema_filename);
1363 $installer::logger::Info->printf(" Is the Windows SDK properly installed?\n");
1451 $installer::logger::Info->printf("created new PatchGUID %s\n", $uuid_string);
1565 …$installer::logger::Info->printf("Error: could not create openoffice.pcp as copy of pcp schema\n");
1566 $installer::logger::Info->printf(" %s\n", $pcp_schema_filename);
1567 $installer::logger::Info->printf(" %s\n", $pcp_filename);
1597 $installer::logger::Info->printf("created pcp file at\n");
1598 $installer::logger::Info->printf(" %s\n", $pcp->{'filename'});
1649 … $installer::logger::Info->printf("open %s in your browser to see the log messages\n", $URL);
1654 $installer::logger::Info->printf("Error: log file not found at %s\n", $log_filename);
1682 $installer::logger::Info->printf("running msimsp.exe, that will take a while\n");
1694 $installer::logger::Info->printf("running command %s\n", $command);
1696 $installer::logger::Info->printf("response of msimsp is %s\n", $response);
1716 … $installer::logger::Info->printf("locating source package (%s)\n", $context->{'source-version'});
1717 $installer::logger::Info->increase_indentation();
1734 $installer::logger::Info->decrease_indentation();
1737 … $installer::logger::Info->printf("locating target package (%s)\n", $context->{'target-version'});
1738 $installer::logger::Info->increase_indentation();
1755 $installer::logger::Info->decrease_indentation();
1779 $installer::logger::Info->printf("patch will update product %s from %s to %s\n",
1805 $installer::logger::Info->printf("can not create patch for language '%s'\n", $language);
1809 $installer::logger::Info->printf("processing language '%s'\n", $language);
1810 $installer::logger::Info->increase_indentation();
1819 $installer::logger::Info->printf("read %s table (source and target\n", $table_name);
1857 $installer::logger::Info->decrease_indentation();
1868 $installer::logger::Info->printf("patch will update product %s from %s to %s\n",
1887 $installer::logger::Info->printf("can not create patch for language '%s'\n", $language);
1891 $installer::logger::Info->printf("processing language '%s'\n", $language);
1892 $installer::logger::Info->increase_indentation();
1901 $installer::logger::Info->printf("read %s table (source and target\n", $table_name);
1925 $installer::logger::Info->printf("will apply patches that update product %s from %s to %s\n",
1953 $installer::logger::Info->printf("%s does not point to a valid file\n", $msp_filename);
2215 installer::logger::SetupSimpleLogging(undef);
2244 $installer::logger::Lang->set_filename($filename);
2245 $installer::logger::Lang->copy_lines_from($installer::logger::Global);
2246 $installer::logger::Lang->set_forward(undef);
2247 $installer::logger::Info->set_forward($installer::logger::Lang);