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