Return-Path: Delivered-To: apmail-builds-archive@minotaur.apache.org Received: (qmail 11363 invoked from network); 28 Jan 2010 07:20:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jan 2010 07:20:53 -0000 Received: (qmail 55767 invoked by uid 500); 28 Jan 2010 07:20:53 -0000 Delivered-To: apmail-builds-archive@apache.org Received: (qmail 55662 invoked by uid 500); 28 Jan 2010 07:20:52 -0000 Mailing-List: contact builds-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@apache.org Delivered-To: mailing list builds@apache.org Received: (qmail 55643 invoked by uid 99); 28 Jan 2010 07:20:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jan 2010 07:20:52 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [85.25.71.29] (HELO mail.troja.net) (85.25.71.29) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jan 2010 07:20:44 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.troja.net (Postfix) with ESMTP id 60B2F45F88E; Thu, 28 Jan 2010 08:20:23 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.troja.net Received: from mail.troja.net ([127.0.0.1]) by localhost (megaira.troja.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gzD6USESF1Pw; Thu, 28 Jan 2010 08:20:21 +0100 (CET) Received: from VEGA (port-83-236-62-54.dynamic.qsc.de [83.236.62.54]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.troja.net (Postfix) with ESMTPSA id 8EF5945F88D; Thu, 28 Jan 2010 08:20:20 +0100 (CET) From: "Uwe Schindler" To: Cc: "'Uwe Schindler'" , References: <15da8a101001221701q376da2fev83bccdc0a645c7f1@mail.gmail.com> <6c399e451001270326s7266d682t1468a339985a8ffb@mail.gmail.com> <4B6063F9.70909@apache.org> <005001ca9f80$d987b3e0$8c971ba0$@org> <4B60DE2E.1010808@maniatis.org> In-Reply-To: <4B60DE2E.1010808@maniatis.org> Subject: RE: Hudson access for non-PMC member Date: Thu, 28 Jan 2010 08:20:31 +0100 Message-ID: <006e01ca9fea$604cccd0$20e66670$@org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-index: Acqfs1GS5KgaAIc2RS+y8AsCyfQZFwANwMcA Content-language: de > > Upgrading hudson's clover version for our new coverage reports (that > work correct with backwards branch) >=20 > With the new Apache specific license you can now commit the key into=20 > your svn repository and therefore you might not need to do anything at = > the shell at all. That was my experience with the Cayenne project when = > setting it up with maven. Yeah, I communicated this with Nick Pellow from Atlassian! But you have = to place the clover JAR file somewhere if using ANT not maven. We do not = want to have it in our repository, as it is rather large. The other idea (not yet implemented) is to download the JAR into the = workspace from the ANT build script. For other things (get a stack trace of hung tests) you still need a = shell. Uwe