On Sunday, June 10, 2001, at 11:27 PM, Jon Stevens wrote:

> on 6/10/01 3:21 PM, "robert burrell donkin" <[EMAIL PROTECTED]> 
> wrote:
>
>> what about building this test directory?
>> should i add additional tasks into the build-ecs.xml or is there a
>> better way?
>>
>> - robert
>
> Make another .xml file and then call that XML file. Take a look at how
> Velocity does the test suite.
>

as far as i can see...
in velocity the test class are located in a separate package 
(org.apache.velocity.test) within the src directory structure and the 
test directory structure contains the files (templates etc.) that are 
required to perform the junit tests.

the test classes are compiled in the build.xml. the testcases.xml 
contains tasks related to running the junit tests.


so i guess that i need to
1. add in a couple of tasks into the build-ecs.xml one which compiles a 
larger ecs-test.jar (say) that contains the classes in the test path in 
addition to the src path and the other that starts ant at a second build 
file - testcases.xml, say - that runs whatever test cases we have.
2. learn how junit works so i can write a test case for that 
internationalization problem

is this a fair summary?

- robert

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to