Leif Mortenson wrote:
> Peter Donald wrote:
>
>> On Thu, 24 Jan 2002 14:18, Leif Mortenson wrote:
>>
>>> If you run build test on Excalibur, the output can be a little
>>> overwhelming. It is not easy to get a feel for the overall state of the
>>> project without looking over each test result one by one, making sure
>>> that they passed.
>>>
>>> Luckily ant has the JunitReport task, which creates a beautiful set of
>>> html reports clearly showing the results of the test suite.
>>>
>>> I wanted to ask before making this change because it would require that
>>> the test outfiles be changed from text files to xml files.
>>>
>>> I'll start with my +1
>>>
>>
>> I would prefer to have at least the option to do text reports. The
>> main reason is I tend to run the tests from inside the editor and it
>> is far easer to tell which things are working or not while developing
>> a particular package. So maybe we could add a property
>> "build.xml-reports" or something to determine which version we run.
>>
There is already an entry for that in all the framework, excalibur, and
logkit build scripts. The target is "test-report"
Just type
$ ant test-report
and the results will be generated in the following directory:
${excalibur}/build/docs/test/test
(it should be just one test directory, so that part needs to be fixed).
--
"They that give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety."
- Benjamin Franklin
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>