cd $generationdir
# the following stupid test is used at debug time; Please don't remove!
-if [ true = false ]
-then
+#if [ true = false ]
+#then
rm -rf creatools_bin/creaBin
rm -rf creatools_bin/bbtkBin
sh $scriptDir/cvscheckout.sh $bbtkgeditorsource $generationdir $cvsUserName
sh $scriptDir/cvscheckout.sh $creatoolssource $generationdir $cvsUserName
-fi
+#fi
cd $scriptDir
# CREA
-if [ true = false ]
-then
+#if [ true = false ]
+#then
sh cmakemod.sh $creasource $generationdir $installPrefix $buildType
sh creaVariables.sh $creasource $generationdir $docgeneration
sh compilemod.sh $buildType $creasource $generationdir
sh ctestmod.sh $creasource $generationdir
-fi
+#fi
creadll=$generationdir/creatools_bin/creaBin
LD_LIBRARY_PATH=$creadll:LD_LIBRARY_$PATH
-if [ true = true ]
-then
+#if [ true = false ]
+#then
# BBTK
sh cmakemod.sh $bbtksource $generationdir $installPrefix $buildType
sh bbtkVariables.sh $bbtksource $generationdir $docgeneration
sh compilemod.sh $buildType $bbtksource $generationdir
sh ctestmod.sh $bbtksource $generationdir
-fi
+#fi
bbtkdll=$generationdir/creatools_bin/bbtkBin
LD_LIBRARY_PATH=$bbtkdll:$LD_LIBRARY_PATH
LD_LIBRARY_PATH=$creamaracasdll:$LD_LIBRARY_PATH
-exit 0
-
#if [ true = false ]
#then