Return-Path: Delivered-To: apmail-buildr-users-archive@www.apache.org Received: (qmail 89323 invoked from network); 22 Jul 2009 14:55:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jul 2009 14:55:43 -0000 Received: (qmail 90915 invoked by uid 500); 22 Jul 2009 14:56:48 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 90855 invoked by uid 500); 22 Jul 2009 14:56:48 -0000 Mailing-List: contact users-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@buildr.apache.org Delivered-To: mailing list users@buildr.apache.org Received: (qmail 90845 invoked by uid 99); 22 Jul 2009 14:56:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 14:56:48 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kenp21@gmail.com designates 209.85.221.202 as permitted sender) Received: from [209.85.221.202] (HELO mail-qy0-f202.google.com) (209.85.221.202) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 14:56:38 +0000 Received: by qyk40 with SMTP id 40so267367qyk.19 for ; Wed, 22 Jul 2009 07:56:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=hqP0fZQnxWu2HDTW80LFsJaRL8zIZvmkfjEd2M3AntI=; b=iyc9FS91l4/rfRnYV0apd/u1gCeYFJv2D/vQUmuXyBDeB8DH3VSCXuDBjdB9lcP3Ra CPYc0GYvgA4Fw40Uaq+Cstl5YplPqCfTMCZUBGUzEysoB1sFusPNVUbSjZabG94tcAOe PXtx/O1kosuFjvZ1+B9pfUXMKaUO0Els6cEww= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ie8qF4Xprol6SRhS8jCAd+m+y+7WgdA4YiXoYxCyjmpBTML0BRfUQII3vFZB8qSU07 VEIMH2oDj96Fug6FT3Nic4BLdOkvc6syUth6D6BemVq23RelgoP+jpHYpQ8w8EahMi3h fPZ2pGCe9nlquYlJP8IAXP0+V1sHoJPVnfCko= MIME-Version: 1.0 Received: by 10.224.54.70 with SMTP id p6mr863853qag.171.1248274576115; Wed, 22 Jul 2009 07:56:16 -0700 (PDT) Date: Wed, 22 Jul 2009 10:56:16 -0400 Message-ID: Subject: Tests fail to run -- ERROR -- : Error instantiating 'taskdef' task: taskdef From: ken To: users@buildr.apache.org Content-Type: multipart/alternative; boundary=0015175cd5cab10a33046f4c924c X-Virus-Checked: Checked by ClamAV on apache.org --0015175cd5cab10a33046f4c924c Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Please refer to the issue documented here http://stackoverflow.com/questions/1165752/why-do-my-tests-fail-to-run-when-migrating-from-maven2-to-buildr Simply stated, I was attempting to migrate a project from maven to buildr. I have buildr 1.3.4 installed Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_19-b02-304) I was attempting to package my project when I get the following: E, [2009-07-22T10:48:25.553537 #724] ERROR -- : Error instantiating 'taskdef' task: taskdef class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask cannot be found Test framework error: taskdef class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask cannot be found The following tests failed: Anyone have an idea as to why I may be getting this? Thanks, Ken --0015175cd5cab10a33046f4c924c--