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
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
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
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
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:
#