Re: [cmake-developers] EXCLUDE_FROM_DEFAULT_BUILD testing

2012-10-16 Thread Brad King
On 10/16/2012 11:04 AM, Brad King wrote: > I tested it locally on VS 6, 7.1, 8, 9, 10, and 11 all with > spaces in the path. I need to investigate the failures on > the dashboard to identify the problem. Since we're trying to keep the dashboard as clean as possible right now (to more directly tes

Re: [cmake-developers] EXCLUDE_FROM_DEFAULT_BUILD testing

2012-10-17 Thread Petr Kmoch
On Tue, Oct 16, 2012 at 5:26 PM, Brad King wrote: > On 10/16/2012 11:04 AM, Brad King wrote: > > I tested it locally on VS 6, 7.1, 8, 9, 10, and 11 all with > > spaces in the path. I need to investigate the failures on > > the dashboard to identify the problem. > > Since we're trying to keep the

Re: [cmake-developers] EXCLUDE_FROM_DEFAULT_BUILD testing

2012-10-17 Thread Brad King
On 10/17/2012 3:24 AM, Petr Kmoch wrote: > I'm a bit confused. We occasionally use MSBuild for driving builds at > work, but we always feed it solution files. How do you run it so that it > doesn't read them? And how does it then cope with project dependencies etc.? I haven't fully investigated ye

Re: [cmake-developers] EXCLUDE_FROM_DEFAULT_BUILD testing

2012-11-06 Thread Petr Kmoch
Hi Brad. Now that 2.8.10 is released, do you think you'd have time to come back to my patch for per-config EXCLUDE_FROM_DEFAULT_BUILD? I verified that the tests fail when CMAKE_MAKE_PROGRAM points to msbuild, because 'cmake --build' does not operate on the .sln in such case. This means it makes n

Re: [cmake-developers] EXCLUDE_FROM_DEFAULT_BUILD testing

2012-11-06 Thread Brad King
On 11/06/2012 08:22 AM, Petr Kmoch wrote: > I verified that the tests fail when CMAKE_MAKE_PROGRAM points to msbuild, > because 'cmake --build' does not operate on the .sln in such case. FYI, a recent issue was filed that may require cmake --build to read the .sln file: http://www.cmake.org/Bug/

Re: [cmake-developers] EXCLUDE_FROM_DEFAULT_BUILD testing

2012-11-06 Thread Petr Kmoch
On Tue, Nov 6, 2012 at 2:31 PM, Brad King wrote: > On 11/06/2012 08:22 AM, Petr Kmoch wrote: > > I verified that the tests fail when CMAKE_MAKE_PROGRAM points to msbuild, > > because 'cmake --build' does not operate on the .sln in such case. > > FYI, a recent issue was filed that may require cmak

Re: [cmake-developers] EXCLUDE_FROM_DEFAULT_BUILD testing

2012-11-08 Thread Brad King
On Thu, Nov 8, 2012 at 10:54 AM, Petr Kmoch wrote: > Attached are modified patches adding EXCLUDE_FROM_DEFAULT_BUILD_. The tests do not pass for me on VS 10. For example, VSExcludeFromDefaultBuild-Debug output contains: Run Build Command: ...\devenv.com VSExcludeFromDefaultBuild.sln /build Debu

Re: [cmake-developers] EXCLUDE_FROM_DEFAULT_BUILD testing

2012-11-13 Thread Brad King
On 11/12/2012 08:25 AM, Petr Kmoch wrote: > Fixed (that is, works for me) and rebased to 3b7abfd. Thanks. Applied: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b777272b http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d1f8828c http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e31d83b

Re: [cmake-developers] EXCLUDE_FROM_DEFAULT_BUILD testing

2012-11-13 Thread Brad King
On 11/13/2012 09:18 AM, Brad King wrote: > On 11/12/2012 08:25 AM, Petr Kmoch wrote: >> Fixed (that is, works for me) and rebased to 3b7abfd. > > Thanks. Applied: > > http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b777272b > http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d1f8828c > ht

Re: [cmake-developers] EXCLUDE_FROM_DEFAULT_BUILD testing

2012-11-13 Thread Petr Kmoch
On Tue, Nov 13, 2012 at 4:55 PM, Brad King wrote: > On 11/13/2012 09:18 AM, Brad King wrote: > > On 11/12/2012 08:25 AM, Petr Kmoch wrote: > >> Fixed (that is, works for me) and rebased to 3b7abfd. > > > > Thanks. Applied: > > > > http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b777272b > >