Re: [Nant-users] Solution Task Bug

2003-12-04 Thread Gert Driesen
Marc, This should be fixed in the 0.84 nightly builds (http://nant.sourceforge.net/nightly/builds). Can you try this with one of the recent nightly builds and report back ? Thanks, Gert - Original Message - From: "Lehnert, Marc [LBRT/LNA]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Se

[Nant-users] RE: Nant-users digest, Vol 1 #524 - 4 msgs

2003-12-04 Thread P_Kumar
Hi Team I am new to NANT. I have some files which is not included in a project, It builds fine in IDE. The same project I am building through NANT (Pointing to the Source Directory), it takes all files which is not included in the project and throws up the error. I just excluded the files in my NA

[Nant-users] Solution Task Bug

2003-12-04 Thread Lehnert, Marc [LBRT/LNA]
NAnt v0.8.3 .NET FW v1.1.4322 MS Win2k SP4 When building a project that contains embedded raw resources (such as images), the solution task copies these files to a temporary directory. When the build is complete, the temporary directory is removed. However, if any of the raw resource files were r

Re: [Nant-users] docs bug

2003-12-04 Thread Gert Driesen
The docs have been fixed since, but thanks for the report anyway .. Gert - Original Message - From: "Jean Rajotte" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 04, 2003 9:39 PM Subject: [Nant-users] docs bug > allooo, > > the fileset docs describe "includes" an

[Nant-users] docs bug

2003-12-04 Thread Jean Rajotte
allooo, the fileset docs describe "includes" and "excludes" as "comma-separated list of patterns of files..." so you'd expect that you could do this: but you can't. the above returns an empty list. you need to do this to get results: