Re: [CMake] Question about Project.xml file when using subprojects

2011-03-09 Thread Zou, Di (Cont, ARL/CISD)
It's all working now. Thank you! -Original Message- From: David Cole [mailto:david.c...@kitware.com] Sent: Tue 3/8/2011 10:52 AM To: Zou, Di (Cont, ARL/CISD) Cc: cmake@cmake.org Subject: Re: [CMake] Question about Project.xml file when using subprojects You need to postpone ca

Re: [CMake] Question about Project.xml file when using subprojects

2011-03-08 Thread David Cole
PARTS Update Configure) > ctest_build(BUILD "${CTEST_BINARY_DIRECTORY}") > ctest_test(BUILD "${CTEST_BINARY_DIRECTORY}") > ctest_submit() > > Lockheed Martin / ARL CISD > Aberdeen Proving Ground, MD 21005 > Phone: 410-278-7751 > Email: di@us.arm

Re: [CMake] Question about Project.xml file when using subprojects

2011-03-08 Thread Zou, Di (Cont, ARL/CISD)
ORY}") ctest_test(BUILD "${CTEST_BINARY_DIRECTORY}") ctest_submit() Lockheed Martin / ARL CISD Aberdeen Proving Ground, MD 21005 Phone: 410-278-7751 Email: di....@us.army.mil -Original Message- From: David Cole [mailto:david.c...@kitware.com] Sent: Mon 3/7/2011 7:12 PM T

Re: [CMake] Question about Project.xml file when using subprojects

2011-03-07 Thread David Cole
Are you calling ctest_start(Experimental) or ctest_start(Nightly) before callng ctest_submit...? On Mon, Mar 7, 2011 at 4:32 PM, Zou, Di (Cont, ARL/CISD) wrote: > I have been looking at this webpage: > http://www.kitware.com/products/html/CDashSubprojects.html. I have created > a Project.xml fi

[CMake] Question about Project.xml file when using subprojects

2011-03-07 Thread Zou, Di (Cont, ARL/CISD)
I have been looking at this webpage: http://www.kitware.com/products/html/CDashSubprojects.html. I have created a Project.xml file to list my subprojects. Right now I am just trying to use Project.xml to add subprojects to a dashboard. I am trying to submit the file to the dashboard like so: #