[nant-dev] Internal Error while building solution

2004-01-14 Thread Victor Boctor
Hi all, any ideas about the internal error below? [solution] Building EmployeeUt [release]... BUILD FAILED INTERNAL ERROR System.ArgumentException: Invalid File or Directory attributes value . at System.IO.File.SetAttributes(String path, FileAttributes f

Re: [nant-dev] FileSetCollection and the copy task questions

2004-01-14 Thread Ian MacLean
Interesting. If you look at CompilerBase.cs you can see that it allows multiple resourceFilesets. This is allows you to use different prefixes for different groups of files and so fileset merging wouldn't work there. I'm not sure that multiple filesets in a single copy task is much better than

Re: [nant-dev] Re: [Nant-users] Force recompilation

2004-01-14 Thread Ian MacLean
This is kind of the msbuild model where you can define inputs and outputs for a task and therefor it knows what to clean. I think that going this route would require some sort of task output framework like the xml stuff that was discussed previously ) rather than adding options on a task by tas

Re: [nant-dev] verbosity

2004-01-14 Thread Jaroslaw Kowalski
> btw: I dont like much how thresholds are done. Also two loggers (log.cs / > log4net) seems to be redundant. What about to use log4net even for common > user log messages? Why to use it only for internals. log4net could be used > very nicely even for user output - log to file+screen, message forma

RE: [nant-dev] verbosity

2004-01-14 Thread Nicklas Norling
Hi Martin. What a wonderful submission! This is one of the biggest complaints I hear about Nant over here. Thanks! Looking forward to test this out :) Btw. Did you manage to tell resgen.exe to put a sock in it? (biggest complaint of Nant that I hear here, and it's not even Nants fault hehe) /Nic

[nant-dev] verbosity

2004-01-14 Thread Martin Aliger
Hi all, I found some time to look into verbosity in NAnt. I think verbose=true / false is not sufficient control in task level. In project level you have -debug, -quiet and normal run. What I do in this patch, is add new attribute at element level (so enable use it for all tasks and types) names