Re: can not build tests

2006-02-21 Thread Amila Suriarachchi
ant run-tester will run the tester web application. this works fine. but what i want to know is, is there a way to run the Testcases written using junit. i think that "test task" is to compile those tests. amila.

Re: can not build tests

2006-02-20 Thread Bill Barker
Really [OT] for this list, but what you want is: ant run-tester "Amila Suriarachchi" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] hi, following is the error I got Buildfile: build.xml test: [echo] Target: Catalina - Test ... test: [echo] Target: Catalina - Test ... f

Re: can not build tests

2006-02-20 Thread Amila Suriarachchi
hi, following is the error I got Buildfile: build.xml test: [echo] Target: Catalina - Test ... test: [echo] Target: Catalina - Test ... flags: flags.display: [echo] --- Build environment for Catalina --- [echo] If ${property_name} is displayed, then the property is not set)

Re: can not build tests

2006-02-20 Thread Glen Mazza
Amila Suriarachchi escribió: hi, I downloaded the tomcat 5.5.15 source code. and made the build sucessfully. then i saw an ant task in build/build.xml called test and try to run (saying ant test) the task. but there were some compilation errors. are they obselete or else can someone explain me ho