Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 78757 invoked by uid 500); 5 Mar 2003 20:44:55 -0000 Received: (qmail 78748 invoked from network); 5 Mar 2003 20:44:55 -0000 Received: from poster.ptc.com (HELO mxrelay.ptc.com) (12.11.148.30) by daedalus.apache.org with SMTP; 5 Mar 2003 20:44:55 -0000 Received: from HQ-EXFE2.ptcnet.ptc.com (localhost [127.0.0.1]) by mxrelay.ptc.com (8.9.0/8.9.0) with ESMTP id PAA19140 for ; Wed, 5 Mar 2003 15:44:59 -0500 (EST) Received: from hq-mail1.ptcnet.ptc.com ([132.253.201.69]) by HQ-EXFE2.ptcnet.ptc.com with Microsoft SMTPSVC(5.0.2195.5329); Wed, 5 Mar 2003 15:44:58 -0500 Received: from ptc.com ([132.253.96.61]) by hq-mail1.ptcnet.ptc.com with Microsoft SMTPSVC(5.0.2195.5329); Wed, 5 Mar 2003 15:44:58 -0500 Message-ID: <3E6661CA.2070100@ptc.com> Date: Wed, 05 Mar 2003 15:44:58 -0500 From: Erik Price User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: unit test failure w/junit task Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Mar 2003 20:44:58.0820 (UTC) FILETIME=[1628E040:01C2E358] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I just started using the task with , which is great. In my very first unit test, which simply asserted something which I knew to be true, everything worked perfectly. However, I've written a couple of "real" unit tests since then and I've gotten an error message I've never seen before. This is in my report: testProjectNameHardCoded Error Native Library C:\WINNT\jvb.dll already loaded in another classloader Does anyone know what that one means? That particular unit test really can't fail, either -- it tests to see if a string in the unit test matches a hard-coded string in the project, which I know for a fact match. So there's something going wrong with either JUnit or ant, or ... well I don't really know. Thanks, Erik