Re: AW: Hi I need some help

2006-10-07 Thread Michael Zheng
ll failing. If tests are failing you > > can enter bug reports about that in Bugzilla. I would create one bug report > > per failing test. Be sure in this case to be specific about the environment > > (JDK, OS) and to include a stack trace. > > > > > > Regards,

Re: AW: Hi I need some help

2006-10-07 Thread Michael Zheng
k trace. > > > Regards, > > Antoine > Original-Nachricht > Datum: Fri, 29 Sep 2006 10:46:02 +0200 > Von: "Antoine Levy-Lambert" <[EMAIL PROTECTED]> > An: "Ant Developers List" > Betreff: Re: AW: Hi I need some help > >

Re: AW: Hi I need some help

2006-10-07 Thread Michael Zheng
ecific about the environment (JDK, OS) and to include a stack trace. Regards, Antoine Original-Nachricht Datum: Fri, 29 Sep 2006 10:46:02 +0200 Von: "Antoine Levy-Lambert" <[EMAIL PROTECTED]> An: "Ant Developers List" Betreff: Re: AW: Hi I need some help

Re: AW: Hi I need some help

2006-09-29 Thread Antoine Levy-Lambert
this case to be specific about the environment (JDK, OS) and to include a stack trace. Regards, Antoine Original-Nachricht Datum: Fri, 29 Sep 2006 10:46:02 +0200 Von: "Antoine Levy-Lambert" <[EMAIL PROTECTED]> An: "Ant Developers List" Betreff: R

Re: AW: Hi I need some help

2006-09-29 Thread Antoine Levy-Lambert
g" <[EMAIL PROTECTED]> 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

Re: AW: Hi I need some help

2006-09-27 Thread Kevin Jackson
But I am facing another problem : where is the test report ? build/testcases/xml is the output from junit as xml files Thanks Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: Hi I need some help

2006-09-27 Thread Michael Zheng
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/test

Re: AW: Hi I need some help

2006-09-27 Thread Kevin Jackson
Ok I will try to find the problem. BTW I am a Chinese :) Thanks for your help. No problems, welcome aboard! If you need help, I'm based in Vietnam so (if you are based in China), I around on gmail during work hours (we are at +6 GMT here). Please don't try to contact through messenger/google t

Re: AW: Hi I need some help

2006-09-27 Thread Michael Zheng
Ok I will try to find the problem. BTW I am a Chinese :) Thanks for your help. On 9/28/06, Kevin Jackson <[EMAIL PROTECTED]> wrote: > > I run all the test , but one testcase failed on JDK1.5.0_06 > > the info is Given the testcase name and given that your name looks Chinese to me (sorry if I'm

Re: AW: Hi I need some help

2006-09-27 Thread Kevin Jackson
> I run all the test , but one testcase failed on JDK1.5.0_06 > the info is Given the testcase name and given that your name looks Chinese to me (sorry if I'm wrong) - my guess is that the test is failing because Ant isn't handling non-ascii characters in the directory path - that test doesn't f

Re: AW: Hi I need some help

2006-09-27 Thread zheng yiyu
On 9/28/06, zheng yiyu <[EMAIL PROTECTED]> wrote: I run all the test , but one testcase failed on JDK1.5.0_06 the info is [junit] Testsuite: org.apache.tools.ant.AntClassLoaderTest [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 0.297 sec [junit] Testcase: testJarWithM

Re: AW: Hi I need some help

2006-09-27 Thread zheng yiyu
I run all the test , but one testcase failed on JDK1.5.0_06 the info is [junit] Testsuite: org.apache.tools.ant.AntClassLoaderTest [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 0.297 sec [junit] Testcase: testJarWithManifestInNonAsciiDir( org.apache.tools.ant.AntC lassLoa

Re: AW: Hi I need some help

2006-09-27 Thread Kevin Jackson
Hi, You get this problem if you don't include the junit.jar in dist/lib. Just copy that jar in there and then your tests will run Thanks Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: AW: Hi I need some help

2006-09-27 Thread zheng yiyu
I run with command "ant test -d" and found that the error message is "Property "testcase" has not been set" . Where could I set this property , or do I missed one property file? On 9/27/06, zheng yiyu <[EMAIL PROTECTED]> wrote: Dear all, I run the "ant test" following Kevin's step , and

Re: AW: Hi I need some help

2006-09-27 Thread zheng yiyu
Dear all, I run the "ant test" following Kevin's step , and it successful .But I could not find any result except the info "build successful". the concrete info in the cmd is as follows junit-tests: junit-single-test-only: junit-single-test: junit-report: antunit-tests: antunit-report: test

Re: AW: Hi I need some help

2006-09-27 Thread Paul King
Groovy lets you run AntUnit tests (in Groovy AntBuilder syntax) and see the results using the normal Green bar if you use Groovy's AllTestSuite. Otherwise, just "run as" -> "ant..." and point to your ant 1.7 jar files so you don't get the built-in ant jars and you can expect output as per below: