blob: 6dea9082101a9b71e6c67aad647c190f031bb5c4 [file] [log] [blame]
david_williams79799372007-09-20 15:24:00 +00001<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4<link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
5<title>Download</title>
6</head>
7
8<body>
9
10<?php
11include '../../report.php';
12$testResults = parse_testResult("testResults.php");
13list ($compileErrors, $compileWarnings, $junitFailures) = $testResults;
14$violations = parse("apitools/index.xml", "count=\"");
15$tc = parse("apitools/index-api-tc.xml", "missing-coverage-count=\"");
16$removed_apis = parse("apitools/index-api-compatibility.xml", "removed-api-count=\"");
17?>
18
19&nbsp; <table BORDER=0 CELLSPACING=5 CELLPADDING=2 WIDTH="100%" ><tr><td ALIGN=LEFT width="80%">
20<p><b><font face="Verdana" size="+3">@type@ Build: @build@</font></b><br>
21@date@
22</p>
23<p>These downloads are provided under the <a href="http://www.eclipse.org/legal/epl/notice.html">Eclipse Foundation
24Software User Agreement</a>.</p>
25</td></tr></table>
26
27<!-- *********** Build Status ************** -->
28<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>
29<br> <a href="buildNotes.php">Build notes</a>
30<br> <a href="directory.txt">map files</a>
31<br> <a href="testResults.php">Compile logs &amp; test results</a>
32
33<?php
34echo "<img src=\"http://download.eclipse.org/technology/dali/downloads/compile_err.gif\"/><font color=red>$compileErrors</font>&nbsp;";
35echo "<img src=\"http://download.eclipse.org/technology/dali/downloads/compile_warn.gif\"/><font color=orange>$compileWarnings</font>&nbsp;";
36echo "<img src=\"http://download.eclipse.org/technology/dali/downloads/junit_err.gif\"/><font color=red>$junitFailures</font>";
37?>
38
39<br> <a href="whatisfixed/buglog.html">What is fixed</a>
40
41<!--
42<br> <a href="perf/results/graph/global.php">Performance results</a>
43-->
44<br> <a href="pii.php">Unused property messages</a>
45<!-- To view cvs changes since the last build click <A href="rloghtml/rlog.html">here</A>.<BR> -->
46<p/>
47
48<?php
49if (file_exists("./apiresults"))
50{
51 echo "<br>";
52 echo "<br> <a href=\"apiresults/api-progress.html\">API Progress Report</a>";
53 echo "<br> <a href=\"apiresults/api-info-summary.html\">APIs Defined by Each Component</a>";
54 echo "<br> <a href=\"apiresults/api-ref-compatibility.html\">Adopter Breakage Report</a>";
55 echo "<br> <a href=\"apiresults/api-violation-summary.html\">API Violations</a>";
56 echo "<br> <a href=\"apiresults/component-api-violation-all.html\">Non-API dependencies</a>";
57 echo "<br> <a href=\"apiresults/api-tc-summary.html\">API Test Coverage</a>";
58 echo "<br> <a href=\"apiresults/api-javadoc-summary.html\">API Javadoc Coverage</a>";
59}
60?>
61
62<?php
63if (file_exists("./perfresults"))
64{
65 echo "<br>";
66 echo "<br> <a href=\"perfresults/graph/performance.php\">Performance Results</a>";
67 echo "<br>";
68}
69?>
70
71<!-- *********** Requirements ************** -->
72<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>
73<P>These are the prerequisites to install Dali;. They must be downloaded and installed
74 before Dali can be installed.</P>
75<br>
76<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>
77<li>The EMF driver used in this build is <a href="@emfURL@">@emfFile@</a><br></li>
78<li>The GEF driver used in this build is <a href="@gefURL@">@gefFile@</a><br></li>
79<li>Java EMF Model Runtime driver used in this build is <a href="@jemURL@">@jemFile@</a><br></li>
80<li>The WTP runtime module used in this build is <a href="@wtpURL@">@wtpFile@</a><br></li>
81<P></P>
82
83
84
85<!-- *********** Runtime downloads ************** -->
86<table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr>
87 <td align=LEFT valign=TOP colspan="3" bgcolor="#0080C0"> <b><font face="Arial,Helvetica" color="#FFFFFF">
88 Dali Runtime </font></b></td>
89 </tr>
90
91<TR>
92 <TD align="LEFT" valign="TOP" colspan="3"> This module includes the complete
93 set of plug-in to run Dali.</TD>
94 </TR></table>
95
96<table border=0 cellspacing=2 cellpadding=0 width="100%" bordercolor="#999999" >
97<tr><td align=RIGHT valign=TOP width="7%">
98<div align="left"><b>Status</b></div></td>
99<td width="34%"><b>Platform</b></td>
100<td width="59%"><b>Download</b></td></tr>
101%dali-runtime%
102</table>
103<table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td colspan="2">&nbsp;</td></tr></table>
104
105
106<!-- *********** Automated Test Downloads ************** -->
107<table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td align=LEFT valign=TOP colspan="3" bgcolor="#999999">
108<b><font face="Arial,Helvetica" color="#FFFFFF">
109Automated Tests
110</font></b></td></tr>
111
112<TR>
113 <TD align="LEFT" valign="TOP" colspan="3"> This download contains the JUnit
114 tests for the Dali project</TD>
115 </TR></table>
116<table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td colspan="2">&nbsp;</td></tr></table>
117
118<table BORDER=0 CELLSPACING=2 CELLPADDING=0 WIDTH="100%" bordercolor="#999999" >
119<tr><td align=RIGHT valign=TOP width="7%">
120<div align="left"><b>Status</b></div></td>
121<td width="34%"><b>Platform</b></td>
122<td width="59%"><b>Download</b></td></tr>
123<tr><td>%dali-tests%</td></tr>
124</table>
125<table border=0 cellspacing=5 cellpadding=2 width="100%" ><tr><td colspan="2">&nbsp;</td></tr></table>
126
127</body>
128</html>