[nant-dev] FTP task

2003-08-30 Thread Erick Thompson
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 sync might also be an option, I'll have to give it some thought. I

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

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 supportedRuntime 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

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

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 solution 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\procardnant

[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 msi task for ease of use). Doing that, I

RE: [nant-dev] solution 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

[nant-dev] Another solution task patch

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

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 AM Subject:

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=2537223forum_id=863 ) and develop a Subversion Task. I have the checkout task

[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] 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