[cmake-developers] [PATCH] Tell CTest about Apache Maven warnings

2011-03-18 Thread Rolf Eike Beer
Hi, we had a lot of fun debugging our nightly builds in the last couple of days. Part of our build process are some programs that get build using Apache Maven and are used to generate other files later on. It's something like this: ADD_CUSTOM_COMMAND( OUTPUT ${artifact} DEPENDS

Re: [cmake-developers] [PATCH] Tell CTest about Apache Maven warnings

2011-03-18 Thread David Cole
Thanks. Looks reasonable. Merged/pushed to next: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fcf3208ac10942344d4e7302ca8351758ba26978 Expect it in the next release. thx, David On Fri, Mar 18, 2011 at 4:51 AM, Rolf Eike Beer e...@sf-mail.de wrote: Hi, we had a lot of fun debugging our