Re: [Nant-users] Developing NAnt tasks resource

2005-09-29 Thread si
> I've added links to Marcs book as well as the relevancellc.com link and > another document I found to the "ThirdPartyContributions" [1] wiki page. U > fortunately the original contents of this page were lost when the > spammers hijacked the wiki so I started it again from scratch. Anyone > know o

Re: [Nant-users] slingshot

2005-09-29 Thread Thibaut Barrère
Hi Ales,   just a quick guess but I think what is happening is that VS.Net stores non-xml-compliant data in the .csproj project files. I had a similar issue with some post build events. Check out the line where you get the error and maybe you could try to make the content more xml compliant (such a

[Nant-users] How can I use NDoc with .exe assemblies?

2005-09-29 Thread shgerstacker
I have a solution with 3 library projects and 2 console projects.  Documentation creation works great for the libraries, but NDoc in NAnt will not build the documentation for the console projects.  If I use the NDoc application, it will generate the documentation because it specifies the location

Re: [Nant-users] slingshot

2005-09-29 Thread Ales Vojacek
Hi all, it is because in names of files were used national characters. Is it a bug, or is it normal? Ales Ales Vojacek wrote: Sorry, this is the exception : Unhandled Exception: System.ArgumentException: Invalid byte was found at byte index 1948. at System.Xml.XmlScanner.GetChars(Byte[] s

Re: [Nant-users] slingshot

2005-09-29 Thread Ales Vojacek
Sorry, this is the exception : Unhandled Exception: System.ArgumentException: Invalid byte was found at byte index 1948. at System.Xml.XmlScanner.GetChars(Byte[] srcBuffer, Int32& srcOffset, Int32 srcLen, Char[] destBuffer, Int32 destOffset, Boolean zeroedOut) at System.Xml.XmlScanner.Read

[Nant-users] slingshot

2005-09-29 Thread Ales Vojacek
Hi all, when I try to use slingshot it ends with this error: Unhandled Exception: System.ApplicationException: file not found: E:\E5\E4.sln at SLiNgshoT.Core.Solution.Read(String path, Hashtable uriMap) at SLiNgshoT.Core.Driver.WriteSolution(SolutionWriter writer, TextWriter textWriter, Str

RE: [Nant-users] nunit2 task failing but all tests pass

2005-09-29 Thread Owen Evans
I ended up ignoring the test fixture as opposed to the tests and they worked fine. Thinking it might be a problem with nunit as even exec of nunit.console returns a non 0 number... Its fixed for the time being anyway. Owen === Owen Evans, Devel

[Nant-users] not always recognized

2005-09-29 Thread Matthias Reuß
Hi, we are using Nant for automated builds of an ASP.NET project. The developers have VS.NET installed on their computers, whereas the compile servers have only the .NET SDK and Nant. Our project references some third-party assemblies which are installed on the developers' computers. The path to