[nant-dev] Expansion of properties in target descriptions

2003-10-31 Thread William E Caputo
Hi All, I realize this is not implemented, and I am not even sure if it should be, but I was wondering if someone could point me in the right direction for figuring out if it easily could be done. As near as I can tell, projecthelp is extracted using an xslt that is executed completely indepen

[nant-dev] Bug with Solution Task - URI formats are not supported.

2003-10-31 Thread Phil Haack
Hello, I had the following exception thrown when attempting to use the Solution task. My solution has several dll projects and one web project. I made sure to allow script source access on the web project. NAnt version 0.8.4 Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net Frame

[nant-dev] LinkTask's Sources Property

2003-10-31 Thread Paul Chu
Hi Everyone,     I noticed that there is no set accessor  for the LinkTask’s Sources property in NAnt version 0.8.3.50105.  I am writing a customized task that creates a LinkTask object.  With a set accessor, I can assign the values of the Sources property in my customized task to

Re: [nant-dev] replace task

2003-10-31 Thread Gert Driesen
- Original Message - From: "Scott Hernandez" <[EMAIL PROTECTED]> To: "Wenig, Stefan" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, October 31, 2003 5:19 PM Subject: Re: [nant-dev] replace task > Yep. We have discussed supporting the replace task but have opted to wait > until we

Re: [nant-dev] replace task

2003-10-31 Thread Scott Hernandez
Yep. We have discussed supporting the replace task but have opted to wait until we implement filterchain/filterset functionality in the core. This is on the list of things to get in there, but it will probably be a release or two away;it will be in the 1.0 release for sure :) Maybe we should inclu

[nant-dev] Error in Copy Output

2003-10-31 Thread Nick Varacalli
Running nightly build from 2003-10-31. Copy is swapping the source and destination directory in some verbose output. Command Line:--- nant -nologo -v --- Relevant Target:--- --- Relevant Output:--- deploy: [copy] Copying 1 file to C:\_Playpens\Root\trunk\development\tools\macros

[nant-dev] replace task

2003-10-31 Thread Wenig, Stefan
hi everyone I just installed nant (by far the best build tool I ever used btw) and could not find a simple text replacement task, so I took the opportunity to play around with user-defined tasks. the result is a very simple task that processes the following xml instructions:

Re: [nant-dev] bug report

2003-10-31 Thread Gert Driesen
The current nightly builds target .NET, so you will have to build the Mono version of NAnt yourself. But this should be pretty easy if you have built Mono from cvs and have ICU support enabled. Just execute : make clean && make all in the base nant directory. Hope this helps, Gert - Origi