RE: [Nant-users] How can Nant e-mail test owners if the test fails in NUnit2?

2004-11-16 Thread Corey Krehel
Ioana- I havnt used NUnit so I am not sure how to test for the failure of a test, however I dealt with a similar problem trying to handle the failure of a task or target. Rather than using the MailLogger I embedded code in my project to handle targets and handle exceptions. It worked reall

RE: [Nant-users] Error Using Script and Reference tags

2004-11-15 Thread Corey Krehel
also not load, however, the System.Web.Mail and System.Xml namespaces would -- is it possible that I can only load namespaces that Nant uses directly? Or are there concerns about using some classes in the build scripts and not others? Thanks Again, Corey -----Original Message- From: G

[Nant-users] Error Using Script and Reference tags

2004-11-15 Thread Corey Krehel
nts and Settings\corey\Local Settings\Temp\yfu-uvma.0.cs(9,7) : error CS0246: The type or namespace name 'Secant' could not be found (are you missing a using directive or an assembly reference?) Has anyone else experienced this, are there some namespaces that nant will not allow? Thanks in