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
Could u plz offer some step from scrach or just where can i find the help doc about running it ? On 9/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I would not use Eclipse for that - use Ant itself. So from inside Eclipse use Ants own buildfile for starting the testcases. Oh yes - anothe