On Sun, Nov 14, 2010 at 3:11 AM, Andreas Mohr <a...@lisas.de> wrote: > On Thu, Nov 04, 2010 at 09:28:57AM -0400, cmake-requ...@cmake.org wrote: >> Message: 1 >> Date: Thu, 4 Nov 2010 06:10:24 -0400 >> From: David Cole <david.c...@kitware.com> >> Subject: Re: [CMake] Solution folder property does not work for >> external projects in cmake 2.8.3 >> To: Jens Auer <je...@miltenyibiotec.de> >> Cc: cmake@cmake.org >> Message-ID: >> <aanlktin3foaesqqijzb4qri-dfez=hg6z3roy5dzf...@mail.gmail.com> >> Content-Type: text/plain; charset=ISO-8859-1 > >> Presently, if the generated FOLDER structure is incorrect, our >> automated testing will not currently catch an error of that sort. Does >> anybody have a good idea for how to verify the correctness of the >> generated solution file? Right now it requires manual inspection of >> the VS GUI to determine whether the result is correct or not. > > xmllint, I suppose. > > And if it needs to have more than basic XML element structure consistency > checks, > then it's probably possible to use --dtdvalid on a DTD (as hopefully > published for VS2005/08/10 etc.). > > Unless that's still not precise enough for full validation of all > content. > > > Obviously this should best be made a mandatory post-build step prior to > release. > > HTH, > > Andreas Mohr >
But what I really want is to validate that the folder structure is as the CMakeLists.txt files describe them to be via the new target property... Just validating that the *.sln file is valid xml will not help much there. _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake