| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <?php |
| //ini_set("display_errors", "true"); |
| //error_reporting (E_ALL); |
| include ('buildproperties.php'); |
| if (array_key_exists("SERVER_NAME", $_SERVER)) { |
| $servername = $_SERVER["SERVER_NAME"]; |
| if ($servername === "build.eclipse.org") { |
| $imagesource="http://download.eclipse.org/eclipse.org-common/themes/Phoenix/images"; |
| $csssource="http://download.eclipse.org/eclipse.org-common//themes/Phoenix/css"; |
| $appsource="/home/data/httpd/download.eclipse.org/eclipse.org-common/system"; |
| $clickthroughstr=""; |
| } |
| else { |
| $imagesource="../../../eclipse.org-common/stylesheets"; |
| $csssource="../../../eclipse.org-common/stylesheets"; |
| $appsource="../../../eclipse.org-common/system"; |
| $clickthroughstr="download.php?dropFile="; |
| |
| } |
| } |
| else { |
| $servername = "localhost"; |
| $imagesource="http://download.eclipse.org/eclipse.org-common/themes/Phoenix/images"; |
| $csssource="http://download.eclipse.org/eclipse.org-common//themes/Phoenix/css"; |
| $appsource="NONE"; |
| $clickthroughstr=""; |
| } |
| |
| ?> |
| <head> |
| |
| <?php |
| |
| echo "<title>Test Results for $BUILD_ID </title>"; |
| ?> |
| |
| |
| |
| <STYLE TYPE="text/css"> |
| <!-- |
| P {text-indent: 30pt; margin: inherit} |
| --> |
| </STYLE> |
| |
| |
| <title>Drop Test Results</title> |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> |
| <meta name="author" content="Eclipse Foundation, Inc." /> |
| <meta name="keywords" content="eclipse,project,plug-ins,plugins,java,ide,swt,refactoring,free java ide,tools,platform,open source,development environment,development,ide" /> |
| <link rel="stylesheet" type="text/css" href="<?php echo $csssource;?>/visual.css" media="screen" /> |
| <link rel="stylesheet" type="text/css" href="<?php echo $csssource;?>/layout.css" media="screen" /> |
| <link rel="stylesheet" type="text/css" href="<?php echo $csssource;?>/print.css" media="print" /> |
| <script type="text/javascript"> |
| |
| sfHover = function() { |
| var sfEls = document.getElementById("leftnav").getElementsByTagName("LI"); |
| for (var i=0; i<sfEls.length; i++) { |
| sfEls[i].onmouseover=function() { |
| this.className+=" sfhover"; |
| } |
| sfEls[i].onmouseout=function() { |
| this.className=this.className.replace(new RegExp(" sfhover\\b"), ""); |
| } |
| } |
| } |
| if (window.attachEvent) window.attachEvent("onload", sfHover); |
| </script> |
| </head> |
| <body> |
| <div id="header"> |
| <a href="http://www.eclipse.org/"><img src="<?php echo $imagesource;?>/header_logo.gif" width="163" height="68" border="0" alt="Eclipse Logo" class="logo" /></a> |
| <div id="searchbar"> |
| <img src="<?php echo $imagesource;?>/searchbar_transition.gif" width="92" height="26" class="transition" alt="" /> |
| <img src="<?php echo $imagesource;?>/searchbar_header.gif" width="64" height="17" class="header" alt="Search" /> |
| <form method="get" action="http://www.eclipse.org/search/search.cgi"> |
| <input type="hidden" name="t" value="All" /> |
| <input type="hidden" name="t" value="Doc" /> |
| <input type="hidden" name="t" value="Downloads" /> |
| <input type="hidden" name="t" value="Wiki" /> |
| <input type="hidden" name="wf" value="574a74" /> |
| <input type="text" name="q" value="" /> |
| <input type="image" class="button" src="../../../eclipse.org-common/stylesheets/searchbar_submit.gif" alt="Submit" onclick="this.submit();" /> |
| </form> |
| </div> |
| <ul id="headernav"> |
| <li class="first"><a href="http://www.eclipse.org/org/foundation/contact.php">Contact</a></li> |
| <li><a href="http://www.eclipse.org/legal/">Legal</a></li> |
| </ul> |
| </div><div id="topnav"> |
| <ul> |
| <li><a>Downloads</a></li> |
| <li class="tabstart">   </li> |
| <li><a class="" href="index.php" target="_self">All Platforms</a></li> |
| <li class="tabstart">   </li> |
| <li><a class="" href="winPlatform.php" target="_self">Windows</a></li> |
| <li class="tabstart">   </li> |
| <li><a class="" href="linPlatform.php" target="_self">Linux</a></li> |
| <li class="tabstart">   </li> |
| <li><a class="" href="solPlatform.php" target="_self">Solaris</a></li> |
| <li class="tabstart">   </li> |
| <li><a class="" href="aixPlatform.php" target="_self">AIX</a></li> |
| <li class="tabstart">   </li> |
| <li><a class="" href="macPlatform.php" target="_self">Macintosh</a></li> |
| <li class="tabseparator">   </li> |
| <li><a class="" href="hpuxPlatform.php" target="_self">HPUX</a></li> |
| <li class="tabseparator">   </li> |
| </ul> |
| </div> |
| <div id="topnavsep"></div> |
| <div id="leftcol"> |
| <ul id="leftnav"> |
| <li><a href="#Logs">Logs</a></li> |
| <li><a href="#UnitTest">Unit Test Results</a></li> |
| <li><a href="#PluginsErrors">Plugins Containing Compile Errors</a></li> |
| |
| </li> |
| <li style="background-image: url(../../../eclipse.org-common/stylesheets/leftnav_fade.jpg); background-repeat: repeat-x; border-style: none;"> |
| <br /><br /><br /><br /><br /> |
| </li> |
| </ul> |
| |
| </div> |
| |
| <div id="midcolumn"> |
| <p><b><font face="Verdana" size="+3">Test Results</font></b> </p> |
| <div class="homeitem"> |
| <h3><a name="Logs"> Logs <?php echo "$BUILD_ID"; ?></h3> |
| <ul> |
| <!-- have removed chkpii processing on build.eclilpse.org |
| <li> <a href="logs.php#chkpii"><b> CHKPII Test Logs </b></a> |
| </li> |
| --> |
| <li> |
| <a href="logs.php#javadoc"><b> Javadoc Logs </b></a> |
| </li> |
| <li> <a href="logs.php#console"><b> Console Output Logs </b></a> |
| </li> |
| <li> <a href="buildlogs.php"><b>Release engineering build logs</b></a> |
| </li> |
| <?php |
| echo " <li><a href=\"apitools/apitoolsverifications/html/index.html\"><b>API Tools Version Verification Report</b></a>"; |
| echo " This tool verifies the versions of the plugins against Eclipse 3.7.1 Exclusions are listed in org.eclipse.releng/apiexclude/exclude_list_external.txt. </li> "; |
| ?> |
| |
| <?php |
| echo " <li><a href=\"apitools/apitoolsdeprecations/apideprecation.html\"><b>API Tools Deprecation Report</b></a>"; |
| echo " This tool generates a report for API deprecated since 3.7.1 </li> "; |
| ?> |
| |
| <?php |
| // have removed coverage measurements for now |
| // echo " <li><a href=\"coverage.php\"><b>JaCoCo code coverage report</b></a></li>"; |
| ?> |
| |
| <?php |
| echo"<li><a href=\"apitools/report.html\"><b>API Tools Post-API Freeze Report</b></a> This report describes API changes since 3.7. Exclusions are listed in org.eclipse.releng/apiexclude/exclude_list.txt. </li>"; |
| ?> |
| <?php |
| echo " <li><a href=\"apitools/apifilters-$TIMESTAMP.zip\"><b>Zip of .api_filters files used in the build</b></a></li>"; |
| ?> |
| <?php |
| |
| echo"<li>org.eclipse.releng.eclipsebuilder: $BRANCH (hash: $AGGR_HASH)</li> "; |
| echo"<li>org.eclipse.releng.basebuilder: $BASEBUILDER_TAG</li> "; |
| |
| ?> |
| </div> |
| |
| <div class="homeitem3col"> |
| <h3><a name="UnitTest"> Unit Test Results for <?php echo "$BUILD_ID"; ?> </a></h3> |
| |
| <p>The table shows the unit test results for this build on the platforms |
| tested. You may access the test results page specific to each |
| component on a specific platform by clicking the cell link. |
| Normally, the number of errors is indicated in the cell. |
| A "-1" or "DNF" means the test "Did Not Finish" for unknown reasosns |
| and hence no results page is available. In that case, |
| more information can sometimes be found in |
| the <a href="logs.php#console">console logs</a>.</p> |
| <?php |
| if (file_exists("testNotes.html")) { |
| $my_file = file_get_contents("testNotes.html"); |
| echo $my_file; |
| } |
| ?> |
| |
| <table width="85%" border="1" bgcolor="#EEEEEE" rules="groups" align="center"> |
| <tr bgcolor="#9999CC"> <th rowspan="2" width="40%" align="center"> org.eclipse <br> Component </th><th colspan="5" align="center"> Test Configurations </th></tr> |
| <tr bgcolor="#9999CC"><th width="20%">Linux, 1.6 VM</th><th width="20%">MacOSX, 1.7 VM</th><th width="20%">Win 7, 1.7 VM</th><th><th width="20%"></th></tr> |
| %testresults% </table> |
| </br> |
| </div> |
| |
| <div class="homeitem3col"> |
| <h3><a name="PluginsErrors"> Plugins containing compile errors or warnings</a></h3> |
| </br> |
| The table below shows the plugins in which errors or warnings were encountered. Click on the jar file link to view its |
| detailed report. |
| </br></br> |
| <table width="77%" border="1"> |
| <tr> |
| <td><b>Compile Logs (Jar Files)</b></td> |
| <td><b>Errors</b></td> |
| <td><b>Warnings</b></td> |
| </tr> |
| |
| %compilelogs% |
| |
| </table> |
| |
| <table width="77%" border="1"> |
| <tr> |
| <td><b>Compile Logs (Jar Files)</b></td> |
| <td><b>Forbidden Access Warnings</b></td> |
| <td><b>Discouraged Access Warnings</b></td> |
| </tr> |
| |
| %accesseslogs% |
| |
| </table> |
| </br> |
| </div> |
| </br></br> |
| <div id="footer"> |
| <ul id="footernav"> |
| <li class="first"><a href="http://www.eclipse.org">Home</a></li> |
| <li><a href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li> |
| <li><a href="http://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li> |
| </ul> |
| <p>Copyright © 2006 The Eclipse Foundation. All Rights |
| Reserved</p> |
| </div> |
| </body> |
| </html> |