Skip to content
Snippets Groups Projects
Commit b5705574 authored by david_williams's avatar david_williams
Browse files

prep for WTP 3.2.4 patch builds

parent d90a1027
No related branches found
No related tags found
No related merge requests found
Showing
with 741 additions and 1083 deletions
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature
id="org.eclipse.wst.common_core.feature.patch">
<category
name="Web Tools Platform (WTP) Patches @buildversionid@"/>
</feature>
<feature
id="org.eclipse.wst.common_ui.feature.patch">
<category
name="Web Tools Platform (WTP) Patches @buildversionid@"/>
</feature>
<feature
id="org.eclipse.wst.server_core.feature.patch">
<category
name="Web Tools Platform (WTP) Patches @buildversionid@"/>
</feature>
<feature
id="org.eclipse.wst.server_ui.feature.patch">
<category
name="Web Tools Platform (WTP) Patches @buildversionid@"/>
</feature>
<feature
id="org.eclipse.wst.xml_core.feature.patch">
<category
name="Web Tools Platform (WTP) Patches @buildversionid@"/>
</feature>
<feature
id="org.eclipse.wst.jsdt.feature.patch">
<category
name="Web Tools Platform (WTP) Patches @buildversionid@"/>
</feature>
<feature
id="org.eclipse.wst.web_core.feature.patch">
<category
name="Web Tools Platform (WTP) Patches @buildversionid@"/>
</feature>
<feature
id="org.eclipse.wst.web_ui.feature.patch">
<category
name="Web Tools Platform (WTP) Patches @buildversionid@"/>
</feature>
<feature
id="org.eclipse.jst.web_core.feature.patch">
<category
name="Web Tools Platform (WTP) Patches @buildversionid@"/>
</feature>
<feature
id="org.eclipse.jst.web_ui.feature.patch">
<category
name="Web Tools Platform (WTP) Patches @buildversionid@"/>
</feature>
<feature
id="org.eclipse.jst.enterprise_ui.feature.patch">
<category
name="Web Tools Platform (WTP) Patches @buildversionid@"/>
</feature>
<feature
id="org.eclipse.jpt.feature.patch">
<category
name="Web Tools Platform (WTP) Patches @buildversionid@"/>
</feature>
<feature
id="org.eclipse.wtp.releng.tests.feature.patch">
<category
name="Web Tools Platform Tests (WTP Tests) Patches @buildversionid@"/>
</feature>
<category-def
name="Web Tools Platform Tests (WTP Tests) Patches @buildversionid@"
label="Web Tools Platform Tests (WTP Tests) Patches @buildversionid@">
<description>
These features provide patches for WTP unit tests.
</description>
</category-def>
<category-def
name="Web Tools Platform (WTP) Patches @buildversionid@"
label="Web Tools Platform (WTP) Patches @buildversionid@">
<description>
These features provide patches for WTP.
</description>
</category-def>
<!--
<category-def
name="Web Tools Platform (WTP SDK) Patches @buildversionid@"
label="Web Tools Platform (WTP SDK) Patches @buildversionid@">
<description>
These features provide patches for WTP SDK.
</description>
</category-def>
-->
</site>
......@@ -43,92 +43,36 @@
value="wtp-patches32x"/>
</ant>
<ant antfile="${buildTargets}">
<property
name="eclipseBuildFailOnError"
value="false"/>
</ant>
<!--
<ant
antfile="${buildTargets}">
<property
name="component"
value="wtp-patches32x-tests"/>
<property
name="eclipseBuildFailOnError"
value="false"/>
value="wtp-patches32x-tests"/>
</ant>
-->
<!-- copy early, if we can ... else site won't be created, if we fail -->
<!-- we fail for compilation problems only at end, so everything gets a chance to try
and compile -->
<ant antfile="${wtp.builder.home}/scripts/build/checkForCompilationProblems.xml"/>
<!--
copy early, before tests, packaging, etc., both for early look, and
to make sure we don't lose what we have, if there is a subsequent build failure.
-->
<ant antfile="${wtp.builder.home}/scripts/build/copyArtifactsEarly.xml"/>
<antcall target="handleCompilationProblems"/>
</target>
<target
name="handleCompilationProblems"
depends="checkIfCompileProblems"
if="compilation.problem.found">
<!-- if there is a problem, leave a marker file in download directory, so the webpage can
describe what happened -->
<echo
message="Compilation problems were found"
file="${buildDirectory}/${buildLabel}/compilationProblems.txt"/>
<!-- always force an early copy, before fail, so all results and files get to "downloads" area -->
<ant antfile="${wtp.builder.home}/scripts/build/copyArtifactsEarly.xml"/>
<fail
if="compilation.problem.found"
message="The remaining build and tests were canceled since compilation problems were found."/>
</target>
<target name="checkIfCompileProblems">
<!--
Not sure how reliable the presence of this 'compilation.problem' file is ...
I just noticed it in recent PDE builds with compile problems.
May have to make this "fancier" in future.
For now, looks only one level down in plugins directory (in build's workdir) for a file with
the name 'complilation.problem'. We may have a "summary" in xml file format, summarizing logs,
... but not sure then created (during site? We'd have to call site first. This way, we'll see if the match :) .
-->
<available
file="compilation.problem"
type="file"
property="compilation.problem.found">
<filepath>
<dirset dir="${buildDirectory}">
<include name="plugins/*"/>
</dirset>
</filepath>
</available>
<echo message="compilation.problem path buildDirectory: ${buildDirectory}/plugins/*/"/>
</target>
<!-- invoking runbuild.xml targetting getBaseBuilder -->
<target
name="getBaseBuilder"
if="eclipse.builder.fetch">
<dirname
file="${ant.file}"
property="wtbuilder.dir"/>
<property
name="buildTargets"
value="${wtp.builder.home}/scripts/build/runbuild.xml"/>
<echo
level="info"
message="invoking buildTargets: ${buildTargets} -> getBaseBuilder"/>
<ant
antfile="${buildTargets}"
antfile="${wtp.builder.home}/scripts/build/runbuild.xml"
target="getBaseBuilder"/>
</target>
......
......@@ -8,7 +8,7 @@
<property file="${wtp.builder.home}/build.properties"/>
<property environment="env"/>
<!-- required to get proper value of branch specific values -->
<!-- required to get proper value of branch specific values -->
<property
name="keyCfgFile"
value="${env.PROJECT_BUILDERS}/${projectname}/${env.RELENG}/maps/build.cfg"/>
......
......@@ -228,9 +228,7 @@
but a) not sure if/how it will work and b) our names are distinct enough now this suffices.
-->
<iu query="property[@name='org.eclipse.equinox.p2.name' and @value='Web Tools Platform (WTP) ${buildId}']"/>
<iu query="property[@name='org.eclipse.equinox.p2.name' and @value='Web Tools Platform SDK (WTP SDK) ${buildId}']"/>
<iu query="property[@name='org.eclipse.equinox.p2.name' and @value='Web Tools Platform (WTP) Patches ${buildId}']"/>
<!--
<iu
......
<html>
<head>
<?php
$parts = explode("/", getcwd());
$parts2 = explode("-", $parts[count($parts) - 1]);
......@@ -15,22 +17,22 @@ echo "<title>Build Notes for $buildName </title>";
<body>
<p>
<b><font face="Verdana" size="+3">Build Notes</font>
</b>
<b><font face="Verdana" size="+3">Build Notes</font> </b>
</p>
<table border=0 cellspacing=5 cellpadding=2 width="100%">
<tr>
<td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font
color="#FFFFFF" face="Arial,Helvetica"> Build Notes for <?php echo "$buildName"; ?>
</font>
</b>
</font> </b>
</td>
</tr>
</table>
<table border="0">
<?php
$hasNotes = false;
$aDirectory = dir("buildnotes");
......@@ -51,8 +53,8 @@ echo "<title>Build Notes for $buildName </title>";
$aDirectory.closedir();
if (!$hasNotes) {
echo "<br>There are no build notes for this build.";
}
?>
}
?>
</table>
</body>
......
<html>
<head>
<?php
$parts = explode("/", getcwd());
$parts2 = explode("-", $parts[count($parts) - 1]);
......@@ -16,22 +18,22 @@ echo "<title>Test Console Output for $buildName </title>";
<body>
<p>
<b><font face="Verdana" size="+3">Test Console Output</font>
</b>
<b><font face="Verdana" size="+3">Test Console Output</font> </b>
</p>
<table border=0 cellspacing=5 cellpadding=2 width="100%">
<tr>
<td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font
color="#FFFFFF" face="Arial,Helvetica">Console output from running
JUnit plugin tests for <?php echo "$buildName"; ?> </font>
</b>
JUnit plugin tests for <?php echo "$buildName"; ?> </font> </b>
</td>
</tr>
</table>
<table border="0">
<?php
$rootDir = "testResults/consolelogs";
$hasNotes = false;
......@@ -93,8 +95,8 @@ echo "<title>Test Console Output for $buildName </title>";
if (!$hasNotes) {
echo "<br>There are no test logs for this build.";
}
?>
}
?>
</table>
</body>
......
<html>
<head>
<?php
function endsWith( $str, $sub ) {
......@@ -22,22 +24,22 @@ echo "<title>Test Console Output for $buildName </title>";
<body>
<p>
<b><font face="Verdana" size="+3">Test Console Output</font>
</b>
<b><font face="Verdana" size="+3">Test Console Output</font> </b>
</p>
<table border=0 cellspacing=5 cellpadding=2 width="100%">
<tr>
<td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font
color="#FFFFFF" face="Arial,Helvetica">Console output from running
JUnit plugin tests for <?php echo "$buildName"; ?> </font>
</b>
JUnit plugin tests for <?php echo "$buildName"; ?> </font> </b>
</td>
</tr>
</table>
<table border="0">
<?php
$hasNotes = false;
$aDirectory = dir(".");
......@@ -84,8 +86,8 @@ echo "<title>Test Console Output for $buildName </title>";
if (!$hasNotes) {
echo "<br>There are no test logs for this build.";
}
?>
}
?>
</table>
</body>
......
......@@ -8,184 +8,14 @@
include_once("miscUtil.php");
$incubating="false";
$displayBuildNotes=false;
$build_distribution="@build_distribution@";
$displayBuildNotes=true;
$buildBranch="@buildBranch@";
$build="@build@";
$type="@type@";
$buildtype="@buildtype@";
$builddate="@date@";
$eclipseMirrorPrefixuri="@eclipse.mirror.prefixuri@";
$eclipseFSpathPrefix="@eclipse.fspath.prefix@";
$eclipsefilelinux="@eclipsefilelinux@";
$eclipsefilewindows="@eclipsefilewindows@";
$eclipsefilemacosx="@eclipsefilemacos@";
$eclipseURL="@eclipseURL@";
$eclipseFile="@eclipseFile@";
$eclipseBuildURL="@eclipseBuildURL@";
$eclipseBuildHome="@eclipseBuildHome@";
$eclipseName="@eclipseName@";
$eclipseDescription="@eclipseDescription@";
$e4filelinux="@e4filelinux@";
$e4filewindows="@e4filewindows@";
$e4filemacosx="@e4filemacos@";
$e4URL="@e4URL@";
$e4File="@4File@";
$e4BuildURL="@e4BuildURL@";
$e4BuildHome="@e4BuildHome@";
$e4Name="@e4Name@";
$e4Description="@e4Description@";
$eclipseplatformMirrorPrefixuri="@eclipseplatform.mirror.prefixuri@";
$eclipseplatformFSpathPrefix="@eclipse.fspath.prefix@";
$eclipseplatformfilelinux="@eclipseplatformfilelinux@";
$eclipseplatformfilewindows="@eclipseplatformfilewindows@";
$eclipseplatformfilemacosx="@eclipseplatformfilemacos@";
$eclipseplatformURL="@eclipseplatformURL@";
$eclipseplatformFile="@eclipseplatformFile@";
$eclipseplatformBuildURL="@eclipseplatformBuildURL@";
$eclipseplatformBuildHome="@eclipseplatformBuildHome@";
$eclipseplatformName="@eclipseplatformName@";
$eclipseplatformDescription="@eclipseplatformDescription@";
$testURL="@testURL@";
$testFile="@testFile@";
$wstURL="@wstURL@";
$wstFile="@wstFile@";
$wstMirrorPrefixuri="@wst.mirror.prefixuri@";
$wstBuildHome="@wstBuildHome@";
$wstName="@wstName@";
$wstDescription="@wstDescription@";
$jstURL="@jstURL@";
$jstFile="@jstFile@";
$jstMirrorPrefixuri="@jst.mirror.prefixuri@";
$jstBuildHome="@jstBuildHome@";
$jstName="@jstName@";
$jstDescription="@jstDescription@";
$wtpURL="@wtpURL@";
$wtpFile="@wtpFile@";
$wtpRepo="@wtpRepo@";
$wtpMirrorPrefixuri="@wtp.mirror.prefixuri@";
$wtpBuildHome="@wtpBuildHome@";
$wtpName="@wtpName@";
$wtpDescription="@wtpDescription@";
$wtptestsURL="@wtptestsURL@";
$wtptestsFile="@wtptestsFile@";
$wtptestsRepo="@wtptestsRepo@";
$wtptestsMirrorPrefixuri="@wtptests.mirror.prefixuri@";
$wtptestsBuildHome="@wtptestsBuildHome@";
$wtptestsName="@wtptestsName@";
$wtptestsDescription="@wtptestsDescription@";
$gefURL="@gefURL@";
$gefFile="@gefFile@";
$gefRepo="@gefRepo@";
$gefMirrorPrefixuri="@gef.mirror.prefixuri@";
$gefBuildHome="@gefBuildHome@";
$gefName="@gefName@";
$gefDescription="@gefDescription@";
$emfURL="@emfURL@";
$emfFile="@emfFile@";
$emfMirrorPrefixuri="@emf.mirror.prefixuri@";
$emfBuildHome="@emfBuildHome@";
$emfName="@emfName@";
$emfDescription="@emfDescription@";
$emfsourceURL="@emfsourceURL@";
$emfsourceFile="@emfsourceFile@";
$emfsourceMirrorPrefixuri="@emfsource.mirror.prefixuri@";
$emfsourceBuildHome="@emfsourceBuildHome@";
$emfsourceName="@emfsourceName@";
$emfsourceDescription="@emfsourceDescription@";
$emfxsdURL="@emfxsdURL@";
$emfxsdFile="@emfxsdFile@";
$emfxsdMirrorPrefixuri="@emfxsd.mirror.prefixuri@";
$emfxsdBuildHome="@emfxsdBuildHome@";
$emfxsdName="@emfxsdName@";
$emfxsdDescription="@emfxsdDescription@";
$emfxsdsourceURL="@emfxsdsourceURL@";
$emfxsdsourceFile="@emfxsdsourceFile@";
$emfxsdsourceMirrorPrefixuri="@emfxsdsource.mirror.prefixuri@";
$emfxsdsourceBuildHome="@emfxsdsourceBuildHome@";
$emfxsdsourceName="@emfxsdsourceName@";
$emfxsdsourceDescription="@emfxsdsourceDescription@";
$emfandxsdURL="@emfandxsdURL@";
$emfandxsdFile="@emfandxsdFile@";
$emfandxsdRepo="@emfandxsdRepo@";
$emfandxsdMirrorPrefixuri="@emfandxsd.mirror.prefixuri@";
$emfandxsdBuildHome="@emfandxsdBuildHome@";
$emfandxsdName="@emfandxsdName@";
$emfandxsdDescription="@emfandxsdDescription@";
$emfandxsdsourceURL="@emfandxsdsourceURL@";
$emfandxsdsourceFile="@emfandxsdsourceFile@";
$emfandxsdsourceMirrorPrefixuri="@emfandxsdsource.mirror.prefixuri@";
$emfandxsdsourceBuildHome="@emfandxsdsourceBuildHome@";
$emfandxsdsourceName="@emfandxsdsourceName@";
$emfandxsdsourceDescription="@emfandxsdsourceDescription@";
$dtpURL="@dtpURL@";
$dtpFile="@dtpFile@";
$dtpRepo="@dtpRepo@";
$dtpMirrorPrefixuri="@dtp.mirror.prefixuri@";
$dtpBuildHome="@dtpBuildHome@";
$dtpName="@dtpName@";
$dtpDescription="@dtpDescription@";
$dltkURL="@dltkURL@";
$dltkFile="@dltkFile@";
$dltkMirrorPrefixuri="@dltk.mirror.prefixuri@";
$dltkBuildHome="@dltkBuildHome@";
$dltkName="@dltkName@";
$dltkDescription="@dltkDescription@";
$eclipserelengFile="@eclipserelengFile@";
$eclipserelengURL="@eclipserelengURL@";
$orbitthirdpartyzipFile="@orbitthirdpartyzipFile@";
$orbitthirdpartyzipURL="@orbitthirdpartyzipURL@";
$orbitthirdpartyzipBuildHome="@orbitthirdpartyzipBuildHome@";
$orbitthirdpartyzipMirrorPrefixuri="@orbitthirdpartyzip.mirror.prefixuri@";
$prereq_eclipse="true";
$prereq_eclipseplatform="@prereq.eclipseplatform@";
$prereq_emf="false";
$prereq_emfxsd="false";
$prereq_emfandxsd="true";
$prereq_emfvalidation="@prereq.emfvalidation@";
$prereq_gef="true";
$prereq_dtp="true";
$prereq_wst="@prereq.wst@";
$prereq_jst="@prereq.jst@";
$prereq_wtp="true";
$prereq_wtptests="true";
$prereq_dltk="@prereq.dltk@";
$debugScript = false;
......@@ -207,14 +37,39 @@ $mirrorScript=$defaultMirrorScript;
$downloadprefix=$defaultWTPMirrorPrefix;
$keytestMirrorString=$eclipseMirrorScript . "${eclipseWTPMirrorPrefix}/${build_distribution}-$build.zip";
$keytestMirrorString=$eclipseMirrorScript . $eclipseWTPMirrorPrefix."/".$build_distribution."-".$build.".zip";
if (isMirrored($keytestMirrorString) ) {
$mirrorScript=$eclipseMirrorScript;
$downloadprefix="${mirrorScript}${eclipseWTPMirrorPrefix}";
$downloadprefix=$mirrorScript.$eclipseWTPMirrorPrefix;
}
if ($debugScript) {
echo "inferred platform: " . getPlatform();
}
switch ($buildtype) {
case "I":
$type="Integration";
break;
case "M":
$type="Maintenance";
break;
case "R":
$type="Release";
break;
case "S":
$type="Stable";
break;
case "P":
$type="Patches";
break;
case "N":
$type="HEAD";
break;
default:
$type=$buildtype;
}
?>
......@@ -2,6 +2,8 @@
<head>
<?php
//ini_set("display_errors", "true");
//error_reporting (E_ALL);
......@@ -30,8 +32,7 @@ echo "<title>Components from build </title> \n";
</head>
<body>
<p>
<b><font face="Verdana" size="+3">Components</font>
</b>
<b><font face="Verdana" size="+3">Components</font> </b>
</p>
<p>These are special-purpose subsets of the WTP build. They are not
needed for normal use or construction of WTP (if they are needed, they
......@@ -41,14 +42,17 @@ echo "<title>Components from build </title> \n";
<table border=0 cellspacing=5 cellpadding=2 width="100%">
<tr>
<td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font
color="#FFFFFF" face="Arial,Helvetica"> component subsets</font>
</b>
color="#FFFFFF" face="Arial,Helvetica"> component subsets</font> </b>
</td>
</tr>
</table>
<?php
// Assuse this file is in the directory we are interested in
......@@ -58,41 +62,41 @@ $dir = dir(getcwd());
while ($anEntry = $dir->read())
{
echo "<table>";
echo "<table>";
if ($anEntry != "." && $anEntry != ".." && is_file($anEntry))
if ($anEntry != "." && $anEntry != ".." && is_file($anEntry))
{
{
$path_parts = pathinfo($anEntry);
$file_extension = $path_parts['extension'];
$path_parts = pathinfo($anEntry);
$file_extension = $path_parts['extension'];
if ("zip" === $file_extension) {
// echo " path parts: " . print_r($path_parts) . "<br /> \n";
if ("zip" === $file_extension) {
// echo " path parts: " . print_r($path_parts) . "<br /> \n";
echo "<tr>\n";
echo "<tr>\n";
echo "<td align=\"left\" valign=\"top\" width=\"10%\"></td>\n";
// todo: could use indexed general description here?
//echo " <td align=\"left\" valign=\"top\">\n";
//echo " <p>The Automated Test zip contains the unit tests.</p>\n";
echo "<td align=\"left\" valign=\"top\" width=\"10%\"></td>\n";
// todo: could use indexed general description here?
//echo " <td align=\"left\" valign=\"top\">\n";
//echo " <p>The Automated Test zip contains the unit tests.</p>\n";
$zipfilename=$path_parts['basename'];
$zipfilename=$path_parts['basename'];
$filename=$zipfilename;
$zipfilesize=fileSizeForDisplay($filename);
$fileShortDescription=$zipfilename;
displayFileLineSubdir($downloadprefix, "components", $filename, $zipfilesize, $fileShortDescription);
$filename=$zipfilename;
$zipfilesize=fileSizeForDisplay($filename);
$fileShortDescription=$zipfilename;
displayFileLineSubdir($downloadprefix, "components", $filename, $zipfilesize, $fileShortDescription);
echo "</tr>\n";
echo "</tr>\n";
}
}
}
echo "</table>";
}
echo "</table>";
}
?>
......
......@@ -19,6 +19,10 @@ else {
<?php if (isset($incubating) && ($incubating == "true")) {
echo "<table BORDER=0 CELLSPACING=2 CELLPADDING=2 WIDTH=\"100%\">";
echo " <tr>";
......
......@@ -2,6 +2,8 @@
<head>
<?php
//ini_set("display_errors", "true");
//error_reporting (E_ALL);
......@@ -59,8 +61,7 @@ echo "<title>Test Results for $buildName </title>";
</head>
<body>
<p>
<b><font face="Verdana" size="+3">Test Results</font>
</b>
<b><font face="Verdana" size="+3">Test Results</font> </b>
</p>
<table border=0 cellspacing=5 cellpadding=2 width="100%">
......@@ -74,37 +75,41 @@ echo "<title>Test Results for $buildName </title>";
<?php
if (file_exists("testResults"))
{
$dir = dir("testResults");
while ($anEntry = $dir->read())
{
if ($anEntry != "." && $anEntry != ".." && $anEntry != "consolelogs" && $anEntry != "html" && $anEntry != "xml")
{
if (is_dir($anEntry)) {
$link = "testResults/".$anEntry."/results/index.php";
echo "<p><a href=\"$link\">$anEntry</a></p> \n";
}
else {
// assume is file
$path_parts = pathinfo($anEntry);
$file_extension = $path_parts['extension'];
if (isset($path_parts['filename'])) {
$linkname = $path_parts['filename'];
}
else {
$linkname = $anEntry;
}
$link = $anEntry;
if ("html" === $file_extension || "php" === $file_extension || "log" === $file_extension || "txt" === $file_extension) {
echo "<p><a href=testResults/" . $link . ">" . $linkname . "</a></p>\n";
}
}
}
}
$dir = dir("testResults");
while ($anEntry = $dir->read())
{
if ($anEntry != "." && $anEntry != ".." && $anEntry != "consolelogs" && $anEntry != "html" && $anEntry != "xml")
{
if (is_dir($anEntry)) {
$link = "testResults/".$anEntry."/results/index.php";
echo "<p><a href=\"$link\">$anEntry</a></p> \n";
}
else {
// assume is file
$path_parts = pathinfo($anEntry);
$file_extension = $path_parts['extension'];
if (isset($path_parts['filename'])) {
$linkname = $path_parts['filename'];
}
else {
$linkname = $anEntry;
}
$link = $anEntry;
if ("html" === $file_extension || "php" === $file_extension || "log" === $file_extension || "txt" === $file_extension) {
echo "<p><a href=testResults/" . $link . ">" . $linkname . "</a></p>\n";
}
}
}
}
}
?>
......@@ -112,33 +117,33 @@ if (file_exists("testResults"))
<table border=0 cellspacing=5 cellpadding=2 width="100%">
<tr>
<td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font
color="#FFFFFF" face="Arial,Helvetica">Unit Test Results for <?php echo "$buildName"; ?>
</font></b></td>
</tr>
<tr>
<td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font
color="#FFFFFF" face="Arial,Helvetica">Unit Test Results for <?php echo "$buildName"; ?>
</font></b></td>
</tr>
</table>
<table id=tableunittestdata align="center" width="75%" border="1">
<tr>
<td class="bold" align="center" width="70%">Test Suite</td>
<td class="bold" align="center" width="15%">Errors &amp; Failures</td>
<td class="bold" align="center" width="15%">Total Tests</td>
<td class="bold" align="center" width="15%">Total Time (s)</td>
</tr>
<tr>
<td class="bold" align="center" width="70%">Test Suite</td>
<td class="bold" align="center" width="15%">Errors &amp; Failures</td>
<td class="bold" align="center" width="15%">Total Tests</td>
<td class="bold" align="center" width="15%">Total Time (s)</td>
</tr>
%testresults%
%testresults%
</table>
<p></p>
<br>
<table border=0 cellspacing=5 cellpadding=2 width="100%">
<tr>
<td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font
color="#FFFFFF" face="Arial,Helvetica"> Console output logs <?php echo "$buildName"; ?>
</font></b></td>
</tr>
<tr>
<td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"><b><font
color="#FFFFFF" face="Arial,Helvetica"> Console output logs <?php echo "$buildName"; ?>
</font></b></td>
</tr>
</table>
<br>
These
......
......@@ -96,7 +96,6 @@
we are running -->
<exclude name="test.xml"/>
<exclude name="**/*performance*/test.xml"/>
<exclude name="**/*wtp.releng.tests_1.1.0*/test.xml"/>
<include name="**/*releng*/test.xml"/>
</fileset>
</subant>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment