Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 9520 invoked from network); 29 Sep 2006 08:46:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Sep 2006 08:46:07 -0000 Received: (qmail 22108 invoked by uid 500); 29 Sep 2006 08:46:07 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 21787 invoked by uid 500); 29 Sep 2006 08:46:06 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 21776 invoked by uid 99); 29 Sep 2006 08:46:06 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Sep 2006 01:46:06 -0700 X-ASF-Spam-Status: No, hits=0.3 required=5.0 tests=MAILTO_TO_SPAM_ADDR Received: from [213.165.64.20] ([213.165.64.20:56623] helo=mail.gmx.net) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id EC/44-10102-D4DDC154 for ; Fri, 29 Sep 2006 01:46:06 -0700 Received: (qmail 18268 invoked by uid 0); 29 Sep 2006 08:46:02 -0000 Received: from 66.28.87.10 by www090.gmx.net with HTTP; Fri, 29 Sep 2006 10:46:02 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" Date: Fri, 29 Sep 2006 10:46:02 +0200 From: "Antoine Levy-Lambert" In-Reply-To: <50ac511c0609272004y555a42bat75ea29ad724dbf5f@mail.gmail.com> Message-ID: <20060929084602.283660@gmx.net> MIME-Version: 1.0 References: <451A3048.5000109@asert.com.au> <50ac511c0609270241y2803a26an31b84058d33368c2@mail.gmail.com> <50ac511c0609271832o73b03dfch88fb49a352ebbaa4@mail.gmail.com> <50ac511c0609271838t1bd3f0f9y7b18a5654ecc3a43@mail.gmail.com> <50ac511c0609271907k5d34e9e3p697d2745d14218fb@mail.gmail.com> <50ac511c0609272004y555a42bat75ea29ad724dbf5f@mail.gmail.com> Subject: Re: AW: Hi I need some help To: "Ant Developers List" X-Authenticated: #22961642 X-Flags: 0001 X-Mailer: WWW-Mail 6100 (Global Message Exchange) X-Priority: 3 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello Michael, due to problems with the URLResource class maybe your junitreports were not generated. Update your source code from the subversion repository by running svn update and rebuild ant. I advise you run the tests this way : 1) rebuild ant just type "ant" on the command line; or remove the bootstrap directory and use build.sh or build.bat to rebuild ant if you want a 100% clean build. 2) run the tests assuming you are under Windows, set ANT_HOME=dist :: or the equivalent for your operating system and shell language ant -D"tests.haltonfailure=false" test what you want is to run the tests with the version of ant that you have just built. This is what you achieve by this setting. I wonder whether this is documented. Uhhmm, maybe a todo. Antoine -------- Original-Nachricht -------- Datum: Thu, 28 Sep 2006 11:04:13 +0800 Von: "Michael Zheng" An: "Ant Developers List" Betreff: Re: AW: Hi I need some help > There are 3 testcases fails which are > AntClassLoaderTest.java, > SignJarTest.java, > SizeSelectorTest.java > > After remove them ,all tests passed . > > and my os is winxp sp2 ,and the locale is set to china. > > But I am facing another problem : where is the test report ? > > I suppose it should be in build/testcases/reports > > but there is no reports folder in build/testcases. > > Do I make another mistake ? I just built them then used "ant test" / "ant > run-tests". > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org