diff --git a/releng/org.eclipse.cdt.releng/.cvsignore b/releng/org.eclipse.cdt.releng/.cvsignore index e69de29bb2d..86455e67edb 100644 --- a/releng/org.eclipse.cdt.releng/.cvsignore +++ b/releng/org.eclipse.cdt.releng/.cvsignore @@ -0,0 +1,12 @@ +build +features +jars +logs +plugins +test +zips +build.log +build.number +index.html +main.xml +site.xml diff --git a/releng/org.eclipse.cdt.releng/build.sh b/releng/org.eclipse.cdt.releng/build.sh new file mode 100644 index 00000000000..45518a41309 --- /dev/null +++ b/releng/org.eclipse.cdt.releng/build.sh @@ -0,0 +1,2 @@ +export JAVA_HOME=/usr/java/j2sdk1.4.2 +java -classpath $JAVA_HOME/lib/tools.jar:jars/ant.jar:jars/optional.jar:jars/xalan.jar:jars/xml-apis.jar:jars/xercesImpl.jar:jars/NetComponents.jar org.apache.tools.ant.Main $* 2>&1 | tee build.log diff --git a/releng/org.eclipse.cdt.releng/genscripts.xsl b/releng/org.eclipse.cdt.releng/genscripts.xsl new file mode 100644 index 00000000000..15a187fa88c --- /dev/null +++ b/releng/org.eclipse.cdt.releng/genscripts.xsl @@ -0,0 +1,19 @@ + + + + + + + + + + feature@ + + + + + + + + + diff --git a/releng/org.eclipse.cdt.releng/index.xsl b/releng/org.eclipse.cdt.releng/index.xsl new file mode 100644 index 00000000000..6a2118137ce --- /dev/null +++ b/releng/org.eclipse.cdt.releng/index.xsl @@ -0,0 +1,68 @@ + + + + + + + + + CDT 1.2 Buld Page + + +

CDT 1.2 Build Page

+

+ The nightly builds are currently run every weeknight, + Monday to Friday at 3:00 a.m. EDT/EST. + + To get download and install the builds, add the following + as a site bookmark in Eclipse's Update Manager perspective: +

+

+ http://update.eclipse.org/tools/cdt/updates/builds/1.2 +

+

+ There is one category for each build. Expanding the + category will reveal the installable features. +

+

+ + Warning: The source feature is currently not providing + source as required. If you require debugging the CDT + with source, the only mechanism that works for now is + to get the source from CVS. We are actively working + to resolve this issue for those who do not have CVS + access. + +

+

Builds

+

+ The builds are currently being run every weeknight. The + reports from the automated build verification test suites + are linked below. +

+
    + +
+ + +
+ + +
  • + + +
  • +
    + +
    diff --git a/releng/org.eclipse.cdt.releng/junit.xsl b/releng/org.eclipse.cdt.releng/junit.xsl new file mode 100644 index 00000000000..a7dd9abed93 --- /dev/null +++ b/releng/org.eclipse.cdt.releng/junit.xsl @@ -0,0 +1,455 @@ + + + + + + + + + + + + + + + + + +
    + + + +
    + + + +
    + + + + + + +
    + + + + + + + + +

    Packages

    + Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers. + + + + + + + + + + + + + + + + + Failure + Error + + + + + + + + + +
    + + + +
    +
    + + + + + + + + + + + + +

    Package

    + + + + + + +
    + Back to top +

    +

    + + + + + + + + +

    TestCase

    + + + + + + + + + + +
    + +

    + + Back to top + + + + +

    Summary

    + + + + + + + + + + + + + + + + + Failure + Error + + + + + + + + + +
    TestsFailuresErrorsSuccess rateTime
    + + + + + + + +
    + + + + +
    + Note: failures are anticipated and checked for with assertions while errors are unanticipated. +
    +
    + + + + cur = TestCases['.'] = new Array(); + + + cur[''] = ''; + + + + + +

    Unit Test Results

    + + + + + +
    Designed for use with JUnit and Ant.
    +
    +
    + + + + Name + Tests + Errors + Failures + Time(s) + + + + + + + Name + Tests + Errors + Failures + Time(s) + + + + + + + Name + Status + Type + Time(s) + + + + + + + + + + + Failure + Error + + + + + + + + + + + + + + + + + + + + + Error + + + + + + Failure + + + + Error + + + + Success + + + + + + + + + + + + + + + + + + + + + + + + N/A + + + + + + +

    + + + + + + + + + + + + + \\ + + + + + + + + + + + + + + + + +
    + + + +
    + + + +
    +
    + + + + + + + + + + + + + diff --git a/releng/org.eclipse.cdt.releng/main.xsl b/releng/org.eclipse.cdt.releng/main.xsl new file mode 100644 index 00000000000..3baea8e9aea --- /dev/null +++ b/releng/org.eclipse.cdt.releng/main.xsl @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -feature + + + + + build/features/ + + + + + build/features/ + + -feature + + + + + + + + + + build/ + + s/ + + / + + .xml + + + + + + build/ + + s/ + + / + + .xml + + + + + + + + + + + + + + + + + + build/features/ + + + + + + + + + + + + + + + + + / + + _${build.version}.${build.number}.jar + + + + + + + + + + + + + / + + _${build.version}.${build.number}.jar + + + + + + + + + + + + + + + + + + + + s/ + + _${build.version}.${build.number}.jar + + + test/ + + s/ + + _${build.version}.${build.number} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/releng/org.eclipse.cdt.releng/manifest.xml b/releng/org.eclipse.cdt.releng/manifest.xml new file mode 100644 index 00000000000..406e5339209 --- /dev/null +++ b/releng/org.eclipse.cdt.releng/manifest.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/releng/org.eclipse.cdt.releng/plugin.xsl b/releng/org.eclipse.cdt.releng/plugin.xsl new file mode 100644 index 00000000000..5b0ed797b77 --- /dev/null +++ b/releng/org.eclipse.cdt.releng/plugin.xsl @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/releng/org.eclipse.cdt.releng/site.xsl b/releng/org.eclipse.cdt.releng/site.xsl new file mode 100644 index 00000000000..5d47f301b93 --- /dev/null +++ b/releng/org.eclipse.cdt.releng/site.xsl @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + CDT Build + + + + CDT Build + + - + + + + + + + + + + + features/ + + _ + + .jar + + + + + + + + + + CDT Build + + + + + + + + + + +