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" <[EMAIL PROTECTED]>
An: "Ant Developers List" <dev@ant.apache.org>
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to