Return-Path: Delivered-To: apmail-ibatis-dev-archive@www.apache.org Received: (qmail 55366 invoked from network); 20 Oct 2005 15:16:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Oct 2005 15:16:48 -0000 Received: (qmail 8300 invoked by uid 500); 20 Oct 2005 15:16:48 -0000 Delivered-To: apmail-ibatis-dev-archive@ibatis.apache.org Received: (qmail 8274 invoked by uid 500); 20 Oct 2005 15:16:47 -0000 Mailing-List: contact dev-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ibatis.apache.org Delivered-To: mailing list dev@ibatis.apache.org Received: (qmail 8257 invoked by uid 99); 20 Oct 2005 15:16:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2005 08:16:47 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.98.36] (HELO brmea-mail-4.sun.com) (192.18.98.36) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2005 08:16:46 -0700 Received: from fe-amer-09.sun.com ([192.18.108.183]) by brmea-mail-4.sun.com (8.12.10/8.12.9) with ESMTP id j9KFGQeT020233 for ; Thu, 20 Oct 2005 09:16:26 -0600 (MDT) Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com (Sun Java System Messaging Server 6.1 HotFix 0.11 (built Jan 28 2005)) id <0ION00301ZN2D400@mail-amer.sun.com> (original mail from Nathan.Maves@Sun.COM) for dev@ibatis.apache.org; Thu, 20 Oct 2005 09:16:26 -0600 (MDT) Received: from [129.147.48.119] by mail-amer.sun.com (Sun Java System Messaging Server 6.1 HotFix 0.11 (built Jan 28 2005)) with ESMTPSA id <0ION005Q6ZRDZ699@mail-amer.sun.com> for dev@ibatis.apache.org; Thu, 20 Oct 2005 09:16:25 -0600 (MDT) Date: Thu, 20 Oct 2005 09:17:57 -0600 From: Nathan Maves Subject: Re: Running the tests In-reply-to: <0E6092D7-8272-4CC7-9E23-E4F5ED4D70F8@sun.com> Sender: Nathan.Maves@Sun.COM To: dev@ibatis.apache.org Message-id: MIME-version: 1.0 X-Mailer: Apple Mail (2.734) Content-type: text/plain; format=flowed; delsp=yes; charset=US-ASCII Content-transfer-encoding: 7BIT References: <0E6092D7-8272-4CC7-9E23-E4F5ED4D70F8@sun.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Anyone know why I might be having trouble running the build scripts on OS X? On Oct 18, 2005, at 3:09 PM, Nathan Maves wrote: > when I issue > > ant test.run > > I get > > test.run: > > BUILD FAILED > /Users/nmaves/Development/iBatis/trunk/java/mapper/mapper2/build/ > build.xml:181: Could not create task or type of type: junit. > > Ant could not find the task or a class this task relies upon. > > Why would this happen? > > Nathan >