Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 1331 invoked by uid 500); 10 Jun 2003 15:29:14 -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 1276 invoked from network); 10 Jun 2003 15:29:13 -0000 Received: from unknown (HELO mx1.trysybase.com) (63.102.81.233) by daedalus.apache.org with SMTP; 10 Jun 2003 15:29:13 -0000 Received: from mail.trysybase.com (mail.trysybase.com [172.20.0.10]) by mx1.trysybase.com (8.11.6/8.11.0) with ESMTP id h5AFTbA22359 for ; Tue, 10 Jun 2003 09:29:37 -0600 Received: from wdn086 (apollo.meredith.com [172.20.1.228] (may be forged)) by mail.trysybase.com (8.11.6/8.11.6) with SMTP id h5AFMmW12387 for ; Tue, 10 Jun 2003 09:22:49 -0600 Reply-To: From: "Adam Jack" To: "'Ant Users List'" Subject: RE: NoClassDefFoundError but class shown as loaded... Date: Tue, 10 Jun 2003 09:31:31 -0600 Message-ID: <016f01c32f65$5f381860$851ce641@wdn086> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <200306102357.37160.conor@cortexebusiness.com.au> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Unfortunately the current code does not give you the require infromation about which class is missing (You need to print the message from the NCDFE). I'm fixing that now. Yeah, I see. Thanks for committing the fix. Unfortunately I am stuck w/ this release of ant for debugging (or I introduce a whole new set of aspects I can't cope w/). The classes I see in the sub-class (that won't load) that aren't in the super-class (that will) are these: import java.io.File; import java.io.IOException; import java.util.Enumeration; import java.util.Hashtable; import java.util.ResourceBundle; import java.util.Stack; import java.util.Vector; import org.apache.tools.ant.BuildException; import org.apache.tools.ant.Project; import org.apache.tools.ant.taskdefs.Ant; import org.krysalis.centipede.ant.antlib.ImportAntLibTask; import org.w3c.dom.Document; import org.w3c.dom.Node; import org.w3c.dom.NodeList; There is one circular dependency [which I've removed/replaced w/ no impact] but other than that I can't see what it is. I've tried this code, with no failures: Any pointers would be appreciated. BTW: So the debug (posted previously) that shows the class as loaded, how is that occuring? Is it loading the class or not? What dependency resolving could be going on? Thanks in advance. regards Adam --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org