[From nobody Fri Aug 6 17:08:07 2004 Return-Path: <jstanek@iastate.edu> Received: from relay3.firstlink.com ([66.37.143.30]) by niles.mail.mindspring.net (Earthlink Mail Service) with ESMTP id 187aff78k3Nl3pm0 for <servlets@mindspring.com>; Thu, 31 Oct 2002 03:00:01 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by relay3.firstlink.com (Postfix) with ESMTP id D002BB45D5 for <servlets@mindspring.com>; Thu, 31 Oct 2002 01:00:00 -0700 (MST) Received: from mailhub-2.iastate.edu (mailhub-2.iastate.edu [129.186.140.4]) by relay3.firstlink.com (Postfix) with ESMTP id C0F06B45D2 for <jhunter@servlets.com>; Thu, 31 Oct 2002 00:59:56 -0700 (MST) Received: from mailout-2.iastate.edu (mailout-2.iastate.edu [129.186.140.2]) by mailhub-2.iastate.edu (8.9.3/8.9.3) with SMTP id BAA04606 for <jhunter@servlets.com>; Thu, 31 Oct 2002 01:59:52 -0600 Received: from 12-216-15-197.client.mchsi.com(12.216.15.197) by mailout-2.iastate.edu via csmap id 22405; Thu, 31 Oct 2002 01:49:48 -0600 (CST) Message-Id: <5.1.1.5.2.20021031015225.015a2190@jstanek.mail.iastate.edu> X-Sender: jstanek@jstanek.mail.iastate.edu (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Thu, 31 Oct 2002 01:59:53 -0600 To: jhunter@servlets.com From: Jason Stanek <jstanek@iastate.edu> Subject: jdom Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by First Link Technology, Inc. X-Razor-id: d55bda129227f820d07df92debd17a8fbc46547e X-Mozilla-Status2: 00000000 I'm trying to get JDOM to compile and I've been unsuccessful. I've read the FAQ, but nothing there has helped me. My CLASSPATH is set to "." (and I'm building from the jdom-b8 directory). My JAVA_HOME is set to "D:\Progra~1\Java\j2sdk1.4.0_02" where I have java installed. I'm using cygwin on Windows XP pro. Here is the output I get from building: $ ./build.sh JDOM Build System ------------------- Building with classpath D:\Progra~1\Java\j2sdk1.4.0_02/lib/tools.jar:./lib/xerces.jar:./lib/ant.jar:./lib/jaxp.jar:D:\Progra~1\Java\j2sdk1.4.0_02/lib/dev.jar: Starting Ant... Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/Main I'm not sure what to try next, I'd really appreciate it if you could help me out. Thanks, -Jason ]