Chris Sells just released a tool for auto-generating type safe 
collections from an xml based spec. This tool can plugs into visual 
studio.NET and is pretty useful. So I've written a NAnt task for it. No 
unit tests yet but I'm working on them.

See http://www.sellsbrothers.com/tools/#collectionGen for more info on 
collectionGen.

An example task looks like :

<typedcollection language="CSharp" >
    <fileset>
            <includes name = "collections.xml" />
     </fileset>
</typedcollection>

Ian


_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to