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
> > Oh yes - another reason: Eclipse cant run AntUnit-Tests AFAIK ;-) > > > > > > Jan > > > >> -Ursprüngliche Nachricht- > >> Von: zheng yiyu [mailto:[EMAIL PROTECTED] > >> Gesendet: Mittwoch, 27.

Re: AW: Hi I need some help

2006-09-27 Thread zheng yiyu
gt; -Ursprüngliche Nachricht- >> Von: zheng yiyu [mailto:[EMAIL PROTECTED] >> Gesendet: Mittwoch, 27. September 2006 08:31 >> An: dev@ant.apache.org >> Betreff: Hi I need some help >> >> Could anyone tell

Re: AW: Hi I need some help

2006-09-27 Thread Paul King
K ;-) Jan -Ursprüngliche Nachricht- Von: zheng yiyu [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 27. September 2006 08:31 An: dev@ant.apache.org Betreff: Hi I need some help Could anyone tell me how to run the testcases of ant in eclipse ? I just mean the testcases in the trunk I c

Re: Hi I need some help

2006-09-27 Thread zheng yiyu
Thanks Kevin and Jan. I will try the steps . I think the problem may because I have already set my ANT_HOME , I will try reset it . Thanks for ur kindly help. On 9/27/06, Kevin Jackson <[EMAIL PROTECTED]> wrote: Hi, Jan is correct, Eclipse Junit test runner isn't the best place to run a lot

Re: Hi I need some help

2006-09-27 Thread Kevin Jackson
Hi, Jan is correct, Eclipse Junit test runner isn't the best place to run a lot of the Ant tests as the ant tests rely on build files etc. For some of the 'pure' unit tests, it is possible (if you correctly configure Eclipse) to right click and select Run as JUnit test case (or something like th

Re: Hi I need some help

2006-09-27 Thread zheng yiyu
Oh yes - another reason: Eclipse cant run AntUnit-Tests AFAIK ;-) Jan >-Ursprüngliche Nachricht- >Von: zheng yiyu [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 27. September 2006 08:31 >An: dev@ant.apache.org >Betreff: Hi I need some help > >Could anyone tell me how to

AW: Hi I need some help

2006-09-27 Thread Jan.Materne
Mittwoch, 27. September 2006 08:31 >An: dev@ant.apache.org >Betreff: Hi I need some help > >Could anyone tell me how to run the testcases of ant in >eclipse ? I just mean the testcases in the trunk I checked out

Hi I need some help

2006-09-26 Thread zheng yiyu
Could anyone tell me how to run the testcases of ant in eclipse ? I just mean the testcases in the trunk I checked out from the svn. Thanks.