From 819b8ee50a348d9c4fffcbdd440f06b8c3eecfda Mon Sep 17 00:00:00 2001
From: Frank Gaede <frank.gaede@desy.de>
Date: Fri, 20 Feb 2015 12:56:16 +0000
Subject: [PATCH]  ==========================================    updated
 release.notes and ReadMe.txt for            release v00-11 
 ==========================================

---
 ReadMe.txt        | 28 ++++++++++++++--------------
 doc/release.notes |  1 +
 2 files changed, 15 insertions(+), 14 deletions(-)

diff --git a/ReadMe.txt b/ReadMe.txt
index 2974b2006..e15c6e354 100644
--- a/ReadMe.txt
+++ b/ReadMe.txt
@@ -110,16 +110,6 @@ To build and run the simulation examples Geant4 will be required.
      or
   source ./bin/thisdd4hep.csh
 
-4.2) Running a first basic example
------------------------------------
- A simple 'Hello World' example can be found in examples/firstexample:
- cd examples/firstexample
- mkdir build
- cmake -DDD4hep_DIR=../../ ../
- make -j
- ./bin/Test_execute ../compact/Sensor_Test.xml
-
- A simple box should be shown now.  	
 
 
 5) Testing
@@ -146,6 +136,16 @@ To build and run the simulation examples Geant4 will be required.
   ctest -V -R units
   # runs only test_units
 
+ - running nightly builds and tests with cdash:
+
+  make NightlyStart
+  make NightlyConfigure
+  make NightlyBuild
+  make install
+  make NightlyTest
+  make NightlySubmit
+
+
 6) Extending
 ------------
 
@@ -180,7 +180,7 @@ on the cmake command line - replace 'cmake ..' below with, e.g:
 - then building the examples should be very straight forward. e.g:
    (check for additional instructions in example subdirectory)
 
-  cd ./examples/ILDExDet/
+  cd ./examples/SimpleDetector/
   mkdir build ; cd build 
   cmake ..
   make -j install
@@ -194,16 +194,16 @@ or build all examples in one go:
  
 
 - before running the example, initialize the environment:
-  . ./bin/thisILDExDet.sh 
+  . ./bin/thisSimpleDetector.sh 
 
 
 - then you can for example display the ILD detector (toy model):
 
-  geoDisplay ../compact/ILDEx.xml
+  geoDisplay ../compact/Simple_ILD.xml
 
 - or convert the compact to an lcdd file:
 
-  geoConverter -compact2lcdd -input file:../compact/ILDEx.xml -output ILD_toy.lcdd
+  geoConverter -compact2lcdd -input file:../compact/Simple_ILD.xml -output Simple_ILD.lcdd
 
 
 - running example tests:
diff --git a/doc/release.notes b/doc/release.notes
index dfbb444b1..02f6242d2 100644
--- a/doc/release.notes
+++ b/doc/release.notes
@@ -98,6 +98,7 @@ DD4hep  ----  Release Notes
       examples/firstExample/
       examples/noviceN04/
 
+ - enabled testing in nightly builds with cmake, ctest and cdash (FG)
 
  - plus many small bug fixes  (use svn log for details )
 
-- 
GitLab