Return-Path: X-Original-To: apmail-jmeter-dev-archive@minotaur.apache.org Delivered-To: apmail-jmeter-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3ACDE10C0A for ; Wed, 19 Jun 2013 18:32:09 +0000 (UTC) Received: (qmail 47774 invoked by uid 500); 19 Jun 2013 18:32:09 -0000 Delivered-To: apmail-jmeter-dev-archive@jmeter.apache.org Received: (qmail 47704 invoked by uid 500); 19 Jun 2013 18:32:08 -0000 Mailing-List: contact dev-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list dev@jmeter.apache.org Received: (qmail 47696 invoked by uid 99); 19 Jun 2013 18:32:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 18:32:08 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hamepal@gmail.com designates 209.85.128.54 as permitted sender) Received: from [209.85.128.54] (HELO mail-qe0-f54.google.com) (209.85.128.54) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jun 2013 18:32:03 +0000 Received: by mail-qe0-f54.google.com with SMTP id ne12so3491620qeb.13 for ; Wed, 19 Jun 2013 11:31:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=XyaiFGLqG3lQNjkQXpsqnrBy1sdwV/jsp1a0CGURttM=; b=GCicVgkvApRsYssvzIKA1TScwCo2hezbvORgytfgS0V56/vGAMQ+OrTUovOx2neOrn mDAKj36KeHlOikh4jAKdtHnQ4lf8lMmJvYzwoC1rtbdpiMgkRW0tAliz2Wyd6u8huPbY dU+dqkq1J9GtFbhzEvAJ5NBO+Nc6WDAvHU9E7mgHlSKgnvEvaySfrEv/aKZxooHl2STD 4vqE9Qh5IplSkUhjxCsKzOXQptBrx18ZJnBVtRueBU137U1i0MyhrmqrtawW4qMWrZHl MnhOgBWMl31u164zdhgCFEUcsuNQw56h98ttJlGo7cro19nqsvYOiXmKA7bv6AFt2ywQ 8GCA== X-Received: by 10.229.155.147 with SMTP id s19mr1658689qcw.0.1371666702330; Wed, 19 Jun 2013 11:31:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.49.65.111 with HTTP; Wed, 19 Jun 2013 11:31:22 -0700 (PDT) From: hame Date: Wed, 19 Jun 2013 11:31:22 -0700 Message-ID: Subject: ant distribution command fails to make custom JMeter build. To: dev@jmeter.apache.org Content-Type: multipart/alternative; boundary=14dae94ee2818af2f304df860a32 X-Virus-Checked: Checked by ClamAV on apache.org --14dae94ee2818af2f304df860a32 Content-Type: text/plain; charset=ISO-8859-1 I am trying to make JMeter custom build. I am using this command ant compile ant distribution -Djmeter.version=2.9 -Ddisable-svnCheck=true -Ddisable-check-versions=true but I am running into problem. Build fails with this error. [echo] [echo] gump.run = false [echo] java.awt.headless = ${java.awt.headless} [echo] test.headless = [echo] user.dir = /home/rakeshHome2/sprint/jMeter/src/jmeter [echo] basedir = /home/rakeshHome2/sprint/jMeter/src/jmeter [echo] test dir = build/test [echo] test dir gump = build/test [echo] testsaveservice.saveout = ${testsaveservice.saveout} [echo] test.encoding = UTF-8 [echo] [java] Setting JMeterHome: /home/rakeshHome2/sprint/jMeter/src/jmeter [java] Setting up logging props using file: /home/rakeshHome2/sprint/jMeter/src/jmeter/bin/testfiles/jmetertest.properties [java] /home/rakeshHome2/sprint/jMeter/src/jmeter/bin/testfiles/jmetertest.properties (No such file or directory) [java] Using initializeProperties() from org.apache.jmeter.util.JMeterUtils [java] Setting up initial properties using: /home/rakeshHome2/sprint/jMeter/src/jmeter/bin/testfiles/jmetertest.properties [java] Initializing Properties: /home/rakeshHome2/sprint/jMeter/src/jmeter/bin/testfiles/jmetertest.properties [java] Exception in thread "main" java.lang.RuntimeException: Could not read JMeter properties file:/home/rakeshHome2/sprint/jMeter/src/jmeter/bin/testfiles/jmetertest.properties [java] at org.apache.jmeter.util.JMeterUtils.loadJMeterProperties(JMeterUtils.java:190) [java] at org.apache.jmeter.util.JMeterUtils.getProperties(JMeterUtils.java:139) [java] at org.apache.jmeter.util.JMeterUtils.initializeProperties(JMeterUtils.java:290) [java] at org.apache.jorphan.test.AllTests.initializeManager(AllTests.java:297) [java] at org.apache.jorphan.test.AllTests.main(AllTests.java:141) I am not sure how to fix this. --14dae94ee2818af2f304df860a32--