Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 596721566 for ; Sun, 24 Apr 2011 05:23:16 +0000 (UTC) Received: (qmail 18364 invoked by uid 500); 24 Apr 2011 05:23:14 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 18150 invoked by uid 500); 24 Apr 2011 05:23:13 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 18142 invoked by uid 99); 24 Apr 2011 05:23:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Apr 2011 05:23:10 +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 phil.steitz@gmail.com designates 209.85.160.43 as permitted sender) Received: from [209.85.160.43] (HELO mail-pw0-f43.google.com) (209.85.160.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Apr 2011 05:23:00 +0000 Received: by pwj4 with SMTP id 4so849670pwj.30 for ; Sat, 23 Apr 2011 22:22:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=5vVeExQGqC981HUrs8GfAw8ZofLTfVI0XCoo2mJMHLg=; b=Y9dLGJE12zlydYn8pah8/pewaQ6MqCYM0K8Dua3GVkET6K3hmLZZErpVqbMJubyEn5 QYIHgWMOYLn6t4XEVWvWqWjimjCaDp5JN3hnPQB3RL94mMPaQAKoj4W+OGpffkTYDr3r 9D3Gpp7VeGx70bC1ZQy+7LAca6G/ng/XKgQuA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=FYmyB9XYHTBG1Qj843X3pyZULX310M3K8V9LopUvogDuGRtiiax7Ue8WiwsMBGCX6g HYjr9DO1g+3lxRz9mbMPmAhNwOFlbx/k6GH9m8Jg7gGEIjxsYC0s4Jm4RTlOUXS/66Ub vDSPZUJ8vRCxwjFGJZnzUWw99ZQaDwzf8/3m4= Received: by 10.142.216.8 with SMTP id o8mr1004991wfg.214.1303622559234; Sat, 23 Apr 2011 22:22:39 -0700 (PDT) Received: from a.local (75-171-16-113.phnx.qwest.net [75.171.16.113]) by mx.google.com with ESMTPS id 25sm6057083wfb.10.2011.04.23.22.22.38 (version=SSLv3 cipher=OTHER); Sat, 23 Apr 2011 22:22:38 -0700 (PDT) Message-ID: <4DB3B39D.9000009@gmail.com> Date: Sat, 23 Apr 2011 22:22:37 -0700 From: Phil Steitz User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: Commons Developers List Subject: Re: [GUMP@vmgump]: Project commons-pool2 (in module apache-commons) failed References: <20110424010708.556381414F8@vmgump.apache.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 4/23/11 6:17 PM, Simone Tripodi wrote: > sorry for the silly message... but I don't remember at all how to > configure Gump at all... :( > can anyone help me please? thanks in advance! > Simo > I think all committers have access to the metadata, which is here: https://svn.apache.org/repos/asf/gump/metadata/project/commons-proper.xml The trunk version of pool, along with most other commons proper components is configured in that file. Gump uses Ant to build pool. I think it failed because the Ant build still had source and target set at 1.3. I just fixed that. Hopefully that will fix it. Phil --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org