John Barstow wrote:

On a related note, I do have the tests building cleanly (and am thus happy
to branch) but do not have all the tests passing. Ian, can you tell me how
you got this to pass?


did you sync NAntCOntrib.build ? TlbImpTask has a dependency on DotnetTasks.dll which wasn't being copied to the NAntContrib build directory.

we need to get the error propagation a bit better so that the test failures are a bit more informative than "The type initializer for "NAnt.Core.Project" threw an exception." Having to track them down in the debugger is bit of a pain.

Ian

1) NAnt.Contrib.Tests.TlbImpTaskTest.Test_SanityCheck : The type initializer
for "NAnt.Core.Project" threw an exception.
  at NAnt.Core.Project..ctor(String uriOrFilePath, Level threshold)
  at Tests.NAnt.Core.BuildTestBase.CreateFilebasedProject(String xml)
  at Tests.NAnt.Core.BuildTestBase.RunBuild(String xml)
  at NAnt.Contrib.Tests.TlbImpTaskTest.Test_SanityCheck() in
c:\source\tools\NAntContrib\Tests\Tasks\TlbImpTaskTest.cs:line 51

John C Barstow






-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to