parameter.pm (1ba1fd99) parameter.pm (9f91b7e3)
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

--- 150 unchanged lines hidden (view full) ---

159 $installer::globals::call_epm = 0;
160 $installer::globals::makedownload = 0;
161 $installer::globals::makejds = 0;
162 $installer::globals::strip = 0;
163 my $path = shift(@ARGV);
164 $path =~ s/^\Q$installer::globals::destdir\E//;
165 $installer::globals::rootpath = $path;
166 }
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

--- 150 unchanged lines hidden (view full) ---

159 $installer::globals::call_epm = 0;
160 $installer::globals::makedownload = 0;
161 $installer::globals::makejds = 0;
162 $installer::globals::strip = 0;
163 my $path = shift(@ARGV);
164 $path =~ s/^\Q$installer::globals::destdir\E//;
165 $installer::globals::rootpath = $path;
166 }
167 elsif ($param eq "-release")
168 {
169 $installer::globals::is_release = 1;
170 }
167 else
168 {
169 installer::logger::print_error( "unknown parameter: $param" );
170 usage();
171 exit(-1);
172 }
173 }
174

--- 466 unchanged lines hidden ---
171 else
172 {
173 installer::logger::print_error( "unknown parameter: $param" );
174 usage();
175 exit(-1);
176 }
177 }
178

--- 466 unchanged lines hidden ---