Skip to content

Commit 7e7c7ae

Browse files
committed
Remove links to non existing javadoc logs
Javadoc failures break the build for some time and no separate log files are kept for later inspection.
1 parent 8988640 commit 7e7c7ae

File tree

3 files changed

+0
-30
lines changed

3 files changed

+0
-30
lines changed

eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/logs.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,6 @@
4949
<h1>Unit Test Logs for <?= $BUILD_ID ?></h1>
5050
<div class="homeitem3col">
5151

52-
<!--
53-
javaDoc logs are "at the top" of the compile logs directory, having been
54-
copied there by "helper.xml". Seems they could easily go into their own directory,
55-
and if so, then there is a releng test that would have to change too, either simply
56-
changing their location in the test.xml, or, changing to whole test to it would know
57-
where to find their special directory, and then loop through the whole directory.
58-
-->
59-
<h2 id="javadoc">Javadoc Logs</h2>
60-
<?php
61-
listLogs("compilelogs");
62-
?>
63-
6452
<h2 id="console">Console Logs</h2>
6553
<p>These logs contain the console output captured while running the JUnit automated tests.</p>
6654

eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/perflogs.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,6 @@
5050
<div class="homeitem3col">
5151
<h1>Performance Unit Test Logs for <?= $BUILD_ID ?></h1>
5252

53-
54-
<!--
55-
No Javadoc logs.
56-
57-
58-
59-
60-
61-
62-
63-
64-
65-
66-
-->
67-
6853
<h2><a name="console" id="console"></a>Console Logs</h2>
6954
<p>These logs contain the console output captured while running the JUnit automated tests.</p>
7055

eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testResults.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@
7171
</li>
7272
<?php } ?>
7373

74-
<li>
75-
<a href="logs.php#javadoc"><b> Javadoc Logs </b></a>
76-
</li>
7774
<li> <a href="logs.php#console"><b> Console Output Logs </b></a>
7875
</li>
7976
<li> <a href="buildlogs.php"><b>Release engineering build logs</b></a>

0 commit comments

Comments
 (0)