Yes, but regardless of which way I get the fileset, I'm still not  
having luck replacing the fileset with my new sorted one.

Griffin Caprio
312.371.3869
http://blog.1530technologies.com



On May 7, 2007, at 6:11 PM, Alan Guedeney wrote:

>
> There was an example piece already provide in the email listing a  
> few days ago ...
>
> // Pass fileset refid as a string in your task
> public FileSet GetFileSetByID(String pID)
> {
>    if (pID.Length > 0)
>    {
>       DataTypeBase dtb = this.Project.DataTypeReferences[pID];
>       return (FileSet)dtb;
>     }
>     throw new Exception("FileSet ID is empty");
> }
> -Alan
>
>


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to