From a361376fa813abc7f45200cb530c2ba8e3b1a505 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Sun, 5 Sep 2010 12:08:09 +0000 Subject: [PATCH] *** empty log message *** --- ctest/dashboard/All.bat | 34 +++++++++++------------- ctest/dashboard/Readme.txt | 4 +-- ctest/dashboard/creaImageIOVariables.bat | 3 ++- 3 files changed, 20 insertions(+), 21 deletions(-) diff --git a/ctest/dashboard/All.bat b/ctest/dashboard/All.bat index 634856f..602c8ef 100644 --- a/ctest/dashboard/All.bat +++ b/ctest/dashboard/All.bat @@ -27,9 +27,9 @@ REM set creatoolsbinary=creaToolsBin rem call cvscheckout.bat %creasourcefolder% rem call cvscheckout.bat %bbtksourcefolder% rem call cvscheckout.bat %creamaracassourcefolder% -call cvscheckout.bat %creaenvironmentsource% -call cvscheckout.bat %creabrukersource% -call cvscheckout.bat %creaimagesourcefolder% +rem call cvscheckout.bat %creaenvironmentsource% +rem call cvscheckout.bat %creabrukersource% +rem call cvscheckout.bat %creaimagesourcefolder% rem call cvscheckout.bat %creacontourssource% rem call cvscheckout.bat %crearigidregistrationssource% rem call cvscheckout.bat %bbtkgeditorsource% @@ -56,29 +56,27 @@ set bbtkdll=%bbtkdll%%bbtksourcefolder%Bin\%buildtype% set PATH=%bbtkdll%;%PATH% rem creaMaracasVisu -call cmakemod.bat %creamaracassourcefolder% -call creaMaracasVariables.bat %creamaracassourcefolder% %docgeneration% -call compilemod.bat %buildtype% %creamaracassourcefolder% -call ctestmod.bat %creamaracassourcefolder% +rem call cmakemod.bat %creamaracassourcefolder% +rem call creaMaracasVariables.bat %creamaracassourcefolder% %docgeneration% +rem call compilemod.bat %buildtype% %creamaracassourcefolder% +rem call ctestmod.bat %creamaracassourcefolder% set creamaracasdll=%~dp0%creamaracassourcefolder%\%buildtype% set PATH=%creamaracasdll%;%PATH% rem creaEnvironment -call cmakemod.bat %creaenvironmentsource% -call creaenvironmentVariables.bat %creaenvironmentsource% -call compilemod.bat %buildtype% %creaenvironmentsource% -call ctestmod.bat %creaenvironmentsource% +rem call cmakemod.bat %creaenvironmentsource% +rem call creaenvironmentVariables.bat %creaenvironmentsource% +rem call compilemod.bat %buildtype% %creaenvironmentsource% +rem call ctestmod.bat %creaenvironmentsource% set creaenvironmentdll=%~dp0%creaenvironmentsource%\%buildtype% set PATH=%creaenvironmentdll%;%PATH% - -rem JPR : strange : call creaenvironmentVariables.bat here ?!? rem creaBruker -call cmakemod.bat %creabrukersource% -call creaBrukerVariables.bat %creabrukersource% %docgeneration% -call compilemod.bat %buildtype% %creabrukersource% -call ctestmod.bat %creabrukersource% +rem call cmakemod.bat %creabrukersource% +rem call creaBrukerVariables.bat %creabrukersource% %docgeneration% +rem call compilemod.bat %buildtype% %creabrukersource% +rem call ctestmod.bat %creabrukersource% set creabrukerdll=%~dp0%creabrukersource%\%buildtype% set PATH=%creabrukerdll%;%PATH% @@ -125,4 +123,4 @@ set creatoolsdll=%~dp0%creatoolsbinary%\%buildtype% set PATH=%creatoolssdll%;%PATH% rem shutdown /s -exit /b +exit /b \ No newline at end of file diff --git a/ctest/dashboard/Readme.txt b/ctest/dashboard/Readme.txt index 4d97b3e..e799698 100644 --- a/ctest/dashboard/Readme.txt +++ b/ctest/dashboard/Readme.txt @@ -43,9 +43,9 @@ avoid Read Only conflicts 1) Download with svn CDASH https://www.kitware.com/svn/CDash/Release-1-6-4 -y put it in www of your "/EasyPHP" installation +y put it in www of your "/EasyPHP" instalation -2) modify php.ini configuration +2) modify php.ini confiuration In EasyPHP=5.3.3/conf_files php.ini uncomment : diff --git a/ctest/dashboard/creaImageIOVariables.bat b/ctest/dashboard/creaImageIOVariables.bat index 37fd867..da67fad 100644 --- a/ctest/dashboard/creaImageIOVariables.bat +++ b/ctest/dashboard/creaImageIOVariables.bat @@ -3,9 +3,10 @@ rem %1=creabrukersource% %2=docgeneration set currentdir=%~dp0 set currentdir=%currentdir:\=/% -cd %1 +cd %1Bin cmake -D crea_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/crea -D BUILD_BBTK_PACKAGE_creaImageIO:BOOL=ON -D creaImageIO_DOC:BOOL=ON -D creaBruker_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/creaBruker -D USE_GDCM:BOOL=ON CMakeCache.txt cmake -D BBTK_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/bbtk CMakeCache.txt cmake -D BUILD_DOXYGEN_DOC:BOOL=ON -D BUILD_BBTK_PACKAGE_creaImageIO_DOXYGEN_DOC:BOOL=ON CMakeCache.txt +cmake CMakeCache.txt cd .. \ No newline at end of file -- 2.45.1