Doug,
I like your suggestion of the custom task. I wasn't able to find documentation on the NAnt site. Can you supply a reference to it?
THX
Curt Zarger
-----Original Message-----
Doug,
Rather than writing a separate exe and shelling it from NAnt (presumably you are intending to use the <exec> task?) why not write it as a custom task, then you can call it directly from NAnt. I have written a custom task to perform certain code checks when a project is compiled and they are pretty straight forward to write and it makes it much easier to incorporate the output of your tests into the NAnt logging rather than trying to pass data between a separate exe and NAnt.
Cheers,
Bill
|
- [Nant-users] Using our own test framework Doug Wallace
- Re: [Nant-users] Using our own test framework Martin Gainty
- Re: [Nant-users] Using our own test framework Martin Gainty
- RE: [Nant-users] Using our own test framework Bill.Martin
- FW: [Nant-users] Using our own test framework Curtis Zarger
- RE: [Nant-users] Using our own test framework Curtis Zarger
- RE: [Nant-users] Using our own test framework Bill.Martin