Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 61588 invoked by uid 500); 30 Jul 2003 13:10:27 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 61530 invoked from network); 30 Jul 2003 13:10:26 -0000 Received: from unknown (HELO io.heavens-door.net) (62.96.5.66) by daedalus.apache.org with SMTP; 30 Jul 2003 13:10:26 -0000 Received: from gmx.de (fire1.mediatis.de [62.96.5.65]) by io.heavens-door.net (Postfix) with ESMTP id CDEBA16A9A for ; Wed, 30 Jul 2003 15:10:19 +0200 (CEST) Message-ID: <3F27C445.6060403@gmx.de> Date: Wed, 30 Jul 2003 15:12:37 +0200 From: Christopher Lenz Organization: mediatis GmbH User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: de-de, de, en MIME-Version: 1.0 To: Ant Users List Subject: Re: problem getting junit task to find classes References: <3F26D67E.90801@ieee.org> <00ca01c35615$8a14b260$020200c0@DJ0X820J> <3F27BE25.7090301@ieee.org> In-Reply-To: <3F27BE25.7090301@ieee.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N James Black wrote: [snip] > [junit] Testcase: > testGetDepartmentOption(edu.usf.acomp.jsf.nams.JSFDepartmentsTest): Caused > an ERROR > [junit] edu/usf/acomp/jsf/nams/JSFDepartments > [junit] java.lang.NoClassDefFoundError: > edu/usf/acomp/jsf/nams/JSFDepartments > [junit] at > edu.usf.acomp.jsf.nams.JSFDepartmentsTest.testGetDepartmentOption(JSFDepartmentsTest.java:34) NoClassDefFoundError does not mean that the class 'JSFDepartments' could not found (that would be ClassNotFound). It might mean that JSFDepartments depends on some class that is not on the classpath. I.e. what is missing could be the super class of JSFDepartments, or the class of some static field of JSFDepartments, etc. Hope this helps, -chris --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org