John Hardin wrote:

Is there any way to dump the contents of a fileset?

no but if you run nant with -v many tasks ( csc for example ) will show the list of files matched - ie because that will be the list of files passed to csc.exe.

I'd like to verify
that it's doing what I want it to do, and I don't see a "verbose"
parameter on it or any task that will list its contents.



Unfortunately there isn't a task or function to do such a thing right now. I think there there was some talk of adding fileset related functions a while back. Things like :

string fileset::to-string( string fileset_id )
bool fileset::contains(string fileset_id, string path )

etc
could be useful.

Ian



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to