You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/01/03 15:14:24 UTC

DO NOT REPLY [Bug 118720] dmake openofficedev is broken

https://issues.apache.org/ooo/show_bug.cgi?id=118720

--- Comment #1 from Ariel Constenla-Haile <ar...@apache.org> 2012-01-03 14:14:24 UTC ---
put_childprojects_into_installset
(/solenv/bin/modules/installer/epmfile.pm#3047) is invoked on
solenv/bin/make_installer.pl if the following condition is true:

if ($installer::globals::addchildprojects) {
installer::epmfile::put_childprojects_into_installset($installer::globals::epmoutpath,
$allvariableshashref, $modulesinproductarrayref, $includepatharrayref); }

(solenv/bin/make_installer.pl#1754)


$installer::globals::addchildprojects is set to 1 under the following
condition:

if (( $allvariables->{'JAVAPRODUCT'} ) ||
( $allvariables->{'ADAPRODUCT'} ) ||
    711         ( $allvariables->{'UREPRODUCT'} ) ||
    712         ( $allvariables->{'ADDREQUIREDPACKAGES'} )) {
$installer::globals::addchildprojects = 1; }

-- 
Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.