Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 14836 invoked from network); 27 Nov 2010 16:07:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Nov 2010 16:07:18 -0000 Received: (qmail 41167 invoked by uid 500); 27 Nov 2010 16:07:17 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 40940 invoked by uid 500); 27 Nov 2010 16:07:17 -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 40932 invoked by uid 99); 27 Nov 2010 16:07:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Nov 2010 16:07:16 +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 (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qw0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Nov 2010 16:07:11 +0000 Received: by qwk3 with SMTP id 3so2972147qwk.30 for ; Sat, 27 Nov 2010 08:06:50 -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=6f9J4lYlkUGw8F/KF/b5SyyPOIHauUtvpvhUFFKf9n0=; b=nRBlv4C2z/U/bnBeWav4qzn3w5frtBN0CNaQwPzN+Cw9uKQbnlgHv/vjz0Fl4Az1y7 SRcI6lHWhnDFm1yuq4BKuN8mtfuz3zyLRRmC3UtDA/VueSdFCMfaMf3vJADd8wPQ0ADF ZwN0TPTDxvaf+c4LQ8/O0o5oYeToO1HOsEp8Y= 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=qCvo6ARDZiXwg7TaVhlder9JVnLqn4mlK+Mr/UbdD5WQXs5W132pgdKvTcziKv4Ani mJxGBxQ2Okg243htLFm5xa01ejFiXsITY6lWfAtvSFk6ryrKmzbY2gUwX6aBumP/GGn6 yBOaOtNPoikV9WAKkPanSre3H5hbh0il8m2NM= MIME-Version: 1.0 Received: by 10.229.225.199 with SMTP id it7mr3029599qcb.33.1290874008808; Sat, 27 Nov 2010 08:06:48 -0800 (PST) Received: by 10.229.72.94 with HTTP; Sat, 27 Nov 2010 08:06:48 -0800 (PST) In-Reply-To: References: <20101127122924.B832A23889E1@eris.apache.org> Date: Sat, 27 Nov 2010 16:06:48 +0000 Message-ID: Subject: Re: svn commit: r1039661 - in /commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons/vfs2/provider: mime/MimeFileObject.java mime/MimeFileSystem.java smb/SmbFileObject.java smb/SmbFileSystem.java From: sebb To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable OK, NP. BTW, Continuum found the error originally. On 27 November 2010 15:48, Ralph Goers wrote: > Thanks, > > I'm not sure how I missed these. I usually do a mvn clean install after e= very change. > > Ralph > > On Nov 27, 2010, at 4:29 AM, sebb@apache.org wrote: > >> Author: sebb >> Date: Sat Nov 27 12:29:24 2010 >> New Revision: 1039661 >> >> URL: http://svn.apache.org/viewvc?rev=3D1039661&view=3Drev >> Log: >> Fix sandbox - follow-up to: >> URL: http://svn.apache.org/viewvc?rev=3D1039630&view=3Drev >> Log: >> Fix VFS-337 - AbstractFileObject and classes that extend it now take an = AbstractFileName in the constructor and in createFile >> >> Modified: >> =A0 =A0commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons= /vfs2/provider/mime/MimeFileObject.java >> =A0 =A0commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons= /vfs2/provider/mime/MimeFileSystem.java >> =A0 =A0commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons= /vfs2/provider/smb/SmbFileObject.java >> =A0 =A0commons/proper/vfs/trunk/sandbox/src/main/java/org/apache/commons= /vfs2/provider/smb/SmbFileSystem.java > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org