Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 11574 invoked from network); 16 Jan 2006 13:28:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jan 2006 13:28:08 -0000 Received: (qmail 80569 invoked by uid 500); 16 Jan 2006 13:28:00 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 80528 invoked by uid 500); 16 Jan 2006 13:28:00 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 80516 invoked by uid 99); 16 Jan 2006 13:28:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2006 05:28:00 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of glennoph@gmail.com designates 64.233.184.197 as permitted sender) Received: from [64.233.184.197] (HELO wproxy.gmail.com) (64.233.184.197) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2006 05:27:59 -0800 Received: by wproxy.gmail.com with SMTP id i27so2696130wra for ; Mon, 16 Jan 2006 05:27:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rVoghQyIRfUJSbiE6TS1bXakpapBIjriy1XTmM795mMP1sXl5kcb/tbBE510Zn0iup0lSta+DwbqPmN2vW2Z4cPAxdcKgcRMv4N80eIWENztp5FL8tqXi3PqjfJCP5XE5Af9u9Zu2kqLY/tdL1psLTrmePBcCfTL6ev/jA7HRyE= Received: by 10.54.69.3 with SMTP id r3mr4549776wra; Mon, 16 Jan 2006 05:27:38 -0800 (PST) Received: by 10.54.152.1 with HTTP; Mon, 16 Jan 2006 05:27:38 -0800 (PST) Message-ID: Date: Mon, 16 Jan 2006 07:27:38 -0600 From: glenn opdycke-hansen To: Ant Users List Subject: error msg for incorrect jar/basedir value MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N We have seen a cryptic error message from the jar task. If the basedir directory does not exist, ant writes the following message BUILD FAILED C:\src\ant-jar-filespec-prob\build.xml:49: C:\src\ant-jar-filespec-prob\bad-base-dir-not-exists not found. Total time: 0 seconds However if the basedir value is set to an existing directory with a space character appended, ant writed the following message BUILD FAILED C:\src\ant-jar-filespec-prob\build.xml:99: IO error scanning directory C:\src\ant-jar-filespec-prob\jar-root Total time: 2 seconds I plan to create a bug report, since the "IO error scanning" error message is hard to understand. Comments? --glenn --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org