Once we have generated XSD, should it always be applied to the build file? Should the default be to check unless told not to?
So the command line option would be "-ignoreSchema" if you don't want the scheme applied to the build file. Okay, here is why I'm asking. I would image that you would always want to check your build file against the schema. Why wouldn't you want to know you typed something wrong before your build actually failed? (esp. cause it could take a while for it to fail) So, I suggest the follow. Schema validation resolution should work as follows. 1.) Try to load and use <buildfile>.xsd 2.) Dynamically generate a schema internally, and use it. _______________________________________________ Nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
