Return-Path: X-Original-To: apmail-jakarta-jmeter-user-archive@www.apache.org Delivered-To: apmail-jakarta-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 1055C412A for ; Thu, 23 Jun 2011 08:36:55 +0000 (UTC) Received: (qmail 5858 invoked by uid 500); 23 Jun 2011 08:36:52 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 4812 invoked by uid 500); 23 Jun 2011 08:36:44 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 4644 invoked by uid 99); 23 Jun 2011 08:36:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 08:36:42 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of andrejvanderzee@gmail.com designates 209.85.214.172 as permitted sender) Received: from [209.85.214.172] (HELO mail-iw0-f172.google.com) (209.85.214.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2011 08:36:35 +0000 Received: by iwn39 with SMTP id 39so1892579iwn.31 for ; Thu, 23 Jun 2011 01:36:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=yCQZpw+i+LpWXdAGXKGtaCJyIrmizv5nweAyeiprVgM=; b=aychHwWqNJRIMlJ11G2MdGHYXxcxkIPAybHI0JTlLWVnND++/1ec3gzfn6HFGdry95 9626RKL5skHH3IAwu19eXGb3M4CWkkdoN58tshJ6yXi8Qb8oVcSolYX9tKy3S5N7+FYb R0E/Q5gbI0rBnfd+wpJuVy5T38BvrpvO5z5zk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=IHxOnWPzWQsD8Kb9MD/P2CFdlqNeDL+5Q7kT+xzD3kDzNY7+uzD3EdpEsNMAckGY// HfvU3JsVklrdKvG6YT2V2Vaa9VeiUIksT2GbSuAl+lIsSf2AFTyY5pN5iINLxSlvVzZy sUB1tzonfVHummpVu/AoDoNVhB08aavHjnCME= MIME-Version: 1.0 Received: by 10.42.24.138 with SMTP id w10mr1877494icb.56.1308818173283; Thu, 23 Jun 2011 01:36:13 -0700 (PDT) Received: by 10.231.127.84 with HTTP; Thu, 23 Jun 2011 01:36:13 -0700 (PDT) Date: Thu, 23 Jun 2011 10:36:13 +0200 Message-ID: Subject: ant download_jars From: Andrej van der Zee To: JMeter Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am trying to build JMeter for the first time. I am not really into Java, so I am not sure how to fix it. It seems to download a file that does not exist anymore in the repository when I execute "ant download_jars": ....... _get_jarfile: [echo] Fetching: lib/xstream-1.3.1.jar [get] Getting: http://repository.codehaus.org/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar [get] To: /usr/local/src/jakarta-jmeter-2.4/build/xstream-1.3.1.jar [get] Error opening connection java.io.FileNotFoundException: http://repository.codehaus.org/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar [get] Error opening connection java.io.FileNotFoundException: http://repository.codehaus.org/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar [get] Error opening connection java.io.FileNotFoundException: http://repository.codehaus.org/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar [get] Can't get http://repository.codehaus.org/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar to /usr/local/src/jakarta-jmeter-2.4/build/xstream-1.3.1.jar BUILD FAILED /usr/local/src/jakarta-jmeter-2.4/build.xml:2084: The following error occurred while executing this line: /usr/local/src/jakarta-jmeter-2.4/build.xml:2054: The following error occurred while executing this line: /usr/local/src/jakarta-jmeter-2.4/build.xml:1936: The following error occurred while executing this line: /usr/local/src/jakarta-jmeter-2.4/build.xml:1964: The following error occurred while executing this line: /usr/local/src/jakarta-jmeter-2.4/build.xml:1993: Can't get http://repository.codehaus.org/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar to /usr/local/src/jakarta-jmeter-2.4/build/xstream-1.3.1.jar What should I do? Thanks, Andrej --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org