Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 82646 invoked from network); 27 Jan 2006 03:33:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jan 2006 03:33:01 -0000 Received: (qmail 70992 invoked by uid 500); 27 Jan 2006 03:32:54 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 70965 invoked by uid 500); 27 Jan 2006 03:32:53 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 70954 invoked by uid 99); 27 Jan 2006 03:32:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2006 19:32:53 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of craigmcc@gmail.com designates 64.233.184.207 as permitted sender) Received: from [64.233.184.207] (HELO wproxy.gmail.com) (64.233.184.207) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2006 19:32:52 -0800 Received: by wproxy.gmail.com with SMTP id 68so458507wri for ; Thu, 26 Jan 2006 19:32:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references; b=cKx9ml0BWZb421CB92cE2mEOOFenlPgGMxmP1yLLzCTOP3WDqrLrBStEoLttkQCj2uGzzzB00hAIR19ki43CTIOrHIFNVaLVwompL9BAbTYnZn6g/hB/4BLI3x+fxJqKAfwcmhlRrQE4g2oJWcF0H30Vhtghl1M1tIc9Pq4S6tE= Received: by 10.65.11.5 with SMTP id o5mr2062198qbi; Thu, 26 Jan 2006 19:32:31 -0800 (PST) Received: by 10.65.15.17 with HTTP; Thu, 26 Jan 2006 19:32:31 -0800 (PST) Message-ID: Date: Thu, 26 Jan 2006 19:32:31 -0800 From: Craig McClanahan Sender: craigmcc@gmail.com To: Struts Developers List Subject: Re: svn commit: r372715 - /struts/shale/trunk/build/test-framework/project.xml In-Reply-To: <20060127032522.80349.qmail@minotaur.apache.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_40140_7449321.1138332751745" References: <20060127032522.80349.qmail@minotaur.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_40140_7449321.1138332751745 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 1/26/06, wsmoak@apache.org wrote: > > Author: wsmoak > Date: Thu Jan 26 19:25:11 2006 > New Revision: 372715 > > URL: http://svn.apache.org/viewcvs?rev=3D372715&view=3Drev > Log: > Added optional htmlunit and commons-httpclient dependencies. > See changes to build.xml in r371850. Wendy, I can see why these two have to be declared, since the Shale code directly depends on them. But HtmlUnit itself ships with a bunch of other jars that it requires at runtime. Do these have to be declared also, or are they picked up transitively from whatever the htmlunit pom entry says? Craig ------=_Part_40140_7449321.1138332751745--