Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-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 952E89C61 for ; Sun, 6 Nov 2011 18:53:17 +0000 (UTC) Received: (qmail 20826 invoked by uid 500); 6 Nov 2011 18:53:16 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 20753 invoked by uid 500); 6 Nov 2011 18:53:16 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 20743 invoked by uid 99); 6 Nov 2011 18:53:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2011 18:53:16 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of fgaliegue@gmail.com designates 74.125.82.173 as permitted sender) Received: from [74.125.82.173] (HELO mail-wy0-f173.google.com) (74.125.82.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2011 18:53:09 +0000 Received: by wyh22 with SMTP id 22so4706163wyh.18 for ; Sun, 06 Nov 2011 10:52:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=ryuT0iViQNE68ScS81AFQDICvk6DO5AgFYpCiaNMSEQ=; b=HvJKjF1kEPmlYxAYU+eESoYKlae7SdTpcbRULpN+CiutkO8oLnktZuNX0pxT7NHDTr /1U1PVHnTsXzxDYgVcVt7YP4i4og/Sw7I/gM9ns+7GOAuympojbDw7oUZhvmDbyax9Oz DlClTSQ1PgRe1iB80YzzHId0VFQnlldyvKthc= MIME-Version: 1.0 Received: by 10.213.17.200 with SMTP id t8mr2174132eba.56.1320605568952; Sun, 06 Nov 2011 10:52:48 -0800 (PST) Received: by 10.213.14.203 with HTTP; Sun, 6 Nov 2011 10:52:48 -0800 (PST) In-Reply-To: References: <20111106141310.3123C2388860@eris.apache.org> Date: Sun, 6 Nov 2011 19:52:48 +0100 Message-ID: Subject: Re: svn commit: r1198376 - /tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/DefaultClassLoaderEntriesCalculator.java From: Francis Galiegue To: Tomcat Developers List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Nov 6, 2011 at 19:31, Olivier Lamy wrote: > 2011/11/6 Francis Galiegue : >> On Sun, Nov 6, 2011 at 15:13, =C2=A0 wrote: >> [...] >>> >>> + =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= tmpDir.mkdirs(); >> >> Why isn't the return code checked? Are you sure at this point that you >> can actually create the directories? What about ENOSPC? > Sure why not. > But as it's a subdirectory of the build output directory of the > current maven project, we can presume all karma are correct to write > those directories. Sorry, not for ENOSPC, no... --=20 Francis Galiegue, fgaliegue@gmail.com "It seems obvious [...] that at least some 'business intelligence' tools invest so much intelligence on the business side that they have nothing left for generating SQL queries" (St=C3=A9phane Faroult, in "The Art of SQL", ISBN 0-596-00894-5) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org