|
From: Markus B. <mba...@us...> - 2006-06-18 17:18:03
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.build/cruiseControl In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv22624 Modified Files: build-RDT.properties build.properties Added Files: startCCForRDT.sh Log Message: small changes for cc 2.5 Index: build-RDT.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/cruiseControl/build-RDT.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** build-RDT.properties 8 Jan 2006 15:19:49 -0000 1.3 --- build-RDT.properties 18 Jun 2006 17:17:57 -0000 1.4 *************** *** 1,13 **** ! rdtBuildHome=/home/bma # buildDirectory is the directory into which the source are checked out and # where the build takes place buildDirectory=${rdtBuildHome}/cruiseControlWorkspace/checkout/RDT ! # the eclipse instance used for build ! eclipseDir=${rdtBuildHome}/eclipse/eclipse-3.1 # the pdeBuildPluginVersion is needed in order to construct the directory # where the pde build scripts are located ! pdeBuildPluginVersion=3.1.0 buildfile=${eclipseDir}/plugins/org.eclipse.pde.build_${pdeBuildPluginVersion}/scripts/build.xml --- 1,13 ---- ! rdtBuildHome=/home/rdt # buildDirectory is the directory into which the source are checked out and # where the build takes place buildDirectory=${rdtBuildHome}/cruiseControlWorkspace/checkout/RDT ! # the eclipse instance used for building ! eclipseDir=${rdtBuildHome}/eclipse/eclipse-3.2RC7 # the pdeBuildPluginVersion is needed in order to construct the directory # where the pde build scripts are located ! pdeBuildPluginVersion=3.2.0.v20060601 buildfile=${eclipseDir}/plugins/org.eclipse.pde.build_${pdeBuildPluginVersion}/scripts/build.xml --- NEW FILE: startCCForRDT.sh --- #! /bin/sh Xvfb :1 & export DISPLAY=localhost:1 #cd ~/cruisecontrol-bin-2.5 sh ../cruisecontrol-bin-2.5/cruisecontrol.sh -webport 8090 $@ Index: build.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.build/cruiseControl/build.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build.properties 14 Apr 2006 01:21:13 -0000 1.4 --- build.properties 18 Jun 2006 17:17:57 -0000 1.5 *************** *** 100,104 **** # The version of the byte code targeted ! #javacTarget=1.1 #collPlace=eclipse --- 100,104 ---- # The version of the byte code targeted ! javacTarget=1.4 #collPlace=eclipse |