| <html> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css"> |
| <title>Download</title> |
| </head> |
| |
| <body> |
| |
| <?php |
| include '../../../report.php'; |
| $testResults = parse_testResult("testResults.php"); |
| list ($compileErrors, $compileWarnings, $junitFailures) = $testResults; |
| ?> |
| |
| <table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" ><tr><td ALIGN=LEFT width="80%"> |
| <p><b><font face="Verdana" size="+3">@type@ Build: @build@</font></b><br> |
| @date@ |
| </p> |
| <p>These downloads are provided under the <a href="http://www.eclipse.org/legal/epl/notice.html">Eclipse Foundation |
| Software User Agreement</a>.</p> |
| </td></tr></table> |
| |
| <!-- *********** Build Status ************** --> |
| <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"> <b><font face="Arial,Helvetica" color="#FFFFFF">Build, test and performance</font></b></td></tr></table> |
| <br> |
| <? |
| $buildmachineScript="../../../displayBuildMachine.php"; |
| if (file_exists($buildmachineScript)) |
| { |
| include $buildmachineScript; |
| echo displayBuildMachine(); |
| } |
| ?> |
| <br> <a href="buildNotes.php">Build notes</a> |
| <br> <a href="directory.txt">map files</a> |
| <br> <a href="testResults.php">Compile logs & test results</a> |
| |
| <?php |
| echo "<img src=\"http://download.eclipse.org/webtools/downloads/compile_err.gif\"/><font color=red>$compileErrors</font> "; |
| echo "<img src=\"http://download.eclipse.org/webtools/downloads/compile_warn.gif\"/><font color=orange>$compileWarnings</font> "; |
| echo "<img src=\"http://download.eclipse.org/webtools/downloads/junit_err.gif\"/><font color=red>$junitFailures</font>"; |
| ?> |
| <br> <a href="whatisfixed/buglog.html">What is fixed</a> |
| |
| <br> <a href="pii.php">Unused property messages</a> |
| <!-- To view cvs changes since the last build click <A href="rloghtml/rlog.html">here</A>.<BR> --> |
| |
| <?php |
| if (file_exists("./apiresults")) |
| { |
| echo "<br>"; |
| echo "<br> <a href=\"apiresults/api-progress.html\">API Progress Report</a>"; |
| echo "<br> <a href=\"apiresults/api-info-summary.html\">APIs Defined by Each Component</a>"; |
| echo "<br> <a href=\"apiresults/api-ref-compatibility.html\">Adopter Breakage Report</a>"; |
| echo "<br> <a href=\"apiresults/api-violation-summary.html\">API Violations</a>"; |
| echo "<br> <a href=\"apiresults/component-api-violation-all.html\">Non-API dependencies</a>"; |
| echo "<br> <a href=\"apiresults/api-tc-summary.html\">API Test Coverage</a>"; |
| echo "<br> <a href=\"apiresults/api-javadoc-summary.html\">API Javadoc Coverage</a>"; |
| |
| echo "<br><br> <a href=\"apiresults/full_test_coverage/api-tc-summary.html\">Test Coverage for All Classes and Methods</a>"; |
| } |
| ?> |
| |
| <?php |
| if (file_exists("./perfresults")) |
| { |
| echo "<br>"; |
| echo "<br> <a href=\"perfresults/graph/performance.php\">Performance Results</a>"; |
| echo "<br>"; |
| } |
| ?> |
| |
| <!-- *********** Requirements ************** --> |
| <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"> <b><font face="Arial,Helvetica" color="#FFFFFF">Requirements</font></b></td></tr></table> |
| <P>These are the prerequisites to install WebTools Platform;. They must |
| be downloaded and installed before the WTP can be installed.</P><br> |
| <li>The Eclipse driver used in this build is <a href="@eclipseURL@">@eclipseFile@</a>. You can find a suitable driver for your platform at <a href=@eclipseBuildURL@>here</a><br></li> |
| <li>The EMF driver used in this build is <a href="@emfURL@">@emfFile@</a><br></li> |
| <li>The GEF driver used in this build is <a href="@gefURL@">@gefFile@</a><br></li> |
| <li>Java EMF Model Runtime driver used in this build is <a href="@jemURL@">@jemFile@</a><br></li> |
| <li>Data Tools Platform (DTP) driver used in this build is <a href="@dtpURL@">@dtpFile@</a><br></li> |
| <P></P> |
| |
| |
| |
| <!-- *********** Runtime downloads ************** --> |
| <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"> |
| <b><font face="Arial,Helvetica" color="#FFFFFF"> |
| Web Tools Platform (WTP, JST and WST combined) |
| </font></b></td></tr> |
| |
| <TR><TD align="LEFT" valign="TOP" colspan="3"> |
| The Eclipse Web Tools Platform Project provides tools for Web Development, and is a platform for adopters making add-on tools for Web Development. |
| The WTP zip files includes the WST and JST builds in one package. (JST is not provided separately, as it pre-reqs WST, there is no |
| need for it "by itself"). |
| <p>The SDK package includes source code and developer documentation for those using WTP as a platform to build more tools, as well as everything that is in the non-SDK version. |
| </p>The non-SDK package includes the runnable code and end-user documentation for those using the tools to |
| develop web applications. |
| </TD></TR></table> |
| |
| %wtpandprereqs% |
| |
| <table border=0 cellspacing=2 cellpadding=0 width="100%" bordercolor="#999999" > |
| <tr><td align=RIGHT valign=TOP width="7%"> |
| <div align="left"><b>Status</b></div></td> |
| <td width="34%"><b>Platform</b></td> |
| <td width="59%"><b>Download</b></td></tr> |
| %wtpruntime% |
| </table> |
| <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td colspan="2"> </td></tr></table> |
| |
| <table border=0 cellspacing=2 cellpadding=0 width="100%" bordercolor="#999999" > |
| <tr><td align=RIGHT valign=TOP width="7%"> |
| <div align="left"><b>Status</b></div></td> |
| <td width="34%"><b>Platform</b></td> |
| <td width="59%"><b>Download</b></td></tr> |
| %wtpsdk% |
| </table> |
| <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td colspan="2"> </td></tr></table> |
| |
| |
| <!-- *********** WST downloads ************** --> |
| <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td align=LEFT valign=TOP colspan="3" bgcolor="#999999"> |
| <b><font face="Arial,Helvetica" color="#FFFFFF"> |
| Web Standard Tools (WST) |
| </font></b></td></tr> |
| |
| <TR><TD align="LEFT" valign="TOP" colspan="3"> |
| The Web Standard Tools (WST) subproject includes languages and specifications published by open-standard bodies (e.g. W3C, IETF, ECMA, OASIS, WS-I, ANSI) that are commonly used by (non-J2EE) Web-centric applications (e.g. HTML, CSS, JavaScript, XML, XSD, XSLT, SVG, SOAP, WSDL, UDDI, SQL, XQuery). |
| <p>The SDK package includes source code and developer documentation for those using WST as a platform to build more tools, as well as everything that is in the non-SDK version. |
| </p><p>The non-SDK package includes the runnable code and end-user documentation for those using the tools to |
| develop web applications.</p> |
| </TD></TR></table> |
| |
| <table BORDER=0 CELLSPACING=2 CELLPADDING=0 WIDTH="100%" bordercolor="#999999" > |
| <tr><td align=RIGHT valign=TOP width="7%"> |
| <div align="left"><b>Status</b></div></td> |
| <td width="34%"><b>Platform</b></td> |
| <td width="59%"><b>Download</b></td></tr> |
| <tr><td>%wst%</td></tr> |
| </table> |
| <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td colspan="2"> </td></tr></table> |
| |
| <table BORDER=0 CELLSPACING=2 CELLPADDING=0 WIDTH="100%" bordercolor="#999999" > |
| <tr><td align=RIGHT valign=TOP width="7%"> |
| <div align="left"><b>Status</b></div></td> |
| <td width="34%"><b>Platform</b></td> |
| <td width="59%"><b>Download</b></td></tr> |
| <tr><td>%wst-sdk%</td></tr> |
| </table> |
| <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td colspan="2"> </td></tr></table> |
| |
| <!-- *********** Automated Test Downloads ************** --> |
| <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td align=LEFT valign=TOP colspan="3" bgcolor="#999999"> |
| <b><font face="Arial,Helvetica" color="#FFFFFF"> |
| Automated Tests |
| </font></b></td></tr> |
| |
| <TR><TD align="LEFT" valign="TOP" colspan="3"> |
| This download contains the JUnit tests for the WST and JST Projects |
| </TD></TR></table> |
| <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td colspan="2"> </td></tr></table> |
| |
| <table BORDER=0 CELLSPACING=2 CELLPADDING=0 WIDTH="100%" bordercolor="#999999" > |
| <tr><td align=RIGHT valign=TOP width="7%"> |
| <div align="left"><b>Status</b></div></td> |
| <td width="34%"><b>Platform</b></td> |
| <td width="59%"><b>Download</b></td></tr> |
| <tr><td>%wst-tests%</td></tr> |
| </table> |
| <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td colspan="2"> </td></tr></table> |
| |
| <table BORDER=0 CELLSPACING=2 CELLPADDING=0 WIDTH="100%" bordercolor="#999999" > |
| <tr><td align=RIGHT valign=TOP width="7%"> |
| <div align="left"><b>Status</b></div></td> |
| <td width="34%"><b>Platform</b></td> |
| <td width="59%"><b>Download</b></td></tr> |
| <tr><td>%jst-tests%</td></tr> |
| </table> |
| <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td colspan="2"> </td></tr></table> |
| |
| <!-- *********** JSF downloads ************** --> |
| <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr> |
| <td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"> <b><font face="Arial,Helvetica" color="#FFFFFF"> |
| Java Server Faces (JSF) </font></b></td> |
| </tr> |
| |
| <TR> |
| <TD align="LEFT" valign="TOP" colspan="3"> This module includes the complete |
| set of plug-in to use and develop Java Server Faces (JSF). </TD> |
| </TR></table> |
| |
| <table border=0 cellspacing=2 cellpadding=0 width="100%" bordercolor="#999999" > |
| <tr><td align=RIGHT valign=TOP width="7%"> |
| <div align="left"><b>Status</b></div></td> |
| <td width="34%"><b>Platform</b></td> |
| <td width="59%"><b>Download</b></td></tr> |
| %jsf-runtime% |
| </table> |
| <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td colspan="2"> </td></tr></table> |
| |
| <table border=0 cellspacing=2 cellpadding=0 width="100%" bordercolor="#999999" > |
| <tr><td align=RIGHT valign=TOP width="7%"> |
| <div align="left"><b>Status</b></div></td> |
| <td width="34%"><b>Platform</b></td> |
| <td width="59%"><b>Download</b></td></tr> |
| %jsf-sdk% |
| </table> |
| <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td colspan="2"> </td></tr></table> |
| |
| |
| <table border=0 cellspacing=2 cellpadding=0 width="100%" bordercolor="#999999" > |
| <tr><td align=RIGHT valign=TOP width="7%"> |
| <div align="left"><b>Status</b></div></td> |
| <td width="34%"><b>Platform</b></td> |
| <td width="59%"><b>Download</b></td></tr> |
| %jsf-tests% |
| </table> |
| <table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td colspan="2"> </td></tr></table> |
| |
| </body> |
| </html> |