Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 47386 invoked from network); 15 Nov 2010 20:07:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Nov 2010 20:07:14 -0000 Received: (qmail 42689 invoked by uid 500); 15 Nov 2010 20:07:44 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 42597 invoked by uid 500); 15 Nov 2010 20:07:44 -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 42589 invoked by uid 99); 15 Nov 2010 20:07:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Nov 2010 20:07:44 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vw0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Nov 2010 20:07:37 +0000 Received: by vws3 with SMTP id 3so1022138vws.30 for ; Mon, 15 Nov 2010 12:07:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=oi1EzrRXHjJRJGN4t0cWNIWdnLBQqP9I6IUT+It40XA=; b=W+mcUC1SUClRYlZmRMuToU8vDTXVg3V9LHJAQWdGqSY0tlRZiixhpIuoG10LLkf91s 24DmF+8Df7OKgypwO+7B5gWhCGRnNcjNMxcpjOJed52OGlf78tRXBR2ijKtDHcfFXwj6 ORLqskIf7vXpZpzqQyDixOOZJgPh3WNWvbmIM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=JLBBppZVE4Y3NGwMbaOjA7ytZ02F1EhhrlPn4eDY+ad/syIGrbx7Hodb0+Lauc1iYM TDAY1sj40bqX7ngYQh53Q1OK+QCRrqrlAFF+oxP1cqGFWzSr8XYD0YJ0Snvmc3lvY+jh phhXJ/N6oC40huVTOeZgmQqDlZZcoQrBZW+38= MIME-Version: 1.0 Received: by 10.229.189.131 with SMTP id de3mr5621794qcb.183.1289851635571; Mon, 15 Nov 2010 12:07:15 -0800 (PST) Received: by 10.220.158.130 with HTTP; Mon, 15 Nov 2010 12:07:15 -0800 (PST) In-Reply-To: References: Date: Mon, 15 Nov 2010 20:07:15 +0000 Message-ID: Subject: Re: svn commit: r1035190 - in /commons/proper/vfs/trunk: ./ core/src/main/java/org/apache/commons/vfs2/impl/ core/src/main/java/org/apache/commons/vfs2/provider/ core/src/main/java/org/apache/commons/vfs2/provider/local/ core/src/main/java/org/apache From: sebb To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On 15 November 2010 19:56, sebb wrote: > On 15 November 2010 19:30, ralph.goers @dslextreme.com > wrote: >> On Mon, Nov 15, 2010 at 11:12 AM, sebb wrote: >> >>> On 15 November 2010 08:58, =A0 wrote: >>> > Author: rgoers >>> > Date: Mon Nov 15 08:58:37 2010 >>> > New Revision: 1035190 >>> > >>> > URL: http://svn.apache.org/viewvc?rev=3D1035190&view=3Drev >>> > Log: >>> > Sandbox was not dependent on vfs2. Convert many StringBuffers to >>> StringBuilder. >>> >>> That has broken the build, as some public/protected methods still >>> expect StringBuffer. >>> The methods cannot be changed to use StringBuilder without breaking >>> API compatibility. >>> >> >> Broke the build how? =A0I get a clean build of both VFS and Commons >> Configuration. > > The commit: > > http://svn.apache.org/viewvc?rev=3D1035190&view=3Drev > > changed both AbstractFileObject.getURL() =A0and > HostFileNameParser.parseUri to use StringBuilder; however both call > public methods in UriParser which expect StringBuffer. > Sorry, looks like Eclipse messed up - in spite of synch.ing several times, it did not show me all the outstanding updates. A manual update has fixed the compile errors I was getting. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org