The [FileSet] attribute used to describe a BuildElement (nested xml element in a task 
or
datatype) is going to be removed soon. It is a relic of the days before the generic
BuildElement and provide no extra information at this point. If you are developing 
tasks
please replace any [FileSet("name")] with a [BuildElement("name")].

Here is an example if you want to see how it was done in the NAnt task (once anon cvs
gets updated.):
http://cvs.sourceforge.net/viewcvs.py/nant/nant/src/NAnt.Core/Tasks/CopyTask.cs?r1=1.29&r2=1.30



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to