Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 62724 invoked from network); 12 Feb 2007 18:19:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2007 18:19:46 -0000 Received: (qmail 63436 invoked by uid 500); 12 Feb 2007 18:19:51 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 63398 invoked by uid 500); 12 Feb 2007 18:19:51 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 63388 invoked by uid 99); 12 Feb 2007 18:19:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 10:19:51 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: 216.86.168.178 is neither permitted nor denied by domain of geir@pobox.com) Received: from [216.86.168.178] (HELO mxout-03.mxes.net) (216.86.168.178) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2007 10:19:40 -0800 Received: from [192.168.1.104] (unknown [67.86.14.213]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id E39DC51949 for ; Mon, 12 Feb 2007 13:19:14 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: dev@harmony.apache.org From: "Geir Magnusson Jr." Subject: [classlib] need help debugging javax.* test cases in eclipse Date: Mon, 12 Feb 2007 13:19:14 -0500 X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org I'm having an awful time using Eclipse to try to debug some test cases in java.awt and javax.swing. I can't seem to get the classpaths right for Eclipse to find it and run it. I am able to debug other testcases that aren't in the java?.* package namespace. It thought I would simply add bin/test to the boot classpath in the Run/debug configuration for the testcase in question, but that doesn't seem to work. Anyone have any hints? geir