Skip to content

Commit

Permalink
Bug 562908 - Populate the JustJ Git clones with initial content
Browse files Browse the repository at this point in the history
Document the sample products.
  • Loading branch information
merks committed May 25, 2020
1 parent 4ab3efc commit 2943fa2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions content/documentation.php
Expand Up @@ -282,5 +282,20 @@
Community feedback is welcome. Please use <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=562908">Bug 562908</a> for this purpose.
</p>

<h2 id="products">Building Products that Use JustJ JREs</h2>

<p>
In order to test the validity and intregity of the JustJ JRE p2 repositories,
a <code><a href="https://git.eclipse.org/c/justj/justj.tools.git/tree/products/org.eclipse.justj.tools.sample.product/Sample.product">Sample.project</a></code> is defined to use them.
The <code><a href="https://ci.eclipse.org/justj/job/build-sample-product/">build-sample-product</a></code> pipeline builds them and publishes them to
<code><a href="https://download.eclipse.org/justj/www/download.eclipse.org.php?file=sample-products">https://download.eclipse.org/justj/sample-products/*</a></code>.
Currently the Windows and Linux versions work.
For Mac there seems to be a packaging problem with the build, i.e., the application won't launch from the icon, but it does run from the command line:
<pre>
$ Eclipse-Sample.app/Contents/MacOS/eclipse
</pre>
This suggests that the JREs themselves are working well.
We hope to figure out the packaging problem for Mac so that all these samples are fully functional.
</p>

</div>
4 changes: 4 additions & 0 deletions content/download.php
Expand Up @@ -23,6 +23,10 @@
<h3>Repositories Analyzed for <code>jdeps</code></h3>

Visit the <code><a href="https://download.eclipse.org/justj/jdeps/">https://download.eclipse.org/justj/jdeps/</a></code> index.

<h3>Sample Products that Use JustJ JREs</h3>

Visit the <code><a href="https://download.eclipse.org/justj/www/download.eclipse.org.php?file=sample-products">https://download.eclipse.org/justj/sample-products/*</a></code> index.

<hr/>

Expand Down

0 comments on commit 2943fa2

Please sign in to comment.