Re: [Nant-users] Unit Testing Nant Scripts

2005-09-13 Thread Gary Feldman
Anderson, Kelly wrote: for testing this target: You could certainly do that with something like The problem is when you get to things that invoke other nant targets, i.e. dependencies, call tasks, and nant tasks. Procedural programming languages rely on link-time h

RE: [Nant-users] Unit Testing Nant Scripts

2005-09-13 Thread Anderson, Kelly
I'm not talking so much about testing Nant itself, I understand how that's done. I'm talking about testing small portions of the script you are developing. If there's no good way of doing it, I can accept that, but I wonder if a family of tasks could be created something along these lines: for

Re: [Nant-users] Error lines not written in the log file

2005-09-13 Thread Gert Driesen
- Original Message - From: "Asis Yuval" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 13, 2005 4:04 PM Subject: [Nant-users] Error lines not written in the log file > Hello Everybody > > > I am using task for recording NAnt output to log-file, on > failure i am sending > an E-m

[Nant-users] Error lines not written in the log file

2005-09-13 Thread Asis Yuval
Hello Everybody   I am using task for recording NAnt output to log-file, on failure i am sending  an E-mail with attachment with this log-file , the problem is that the significant lines are not appearing  in the log, the NAnt print them after closing the log-file and sending the mail.