Re: [Nant-users] FW: Bug report

2003-12-08 Thread Ian MacLean
This is actually an error resulting from a known issue with resource compilation in beta1. The output tag should probably have consistent seperators but thats not what is causing the failure. Ian Chris Capel wrote: I don't think this problem has anything to do with the framework. I think it's

[Nant-users] solution task

2003-12-08 Thread Paris, Nathan
For some reason I can not get the solution task to work in NAnt. I have a simple build file which is listed below that builds a solution. The Solution has one file, Foo.cs. When I go to build NAnt beginds to copy 112 files to the build dir, and then dies because it cant find a file. Any su

RE: [Nant-users] Property Value Indirection?

2003-12-08 Thread Jean Rajotte
i've tried different approaches also but they all fail because the PropertyDictionary.ExpandProperties uses regex to find ${prop} in strings, and regex is intrinsically lazy. i wouldn't dare change nant.core directly (!), but indirectly... pls. find attached replacement code for PropertyDictionary

RE: [Nant-users] FW: Bug report

2003-12-08 Thread Chris Capel
I don't think this problem has anything to do with the framework. I think it's a problem with the build files. The problem is that the path specified in the output tag of csc somewhere in the buildfile is "C:\000 Code\nant-0.84/build/net-1.1.win32/nant-0.84-debug/bin/NAnt.Core.Tests.dll". Notice

RE: [Nant-users] Trying to auto increment my build number

2003-12-08 Thread Jean Rajotte
Title: Message i would say yes, it's a perfect use of

[Nant-users] FW: Bug report

2003-12-08 Thread Cassidy, Thomas
Gentlemen:   Received following error while attempting to build nant.  I added a line to the .build file to define a value for “nant.settings.currentframework”:     I do not have .Net Framework 1.0 installed on my machine.  I only have .Net Framework 1.1 installed.  Build attempt wou