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