[NAnt-users] Fileset problems

2006-12-08 Thread Bob Archer
I don't know why I can never get the file sets to work the way I want them to... One basic question though, if I want to include a directory that would be excluded by a pattern would that be a problem? For example, I want to delete a directory named ConfigWeb, but I want to exclude all dire

Re: [NAnt-users] [solution] Skipping [Release]

2006-12-08 Thread Bob Archer
Are you deleting all the OBJ/Bin folders/files of those projects first? If there is an existing DLL/EXE with a later date than all of the source then the project/solution will be skipped. BOb From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [NAnt-users] string::regex()

2006-12-08 Thread Michael Jervis
I guess this should go to nant-developers, but I don't want to subscribe to that just for one minor issue. However, attached is a patch (*) of a change to StringFunctions.cs to implement a bool string::regex-matches(string, regex) function, which I am now using in our production nightly build. C

[NAnt-users] [solution] Skipping [Release]

2006-12-08 Thread Sabahat Adil
Hi I have a project 'Testweb'.In this one more project i add i.e 'Web'and i add one project reference.My nant script is skiping the release of Testweb and web project.In Release location bin folder is missing.Please help. --- Part Of Output build: