parameter.pm (01a01bd6) | parameter.pm (1ba1fd99) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 157 unchanged lines hidden (view full) --- 166 } 167 else 168 { 169 installer::logger::print_error( "unknown parameter: $param" ); 170 usage(); 171 exit(-1); 172 } 173 } | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 157 unchanged lines hidden (view full) --- 166 } 167 else 168 { 169 installer::logger::print_error( "unknown parameter: $param" ); 170 usage(); 171 exit(-1); 172 } 173 } |
174 | 174 |
175 # Usage of simple installer (not for Windows): 176 # $PERL -w $SOLARENV/bin/make_installer.pl \ 177 # -f openoffice.lst -l en-US -p OpenOffice \ 178 # -buildid $BUILD -rpm \ 179 # -destdir /tmp/nurk -simple $INSTALL_PATH 180} 181 182############################################ --- 446 unchanged lines hidden (view full) --- 629 if ( $installer::globals::patch ) { push(@output, "Creating patch!\n"); } 630 push(@output, "########################################################\n"); 631 632 # output into shell and into logfile 633 634 foreach my $line (@output) 635 { 636 $installer::logger::Info->print($line); | 175 # Usage of simple installer (not for Windows): 176 # $PERL -w $SOLARENV/bin/make_installer.pl \ 177 # -f openoffice.lst -l en-US -p OpenOffice \ 178 # -buildid $BUILD -rpm \ 179 # -destdir /tmp/nurk -simple $INSTALL_PATH 180} 181 182############################################ --- 446 unchanged lines hidden (view full) --- 629 if ( $installer::globals::patch ) { push(@output, "Creating patch!\n"); } 630 push(@output, "########################################################\n"); 631 632 # output into shell and into logfile 633 634 foreach my $line (@output) 635 { 636 $installer::logger::Info->print($line); |
637 $installer::logger::Global->print($line); | |
638 } 639} 640 6411; | 637 } 638} 639 6401; |