i've been trying to get a comma-separated list of includes and excludes
files in a fileset to work, but it always fails. although the task
description states that these fileset attributes can contain a
comma-separated list of files, this does not appear to be the case. here's
what fails:

        <fileset basedir="${localCC}\${localWWW}">
                <includes name="*/**"/>
                <excludes name="test/test.html,css4/test4.css">
        </fileset>

... but this works:

        <fileset basedir="${localCC}\${localWWW}">
                <includes name="*/**"/>
                <excludes name="test/test.html">
                <excludes name="css4/test4.css">
        </fileset>

i'd like to get this to work, because it would be nice to set the multiple
excludes or includes files as a parameter using the -D: command from the
command prompt. am i just seeing things or is this a bug?






-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to