From: Eduardo Davila Date: Thu, 23 Sep 2010 08:44:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CREATOOLS.2-0-3~44 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=3be596f0f03e58b0fbe1e7ea06dc775116e7e97c;p=creaToolsTools.git *** empty log message *** --- diff --git a/ctest/dashboard/All.bat b/ctest/dashboard/All.bat index b267ae5..0a3f6b8 100644 --- a/ctest/dashboard/All.bat +++ b/ctest/dashboard/All.bat @@ -1,6 +1,7 @@ rem @echo off set buildtype=Release set docgeneration=ON +set cvsUser=davila set creasourcefolder=crea set bbtksourcefolder=bbtk @@ -24,76 +25,76 @@ REM set bbtkgeditorbinary=bbtkGEditorBin REM set creatoolsbinary=creaToolsBin -rem call cvscheckout.bat %creasourcefolder% -rem call cvscheckout.bat %bbtksourcefolder% -rem call cvscheckout.bat %creamaracassourcefolder% -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% -rem call cvscheckout.bat %creatoolssource% +call cvscheckout.bat %creasourcefolder% %cvsUser% +call cvscheckout.bat %bbtksourcefolder% %cvsUser% +call cvscheckout.bat %creamaracassourcefolder% %cvsUser% +call cvscheckout.bat %creaenvironmentsource% %cvsUser% +call cvscheckout.bat %creabrukersource% %cvsUser% +call cvscheckout.bat %creaimagesourcefolder% %cvsUser% +call cvscheckout.bat %creacontourssource% %cvsUser% +call cvscheckout.bat %crearigidregistrationssource% %cvsUser% +call cvscheckout.bat %bbtkgeditorsource% %cvsUser% +call cvscheckout.bat %creatoolssource% %cvsUser% rem CREA -rem call cmakemod.bat %creasourcefolder% -rem call creaVariables.bat %creasourcefolder% -rem call compilemod.bat %buildtype% %creasourcefolder% -rem call ctestmod.bat %creasourcefolder% +call cmakemod.bat %creasourcefolder% +call creaVariables.bat %creasourcefolder% +call compilemod.bat %buildtype% %creasourcefolder% +call ctestmod.bat %creasourcefolder% set creadll=%~dp0 set creadll=%creadll%%creasourcefolder%Bin\%buildtype% set PATH=%creadll%;%PATH% rem BBTK -rem call cmakemod.bat %bbtksourcefolder% -rem call bbtkVariables.bat %bbtksourcefolder% %docgeneration% -rem call compilemod.bat %buildtype% %bbtksourcefolder% -rem call ctestmod.bat %bbtksourcefolder% +call cmakemod.bat %bbtksourcefolder% +call bbtkVariables.bat %bbtksourcefolder% %docgeneration% +call compilemod.bat %buildtype% %bbtksourcefolder% +call ctestmod.bat %bbtksourcefolder% set bbtkdll=%~dp0 set bbtkdll=%bbtkdll%%bbtksourcefolder%Bin\%buildtype% set PATH=%bbtkdll%;%PATH% rem creaMaracasVisu -rem call cmakemod.bat %creamaracassourcefolder% -rem call creaMaracasVariables.bat %creamaracassourcefolder% %docgeneration% -rem call compilemod.bat %buildtype% %creamaracassourcefolder% -rem call ctestmod.bat %creamaracassourcefolder% +call cmakemod.bat %creamaracassourcefolder% +call creaMaracasVariables.bat %creamaracassourcefolder% %docgeneration% +call compilemod.bat %buildtype% %creamaracassourcefolder% +call ctestmod.bat %creamaracassourcefolder% set creamaracasdll=%~dp0%creamaracassourcefolder%\%buildtype% set PATH=%creamaracasdll%;%PATH% rem creaEnvironment -rem call cmakemod.bat %creaenvironmentsource% -rem call creaenvironmentVariables.bat %creaenvironmentsource% -rem call compilemod.bat %buildtype% %creaenvironmentsource% -rem call ctestmod.bat %creaenvironmentsource% +call cmakemod.bat %creaenvironmentsource% +call creaenvironmentVariables.bat %creaenvironmentsource% +call compilemod.bat %buildtype% %creaenvironmentsource% +call ctestmod.bat %creaenvironmentsource% set creaenvironmentdll=%~dp0%creaenvironmentsource%\%buildtype% set PATH=%creaenvironmentdll%;%PATH% rem creaBruker -rem call cmakemod.bat %creabrukersource% -rem call creaBrukerVariables.bat %creabrukersource% %docgeneration% -rem call compilemod.bat %buildtype% %creabrukersource% -rem call ctestmod.bat %creabrukersource% +call cmakemod.bat %creabrukersource% +call creaBrukerVariables.bat %creabrukersource% %docgeneration% +call compilemod.bat %buildtype% %creabrukersource% +call ctestmod.bat %creabrukersource% set creabrukerdll=%~dp0%creabrukersource%\%buildtype% set PATH=%creabrukerdll%;%PATH% rem creaImageIO -rem call cmakemod.bat %creaimagesourcefolder% -rem call creaImageIOVariables.bat %creaimagesourcefolder% %docgeneration% -rem call compilemod.bat %buildtype% %creaimagesourcefolder% -rem call ctestmod.bat %creaimagesourcefolder% +call cmakemod.bat %creaimagesourcefolder% +call creaImageIOVariables.bat %creaimagesourcefolder% %docgeneration% +call compilemod.bat %buildtype% %creaimagesourcefolder% +call ctestmod.bat %creaimagesourcefolder% set creaimagedll=%~dp0%creaimagesourcefolder%\%buildtype% set PATH=%creaimagedll%;%PATH% rem creaContours -rem call cmakemod.bat %creacontourssource% -rem call creaContoursVariables.bat %creacontourssource% %docgeneration% -rem call compilemod.bat %buildtype% %creacontourssource% -rem call ctestmod.bat %creacontourssource% +call cmakemod.bat %creacontourssource% +call creaContoursVariables.bat %creacontourssource% %docgeneration% +call compilemod.bat %buildtype% %creacontourssource% +call ctestmod.bat %creacontourssource% set creacontourdll=%~dp0%creacontourssource%\%buildtype% rem set PATH=%creacontoursdll%;%PATH% @@ -116,10 +117,10 @@ rem set PATH=%bbtkgeditordll%;%PATH% pause rem creaTools -rem call cmakemod.bat %creatoolssource% -rem call creaToolsVariables.bat %creatoolsbinary% -rem call compilemodCreaTools.bat %buildtype% %creatoolsbinary% -rem remrem call ctestmod.bat %creatoolsbinary% +call cmakemod.bat %creatoolssource% +call creaToolsVariables.bat %creatoolsbinary% +call compilemodCreaTools.bat %buildtype% %creatoolsbinary% +rem remcall ctestmod.bat %creatoolsbinary% set creatoolsdll=%~dp0%creatoolsbinary%\%buildtype% set PATH=%creatoolssdll%;%PATH% diff --git a/ctest/dashboard/creaMaracasVariables.bat b/ctest/dashboard/creaMaracasVariables.bat index cd8a39f..cc27378 100644 --- a/ctest/dashboard/creaMaracasVariables.bat +++ b/ctest/dashboard/creaMaracasVariables.bat @@ -8,4 +8,4 @@ cmake -D crea_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/crea -D BUILD_BBTK_PACK cmake -D BBTK_DIR:PATH=%currentdir%/tmpCreaTools_INSTALL/bbtk CMakeCache.txt cmake -D BUILD_BBTK_PACKAGE_creaMaracasVisu_DOXYGEN_DOC:BOOL=%2 CMakeCache.txt cmake CMakeCache.txt -cd .. +cd .. \ No newline at end of file diff --git a/ctest/dashboard/cvscheckout.bat b/ctest/dashboard/cvscheckout.bat index 88f512b..98c9066 100644 --- a/ctest/dashboard/cvscheckout.bat +++ b/ctest/dashboard/cvscheckout.bat @@ -1 +1 @@ -cvs -d :ssh:davila@cvs.creatis.insa-lyon.fr:/cvs/creatis checkout %1 +cvs -d :ssh:%2@cvs.creatis.insa-lyon.fr:/cvs/creatis checkout %1