<font size=2 face="sans-serif">Sir,</font>
<br><font size=2 face="sans-serif">this is my first project using CDash
and because of impossibility of changing the project file structure I decided
to make use of SUBPROJECTS</font>
<br><font size=2 face="sans-serif">so far I have not been able to have
the results actually presented under the CDash SubProject and all my submission
go to the Project, not to the SubProject</font>
<br><font size=2 face="sans-serif"> I will appreciate very much if
some one can tell me what am I doing wrong (currently I only submit the
Test)</font>
<br>
<br><font size=2 face="sans-serif">my Project.xml looks like this:</font>
<br>
<br><font size=2 face="sans-serif"><?xml version="1.0" encoding="utf-8"?></font>
<br><font size=2 face="sans-serif"><Project name="XPAM"></font>
<br><font size=2 face="sans-serif">  <SubProject name="bkgtag"></font>
<br><font size=2 face="sans-serif">  </SubProject></font>
<br><font size=2 face="sans-serif"></Project></font>
<br>
<br><font size=2 face="sans-serif">my  CTestConfig.cmake looks like
this:</font>
<br>
<br><font size=2 face="sans-serif">   set(CTEST_PROJECT_NAME
                     
 "XPAM")</font>
<br><font size=2 face="sans-serif">   set(CTEST_PROJECT_SUBPROJECTS
 "bkgtag")</font>
<br><font size=2 face="sans-serif">   set(CTEST_NIGHTLY_START_TIME
       "00:00:00 UTC")</font>
<br><font size=2 face="sans-serif">   set(CTEST_DROP_METHOD  
                   "http")</font>
<br><font size=2 face="sans-serif">   set(CTEST_DROP_SITE  
                     
      "cdash")</font>
<br><font size=2 face="sans-serif">   set(CTEST_DROP_LOCATION
                 "/submit.php?project=XPAM")</font>
<br><font size=2 face="sans-serif">   set(CTEST_DROP_SITE_CDASH
    TRUE)</font>
<br>
<br><font size=2 face="sans-serif">the DriveCTest.cmake looks like this</font>
<br>
<br><font size=2 face="sans-serif">set(SUBPROJECT   "bkgtag")</font>
<br>
<br><font size=2 face="sans-serif">set(          
 CTEST_SOURCE_DIRECTORY   "${CTEST_ROOT}")</font>
<br><font size=2 face="sans-serif">set(          
 CTEST_BUILD_DIRECTORY    "${CTEST_ROOT}")</font>
<br><font size=2 face="sans-serif">set(          
 CTEST_BINARY_DIRECTORY   "${CTEST_ROOT}/bin")</font>
<br>
<br><font size=2 face="sans-serif">configure_file(${CTEST_ROOT}/CTestConfig.cmake
${CTEST_BUILD_DIRECTORY}/CTestTestfile.cmake)</font>
<br><font size=2 face="sans-serif">configure_file(${CTEST_BINARY_DIRECTORY}/CTestTestfile.cmake
${CTEST_BINARY_DIRECTORY}/CTestTestfile.cmake)</font>
<br>
<br><font size=2 face="sans-serif">ctest_start(${MODEL} TRACK ${MODEL})</font>
<br><font size=2 face="sans-serif">ctest_submit(FILES "${CTEST_ROOT}/Project.xml"
RETURN_VALUE res)</font>
<br><font size=2 face="sans-serif">set_property (GLOBAL PROPERTY SubProject
${SUBPROJECT})</font>
<br><font size=2 face="sans-serif">set_property (GLOBAL PROPERTY Label
 ${SUBPROJECT})</font>
<br><font size=2 face="sans-serif">ctest_submit (PARTS Configure  
RETURN_VALUE res)</font>
<br><font size=2 face="sans-serif">ctest_test(BUILD  "${CTEST_BINARY_DIRECTORY}"
APPEND) </font>
<br><font size=2 face="sans-serif">ctest_submit (RETURN_VALUE res)</font>
<br>
<br><font size=2 face="sans-serif">Thanks</font>
<br><font size=2 face="sans-serif"><br>
</font>
<br>
<br><font size=2 face="sans-serif">PRIVACY ACT NOTICE:  This communication
may contain privileged or other Official information.  If you are
not the intended recipient or believe that you have received this communication
in error, please reply to the sender indicating that fact and delete the
copy you received.  It is a violation of Federal Law to print, copy,
retransmit, disseminate, or otherwise use this information without prior
authorization.</font>