RE: [nant-dev] Nant 0.8.4rc1 bug with references

2003-12-08 Thread N. V.
te() at NAnt.Core.Project.Execute(String targetName) at NAnt.Core.Tasks.CallTask.ExecuteTask() at NAnt.Core.Task.Execute() at NAnt.Core.Target.Execute() at NAnt.Core.Project.Execute(String targetName) at NAnt.Core.Project.Execute() at NAnt.Core.Project.Run() Nick From: "

[nant-dev] Nant 0.8.4rc1 bug with references

2003-12-08 Thread N. V.
Hi all, I just tried the 0.8.4rc1 release and found a bug with references in the task. When the sources files are read-only (previously retrieved from VSS) the build failed due to the task trying to delete the copy of the ressources files it created (with the full name of the ressources). He

Re: [nant-dev] userdoc changes

2003-10-25 Thread N. V.
I like the inlining of the nested elements, especially because it allows to have all the information usefull to call a task in the same place. Nick From: "Scott Hernandez" <[EMAIL PROTECTED]> To: "Nant-Dev" <[EMAIL PROTECTED]> Subject: Re: [nant-dev] userdoc changes Date: Fri, 24 Oct 2003 08:38

Re: [nant-dev] New task: cat

2003-09-17 Thread N. V.
There is already a concat task in NAntContrib... And the task already support filesets Nick From: Sascha Andres <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [nant-dev] New task: cat Date: Wed, 17 Sep 2003 09:21:20 +0200 MIME-Version: 1.0 Hi, * Gert Driesen wrote on 17.09.2003 (07:57): >

[nant-dev] 0.8.3-RC2 task

2003-07-30 Thread N. V.
Hi, I just wanted to tell that the NAntContrib task isn't working in the 0.8.3-RC2 version ( is simply create a file, but nothing is written into it). I sent the fixed code, which was commited by Ian, about at the same time the 0.8.3 branch was made, so I think that maybe the fix was applied

[nant-dev] Nant 0.8.3 rc1 and framework 1.0 problem

2003-07-14 Thread N. V.
Hi, Using the 0.8.3 rc1. NAnt refuse to start on a computer having only the 1.0 framework, giving the following error message: ".NET Framework initialization error: C:\WinNT\Framework\v1.1.4322\mscorwks.dll could not be loaded". Nick ___

[nant-dev] Re: [NAntC-Dev] NAnt.Optional.zip

2003-07-03 Thread N. V.
latest nightly build, since i can get code from cvs at work, where i tested it. Just a question, why if the task path a ';' separated list and not simply child nodes of nantsettings, with a node for each directory ? Nick From: Ian MacLean <[EMAIL PROTECTED]> To: [EMAIL PRO

[nant-dev] Re: [NAntC-Dev] NAnt.Optional.zip

2003-07-02 Thread N. V.
Hi Ian, I just tested this, with my build files which uses vssget, sql and record task and the vssget and sql task works fines (i prefered when the sql task wasn't writting every params to the the Console, but that's not really a problem). But the record task doesn't work, it simply create an

RE: Upcoming 0.8.4? release (was RE: [nant-dev] FW: Upcoming 0.8.3 release)

2003-06-26 Thread N. V.
Hi John, Not everything built with framework 1.1 will work with framework 1.0, because a lot of thing have been added to framework 1.1, it's more like everything built with 1.0 will run with 1.1, and even then, i'm not sure if there hasn't been downward compatibility breaking changes made in fr

Re: [nant-dev] Adding files to a fileset

2003-06-25 Thread N. V.
Ian, why not simply add also the posibility to define a fileset as read-only, just like properties, so if a master build file define a fileset and doesn't want it to be changed the master buildfile could simply set the fileset as readonly... just and idea! Nick From: Ian MacLean <[EMAIL PR