Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 54600 invoked from network); 7 Aug 2002 22:54:32 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 7 Aug 2002 22:54:32 -0000 Received: (qmail 19470 invoked by uid 97); 7 Aug 2002 22:54:57 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 19454 invoked by uid 97); 7 Aug 2002 22:54:55 -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 19442 invoked by uid 98); 7 Aug 2002 22:54:54 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <008c01c23e65$a5882fe0$1219570f@ranier> From: "Steve Loughran" To: "Ant Developers List" References: Subject: Re: Changing Working Directory to get tests to work (The Solution) Date: Wed, 7 Aug 2002 15:56:17 -0700 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 X-MailScanner: Found to be clean X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ----- Original Message ----- From: To: "Ant Developers List" Sent: Wednesday, August 07, 2002 3:21 PM Subject: Re: Changing Working Directory to get tests to work (The Solution) > I find developing without a decent graphical debugger very painful. > This means whatever process is running the unit test must be running within > the IDE not as an external process. Consequently, I can't simply drop > down to the command line and execute >ant test (or whatever the target is). set ANT_OPTS up with your debugger options; have a sleep target to run first then go ant sleep test then tab to your IDE and bind to the running process. Or run ant from your IDE with the classpath and properties all set up in advance. -- To unsubscribe, e-mail: For additional commands, e-mail: