Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 25FD9107F8 for ; Fri, 20 Dec 2013 22:34:29 +0000 (UTC) Received: (qmail 49668 invoked by uid 500); 20 Dec 2013 22:34:28 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 49641 invoked by uid 500); 20 Dec 2013 22:34:28 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 49632 invoked by uid 500); 20 Dec 2013 22:34:28 -0000 Delivered-To: apmail-jakarta-jmeter-user@jakarta.apache.org Received: (qmail 49628 invoked by uid 99); 20 Dec 2013 22:34:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Dec 2013 22:34:28 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of tmtuohy@gmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Dec 2013 22:34:24 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Vu8dv-0001AA-CO for jmeter-user@jakarta.apache.org; Fri, 20 Dec 2013 14:34:03 -0800 Date: Fri, 20 Dec 2013 14:34:03 -0800 (PST) From: TMTuohy To: jmeter-user@jakarta.apache.org Message-ID: <1387578842839-5718948.post@n5.nabble.com> Subject: Specifying multiple properties files MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm organizing different JMeter (2.8) tests by environment and I want to have the following organization with respect to properties loaded at startup: 1. Load jmeter.properties file (contains only jmeter-specific properties) 2. Load common.properties file (contains common properties shared by many tests) 3. Load test-specific properties file (contains properties specific to the current script) Ideally, I want to load all of the above files at startup and I've tried to do this using the -G[propsfile] argument (specifying 3 separate -G[propsfile] arguments: 1 for each properties file). However, this doesn't seem to work and the JMeter doc is vague on this subject. Does anyone know if what I'm trying to do above can be done? I know I can arrange the properties into 2 files (jmeter.properties and a setting pointing to a user.properties file) but I really want more flexibility than that. Thanks, Tom -- View this message in context: http://jmeter.512774.n5.nabble.com/Specifying-multiple-properties-files-tp5718948.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org For additional commands, e-mail: user-help@jmeter.apache.org