RE: [nant-dev] Subversion

2003-08-30 Thread Arild Fines
[EMAIL PROTECTED] wrote: > I am writing a book that has a chapter devoted to nAnt. As an > example of extending nAnt, I thought I would take Clayton's > suggestion > (http://sourceforge.net/mailarchive/forum.php?thread_id=2537223&forum_id=863 ) > and develop a Subversion Task. I have the checkout

Re: [nant-dev] supportedRuntime in NAnt.exe.config

2003-08-30 Thread Gert Driesen
I did some tests and found no negative effects of doing this, so I submitted this change this cvs. Gert - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Jaroslaw Kowalski" <[EMAIL PROTECTED]> Cc: "NAnt Developers" <[EMAIL PROTECTED]> Sent: Saturday, August 30, 2003 6:10 A

[nant-dev] Subversion

2003-08-30 Thread brian.nantz
  I am writing a book that has a chapter devoted to nAnt.  As an example of extending nAnt, I thought I would take Clayton’s suggestion (http://sourceforge.net/mailarchive/forum.php?thread_id=2537223&forum_id=863) and develop a Subversion Task.  I have the checkout task building and somewh

Re: [nant-dev] Re: Compiling from CVS (was Problems with solution task when solution has multiple projects)

2003-08-30 Thread Eric Fetzer
Well, it looks to me like there have been some bugs introduced to the task since rc2.  Using the binaries from the 8/21/03 build, I went to run the latest against a .build that uses the solution task and he has problems with references.  Here's the output:   D:\projects\procard>nant -f:ProCardMast

[nant-dev] How do I avoid property expansion?

2003-08-30 Thread Kræn Munck Christensen
Hi all, I've only started working with NAnt a couple of days ago, so please excuse me if this question is a FAQ. I'm working on a task that produces a NAnt build script (more specifically, it expands the directories and components sections in an task for ease of use). Doing that, I need to

RE: [nant-dev] task fixes

2003-08-30 Thread Eddie Tse
How about this. Index: Solution.cs === RCS file: /cvsroot/nant/nant/src/NAnt.VSNet/Solution.cs,v retrieving revision 1.8 diff -u -r1.8 Solution.cs --- Solution.cs 17 Aug 2003 08:46:53 - 1.8 +++ Solution.cs 23 Aug 2003 23:51:1

[nant-dev] Another task patch

2003-08-30 Thread Eddie Tse
Hi, If you call another build file in a sub directory using the task and the nested build file contains a task The path name used by the nested task is not correct. This patch fixes that problem. Cheers, Eddie Index: Solution.cs

[nant-dev] RE: [Nant-users] nant / nant-contrib issues

2003-08-30 Thread Jean Rajotte
oh, and just because it might need re-repeating, i too am very grateful to this community. it's a great tool, i'm heavily invested in it, and want to continue to help grow it. /jean > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Foley, Cash

[nant-dev] RE: [Nant-users] nant / nant-contrib issues

2003-08-30 Thread Foley, Cash
Not wanting to turn this into a NAnt RAnt :) But I have never been able to download NAntContrib and just build it! Somehow I find it a little bit ironic that a tool to manage builds should be so difficult to build. I have the feeling that once they get their environment set up, the people puttin

[nant-dev] nant / nant-contrib issues

2003-08-30 Thread Jean Rajotte
hi yall, IMHO since nant's namespace was restructured , the usability and extensibility via nant-contrib has suffered enormously, it seems to me. it's very hard to get a good binary image working across .NET 1.0 and 1.1. And it's hard to get a matching source image including nant-contrib an

Re: [nant-dev] last suggestion - Solution task again

2003-08-30 Thread Matthew Mastracci
The fileset would work fine. It can handle directories as well as individual files. You'll just need to use the correct method when you get the items from the FileSet. As well, it can handle the nifty wildcarding that gives NAnt its real power. :) On Sat, 2003-08-30 at 05:52, Martin Aliger wro

[nant-dev] Mail task

2003-08-30 Thread Gert Driesen
Hi, Currently the mail task allows files that should be included as text in the body, and attachments to be specified as a comma- or semicolon-separated list. Shouldn't we replaces this by fileset support ? I know that would indeed break backward compatibility, but in this case I think it wouldn

Re: [nant-dev] supportedRuntime in NAnt.exe.config

2003-08-30 Thread Ian MacLean
Sounds good to me Jarek. Anyone have any objections ? Ian Hi all! Recently I've posted a message regarding the ordering of tags in NAnt.exe.config, which I believe to be incorrect and causing problems with .NET 1.1 and .NET 1.0 installed on the same machine. I've proposed a patch but I didn't g

Re: [nant-dev] FTP task

2003-08-30 Thread Ian MacLean
Erick, just send patches or complete code for the task to the list. Ian Hey, Is anyone working on the FTP task? If so, give me a shout. If not, I'm going to put together some code. I'm planning on something like the copy or delete task, where it copies a fileset to a remote server. Some sort of