Skip to content

Commit ec7e24c

Browse files
authored
Revisit the update site #1381
Adding the github artifacts location to the nightly downloads page.
1 parent 794bf8c commit ec7e24c

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

website/WebContent/nightly.php

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,21 +56,24 @@
5656
<p>
5757
Beware though, as the nightly build represents the latest and
5858
greatest version off the code, but
59-
<mark>there is no guarantee that these versions do not contain any
60-
issue</mark>
61-
(they probably do) as the little gnome is not renowned for his
62-
patience and he doesn't test the build extensively: actually he runs
63-
away right after launching it!</p>
64-
<P>And probably worse: The nightly is the playground of the contributors.
65-
No testing has been done, no validation has been done.</P>
66-
<P>In contrast to the stable the nightly product downloads do not contain a java run time.</P>
67-
59+
<mark>there is no guarantee that these versions are stable</mark>
60+
(they probably are not). It is build from the latest sources, without extensive checking</p>
61+
62+
<p> And probably worse: The nightly is the playground of the contributors.
63+
No testing has been done, no validation has been done.</p>
6864

65+
<h3>Downloading a nighty product</h3>
66+
<p>Every build on GitHub contains an Artifacts section. you can download the latest product from the artifacts section by finding the latest succesclicking on this link:</p>
67+
<p><a href="https://github.com/Sloeber/arduino-eclipse-plugin/actions" target="blanks"><b>* Latest GitHub builds</b></a></p>
68+
<p>The latest Sloeber products come with an embedded JRE.</p>
69+
6970

7071
<h3>Eclipse Update Site</h3>
7172
<p>Alternatively you can get the latest nightly build by setting the following update site within an existing Sloeber installation.</p>
72-
<h2>The latest nightly needs java 11!!!!</h2>
73-
<p>So if you update your product on a windows machine that holds a jre folder you will need to delete the jre folder or upgrade the content to java11</p>
73+
<h2>The latest nightly needs at least java 11!!!!</h2>
74+
<p>The latest Sloeber products come with an embedded JRE.
75+
If you are running the product, you must install the latest stable product first
76+
before you update from the nightly update site.</p>
7477
<div class="row">
7578
<div class="col-md-4 col-md-offset-4">
7679
<?php

0 commit comments

Comments
 (0)