I am evaluating the use of nant to enhance the Visual Studio solution build we currently use for a project. One our our projects has a bunch of typed datasets defined in XSD files and Visual studio generates class wrappers automatically on save. I want to add a task to generate these wrappers if the XSD files have changed, but there doesn't seem to be a built-in task for this.
I would write one myself, but I cannot find anywhere in the documentation a way to do this programmatically. The only solution seems to be to call xsd.exe from the command line. So does anyone have a task that will do this, or know how to generate these class wrappers (in VB or C#) from within a .NET application?
Please copy me on any reply as I'm not on this list. And let me know if the nant-users list would be more appropriate.
Thanks,
Tim
Choose an Internet access plan right for you -- try MSN! Click Here ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
