Index: trunk/config/config-full.xml =================================================================== --- trunk/config/config-full.xml (revision 485479) +++ trunk/config/config-full.xml (working copy) @@ -18,10 +18,10 @@ - - - - + + + + @@ -48,9 +48,9 @@ - + Index: trunk/README.txt =================================================================== --- trunk/README.txt (revision 485479) +++ trunk/README.txt (working copy) @@ -14,6 +14,7 @@ CI up and working. 1) Java JDK v5 + Note, to run it over em64t platform the 64bit JDK should be installed. 2) Apache Ant : http://ant.apache.org/ Please get the latest release (1.6 or better) and install @@ -73,4 +74,3 @@ 1) Q.: The test runs OK, but no passed/ failed information available. Why? A.: This script was tested and works over the sun jdk only. If you run it over the BEA jdk it will fail. - Index: trunk/build.xml =================================================================== --- trunk/build.xml (revision 485479) +++ trunk/build.xml (working copy) @@ -43,7 +43,68 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -164,6 +225,8 @@ wdir=${target.dir} timeout=${cycle_timeout} ttimeout=${task_timeout} +build_cfg=${build_configuration} +build_arch=${build.arch} cc_webcontent=${target.dir}/webapps/cruisecontrol server_addr=${mail_server} report_to=${report_failures_to} @@ -204,9 +267,17 @@ cmd=build.bat cc=msvc + + token="REM set CC_OPTS=-Xms128m -Xmx256m"> + + + + - + + @@ -225,6 +297,17 @@ cmd=build.sh cc=gcc + + + + + + Index: trunk/cc.properties.example =================================================================== --- trunk/cc.properties.example (revision 485479) +++ trunk/cc.properties.example (working copy) @@ -35,6 +35,12 @@ cycle_timeout=500 ## -------------------------------------------------------------------- +## build configuration +## build_configuration=debug or release +## -------------------------------------------------------------------- +build_configuration=debug + +## -------------------------------------------------------------------- ## mail configuration ## uncomment and configure to use mail for notification ## --------------------------------------------------------------------