diff --git a/releng/org.eclipse.cdt.releng/build.sh b/releng/org.eclipse.cdt.releng/build.sh index 4258b337372..39e676697cd 100644 --- a/releng/org.eclipse.cdt.releng/build.sh +++ b/releng/org.eclipse.cdt.releng/build.sh @@ -6,4 +6,4 @@ export PATH=$JAVA_HOME/bin:$PATH cd `dirname $0` -java -cp ../../startup.jar org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner $* 2>&1 | tee build.log +java -cp ../org.eclipse.releng.basebuilder/startup.jar org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner $* 2>&1 | tee build.log diff --git a/releng/org.eclipse.cdt.releng/build.xml b/releng/org.eclipse.cdt.releng/build.xml index c911ede3491..f43c7f7a4d9 100644 --- a/releng/org.eclipse.cdt.releng/build.xml +++ b/releng/org.eclipse.cdt.releng/build.xml @@ -11,7 +11,7 @@ - + @@ -21,6 +21,7 @@ + @@ -28,9 +29,9 @@ - - - + @@ -47,8 +48,6 @@ - - @@ -71,8 +70,6 @@ - - @@ -94,8 +91,8 @@ - + @@ -106,8 +103,6 @@ - - @@ -156,7 +151,7 @@ - + @@ -166,16 +161,6 @@ - - - - - - - - - - diff --git a/releng/org.eclipse.cdt.releng/builders/build.properties b/releng/org.eclipse.cdt.releng/builders/build.properties index 4a028530ae6..4d2ce20afb5 100644 --- a/releng/org.eclipse.cdt.releng/builders/build.properties +++ b/releng/org.eclipse.cdt.releng/builders/build.properties @@ -68,11 +68,9 @@ zipargs= # The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE #bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar -# Whether or not to include debug info in the output jars -javacDebugInfo=true - -# Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacDebugInfo=on +javacVerbose=true +javacFailOnError=false # The version of the source code #javaSource=1.3 diff --git a/releng/org.eclipse.cdt.releng/cdt-map.in b/releng/org.eclipse.cdt.releng/cdt-map.in index 07ca2792690..b9b47b16fb1 100644 --- a/releng/org.eclipse.cdt.releng/cdt-map.in +++ b/releng/org.eclipse.cdt.releng/cdt-map.in @@ -5,5 +5,3 @@ org.eclipse.cdt-@buildId@-linux.motif.x86.zip = http://download.eclipse.org/tool org.eclipse.cdt-@buildId@-qnx.photon.x86.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | qnx,photon,x86 | | runtime org.eclipse.cdt-@buildId@-solaris.motif.sparc.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | solaris,motif,sparc | | runtime org.eclipse.cdt-@buildId@-win32.win32.x86.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | win32,win32,x86 | | runtime -org.eclipse.cdt.make-@buildId@.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | | | runtime -org.eclipse.cdt.managedbuilder-@buildId@.zip = http://download.eclipse.org/tools/cdt/updates/builds/2.0/zips/@buildId@/ | | | runtime diff --git a/releng/org.eclipse.cdt.releng/index.xsl b/releng/org.eclipse.cdt.releng/index.xsl index 297fc28fb43..03d216f7234 100644 --- a/releng/org.eclipse.cdt.releng/index.xsl +++ b/releng/org.eclipse.cdt.releng/index.xsl @@ -173,57 +173,43 @@ - - - - zips/I - - /org.eclipse.cdt.make-I - - .zip - - - org.eclipse.cdt.make-I - - .zip - - - - - - - - - zips/I - - /org.eclipse.cdt.managedbuilder-I - - .zip - - - org.eclipse.cdt.managedbuilder-I - - .zip - - - - - - - zips/I - - /org.eclipse.cdt.testing-I - - .zip - - - org.eclipse.cdt.testing-I - - .zip - - - + + + + + + zips/I + + /org.eclipse.cdt.make-I + + .zip + + + org.eclipse.cdt.make-I + + .zip + + + + + + + zips/I + + /org.eclipse.cdt.managedbuilder-I + + .zip + + + org.eclipse.cdt.managedbuilder-I + + .zip + + + + + diff --git a/releng/org.eclipse.cdt.releng/maps/cdt.map b/releng/org.eclipse.cdt.releng/maps/cdt.map index 47e7996c16d..bc52336dd88 100644 --- a/releng/org.eclipse.cdt.releng/maps/cdt.map +++ b/releng/org.eclipse.cdt.releng/maps/cdt.map @@ -3,6 +3,12 @@ plugin@org.eclipse.cdt.core=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools, plugin@org.eclipse.cdt.ui=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools, +plugin@org.eclipse.cdt.make.core=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools, +plugin@org.eclipse.cdt.make.ui=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools, + +plugin@org.eclipse.cdt.managedbuilder.core=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools, +plugin@org.eclipse.cdt.managedbuilder.ui=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools, + plugin@org.eclipse.cdt.debug.core=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools, plugin@org.eclipse.cdt.debug.ui=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools, @@ -24,16 +30,6 @@ fragment@org.eclipse.cdt.core.qnx=HEAD,:pserver:anonymous@dev.eclipse.org:/home/ fragment@org.eclipse.cdt.core.solaris=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools, fragment@org.eclipse.cdt.core.win32=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools, -! Builders - -plugin@org.eclipse.cdt.make.core=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools, -plugin@org.eclipse.cdt.make.ui=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools, -feature@org.eclipse.cdt.make=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,,org.eclipse.cdt.make-feature - -plugin@org.eclipse.cdt.managedbuilder.core=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools, -plugin@org.eclipse.cdt.managedbuilder.ui=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools, -feature@org.eclipse.cdt.managedbuilder=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,,org.eclipse.cdt.managedbuilder-feature - ! Testing feature plugin@org.eclipse.cdt.core.tests=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools, @@ -44,3 +40,4 @@ feature@org.eclipse.cdt.testing=HEAD,:pserver:anonymous@dev.eclipse.org:/home/to ! Source Feature +feature@org.eclipse.cdt.source=HEAD,:pserver:anonymous@dev.eclipse.org:/home/tools,,org.eclipse.cdt.source-feature diff --git a/releng/org.eclipse.cdt.releng/platform/build.properties b/releng/org.eclipse.cdt.releng/platform/build.properties index 5ddb074eb83..2656348973a 100644 --- a/releng/org.eclipse.cdt.releng/platform/build.properties +++ b/releng/org.eclipse.cdt.releng/platform/build.properties @@ -75,11 +75,9 @@ zipargs= # The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE #bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar -# Whether or not to include debug info in the output jars -javacDebugInfo=true - -# Whether or not to fail the build if there are compiler errors -javacfailonerror=true +javacDebugInfo=on +javacVerbose=true +javacFailOnError=false # The version of the source code #javaSource=1.3 diff --git a/releng/org.eclipse.cdt.releng/sdk/build.properties b/releng/org.eclipse.cdt.releng/sdk/build.properties new file mode 100644 index 00000000000..5ddb074eb83 --- /dev/null +++ b/releng/org.eclipse.cdt.releng/sdk/build.properties @@ -0,0 +1,88 @@ +##################### +# Parameters describing how and where to execute the build. +# Typical users need only update the following properties: +# baseLocation - where things you are building against are installed +# bootclasspath - The base jars to compile against (typicaly rt.jar) +# configs - the list of {os, ws, arch} configurations to build. +# +# Of course any of the settings here can be overridden by spec'ing +# them on the command line (e.g., -DbaseLocation=d:/eclipse + +############# CVS CONTROL ################ +# The CVS tag to use when fetching the map files from the repository +mapVersionTag=HEAD + +# The CVS tag to use when fetching elements to build. By default the +# builder will use whatever is in the maps. Use this value to override +# for example, when doing a nightly build out of HEAD +# fetchTag=HEAD + + +############## BUILD / GENERATION CONTROL ################ +# The directory into which the build elements will be fetched and where +# the build will take place. buildDirectory and install should be the same +# value. +buildDirectory=build + +# Type of build. Used in naming the build output. Typically this value is +# one of I, N, M, S, ... +buildType=I + +# ID of the build. Used in naming the build output. +buildId=TestBuild + +# Label for the build. Used in naming the build output +buildLabel=${buildType}.${buildId} + +# Timestamp for the build. Used in naming the build output +timestamp=007 + +# Base location for anything the build needs to compile against. For example, +# when building GEF, the baseLocation should be the location of a previously +# installed Eclipse against which the GEF code will be compiled. +baseLocation= + +#Os/Ws/Arch/nl of the eclipse specified by baseLocation +#baseos +#basews +#basearch +#basenl + +# The location underwhich all of the build output will be collected. This will be +# the root path in the resultant zip file. +collPlace=eclipse + +# The directory in which to execute zip of the ${collPlace} directory +collBase=. + +# The list of {os, ws, arch} configurations to build. This +# value is a '&' separated list of ',' separate triples. For example, +# configs=win32,win32,x86 & linux,motif,x86 +# By default the value is *,*,* +configs=\ + aix,motif,ppc \ + & hpux,motif,PA_RISC \ + & linux,gtk,x86 \ + & linux,motif,x86 \ + & qnx,photon,x86 \ + & solaris,motif,sparc \ + & win32,win32,x86 + +#Arguments to send to the zip executable +zipargs= + +############# JAVA COMPILER OPTIONS ############## +# The location of the Java jars to compile against. Typically the rt.jar for your JDK/JRE +#bootclasspath=d:/ibm1.3.1/jre/lib/rt.jar + +# Whether or not to include debug info in the output jars +javacDebugInfo=true + +# Whether or not to fail the build if there are compiler errors +javacfailonerror=true + +# The version of the source code +#javaSource=1.3 + +# The version of the byte code targeted +#javacTarget=1.1 diff --git a/releng/org.eclipse.cdt.releng/sdk/customTargets.xml b/releng/org.eclipse.cdt.releng/sdk/customTargets.xml new file mode 100644 index 00000000000..1655060885c --- /dev/null +++ b/releng/org.eclipse.cdt.releng/sdk/customTargets.xml @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/releng/org.eclipse.cdt.releng/site.in b/releng/org.eclipse.cdt.releng/site.in index 5fd14fba5ea..fa88eab4d39 100644 --- a/releng/org.eclipse.cdt.releng/site.in +++ b/releng/org.eclipse.cdt.releng/site.in @@ -4,10 +4,4 @@ - - - - - - diff --git a/releng/org.eclipse.cdt.releng/site.xsl b/releng/org.eclipse.cdt.releng/site.xsl index 02b91823428..1f3deff4390 100644 --- a/releng/org.eclipse.cdt.releng/site.xsl +++ b/releng/org.eclipse.cdt.releng/site.xsl @@ -33,38 +33,6 @@ - - - features/org.eclipse.cdt.make_ - - .jar - - - - - - - cdt_ - - - - - - - features/org.eclipse.cdt.managedbuilder_ - - .jar - - - - - - - cdt_ - - - -