Re: [NAnt-users] FW: Sorting fileset

2007-05-07 Thread Richard Gavel
Populate the FileSet.Includes directly with the full path to each file. I'm assuming that when running the Scan that it will return them in the order added. -Original Message- From: Griffin Caprio [mailto:[EMAIL PROTECTED] Sent: Monday, May 07, 2007 6:43 PM To: Richard Gavel Cc:

[NAnt-users] FW: Sorting fileset

2007-05-07 Thread Richard Gavel
: Griffin Caprio [mailto:[EMAIL PROTECTED] Sent: Monday, May 07, 2007 4:37 PM To: Richard Gavel Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Sorting fileset Richard, Thanks for your continual help. The below solution seems to have legs, however, I'm having some pro

Re: [NAnt-users] Sorting fileset

2007-05-05 Thread Richard Gavel
My suggestion would be a custom task that takes in a fileset and manipulates it according to your needs. Then you can make use of the fileset later. The sort-fileset custom task would extract all the file names out, including wildcard evaluation (FileSet.Filenames property), then cr

[NAnt-users] VS2005 Support

2007-02-14 Thread Richard Gavel
I understand from a previous email that VS2005/MSBUILD file support has been added to the task within the nightly builds. However, I am trying to target the 1.1 framework and from the code, it seems like that is supported. But what it missing is the .targets files to be placed in the 1.1 framework

Re: [NAnt-users] Compiling VB6 Web Project

2007-01-05 Thread Richard Gavel
We had a similar issue due to a lot of VB6 webclass projects. I was forced to write a NAnt custom task that would invoke a WinBatch script that performed the necessary GUI interactions with the VB6 IDE. Further, since I use CruiseControl and a service does not have access to the console, I had to c

Re: [NAnt-users] building nant tasks in parallel

2006-10-26 Thread Richard Gavel
I also have had thought on how to make Nant run tasks in a multi-processing manner. My basic thought is to create a custom task based off of a task container. Various attributes would determine how many can run at a time. But, and here is where I'd like some feedback, should I spwan threads and run

Re: [NAnt-users] NAnt-users Digest, Vol 5, Issue 10

2006-10-13 Thread Richard Gavel
To be honest, that all depends what "deploy" means. Nant can already copy files, shut down/restart services, modify xml files, etc. None of those tasks are limited to being done on the local machine, unless the service account you're running CruiseControl under doesn't have enough rights to the rem