https://issues.apache.org/ooo/show_bug.cgi?id=118720
--- Comment #1 from Ariel Constenla-Haile <[email protected]> 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.
