Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 54941 invoked from network); 2 Jun 2002 14:14:52 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 2 Jun 2002 14:14:52 -0000 Received: (qmail 12863 invoked by uid 97); 2 Jun 2002 14:14:46 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 12813 invoked by uid 97); 2 Jun 2002 14:14:45 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 12790 invoked by uid 98); 2 Jun 2002 14:14:44 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) X-Originating-IP: [217.39.50.125] From: "Shorn Tolley" To: "Ant Developers List" References: <001d01c20999$14a6b0b0$25515b3f@kendall> <00bb01c209a1$c07e6a10$753b8f80@darden.virginia.edu> <00fb01c209ae$5c090650$753b8f80@darden.virginia.edu> <002601c209e5$31ca2f90$4da0f40f@nordwand> Subject: How do I debug what's in a path? Date: Sun, 2 Jun 2002 15:12:43 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 02 Jun 2002 14:14:42.0632 (UTC) FILETIME=[D7032480:01C20A3F] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I'm trying to track down a build problem I'm having when building Ant from within NetBeans (I actually have it working via two different workarounds now, but I want to solve the problem). The problem appears to be NetBeans, not Ant or the Ant build file. I have a minimal project that works on the command line and doesn't work in NetBeans that I'm going to use to show the NB community what's going wrong. What I was wondering is: is there any way I can debug a path element? I want to print out to the console eveything that's in a particular classpath. (This will make it easier to show explicitly whats going wrong) The path element I want to debug (just like in the Ant build file) is declared: What I'd like to do is something like: And that would print out all the elements of the classpath. Does anyone know of anyway I can do something like this with Ant 1.4.1? Thanks, Shorn. -- To unsubscribe, e-mail: For additional commands, e-mail: