Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 71033 invoked from network); 26 Feb 2001 00:44:13 -0000 Received: from h002078d4892a.ne.mediaone.net (HELO idoru.devslash.com) (66.31.153.238) by h31.sny.collab.net with SMTP; 26 Feb 2001 00:44:13 -0000 Received: (from sam@localhost) by idoru.devslash.com (8.10.2/8.10.2/SuSE Linux 8.10.0-0.3) id f1PJhXJ03214; Sun, 25 Feb 2001 14:43:33 -0500 X-Authentication-Warning: idoru.devslash.com: sam set sender to smarks@digisolutions.com using -f To: ant-user@jakarta.apache.org, Subject: Re: Junit output file redirection References: <000001c09e75$cba89840$6501a8c0@cp551169a> X-Attribution: Spencer Marks X-URL: Organization: digital solutions From: Spencer A Marks Date: 25 Feb 2001 14:43:33 -0500 In-Reply-To: "Royston McNeill"'s message of "Sat, 24 Feb 2001 10:23:52 -0500" Message-ID: Lines: 74 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Thanks for the reply. My junit target looks a little different than yours. (I've pasted it below.) I use the backtest attribute so I don't think using > will work for me. It seems like there's no way to specify the test output directory when using the batchtest, only with the test attribute. Can anyone confirm (or deny) this? Thanks. "Royston McNeill" writes: > Give this a try... > > > > > > > > > > > > > > > > > This will place the output file, which is in the cse an XML file, into the > test directory as a file name "TEST." > Hope this helps. > > -----Original Message----- > From: Spencer A Marks [mailto:smarks@digisolutions.com] > Sent: Friday, February 23, 2001 7:00 PM > To: ant-user@jakarta.apache.org > Subject: Junit output file redirection > > > It seems like the only place the JUnit taskdef will write its output (using > one of > the default formatters) is in the base directory of the project. Is > there a way to specify a different directory? > > Thanks.