Author: buildbot
Date: Fri Mar 31 23:14:38 2017
New Revision: 1009499
Log:
Staging update by buildbot for jena
Modified:
websites/staging/jena/trunk/content/ (props changed)
websites/staging/jena/trunk/content/tutorials/using_jena_with_eclipse.html
Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Mar 31 23:14:38 2017
@@ -1 +1 @@
-1789762
+1789763
Modified:
websites/staging/jena/trunk/content/tutorials/using_jena_with_eclipse.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/using_jena_with_eclipse.html
(original)
+++ websites/staging/jena/trunk/content/tutorials/using_jena_with_eclipse.html
Fri Mar 31 23:14:38 2017
@@ -213,8 +213,8 @@ click on <i>Project</i> / <i>Build All</
to fix these build problems, so Eclipse can successfully build and run the
project.</p>
<p><img src="figures/using_jena_with_eclipse-006.png" class="img-responsive"
alt="Eclipse build problems"></p>
<p>The build problems are related to a known
-<a
href="http://jena.markmail.org/thread/hdu22kg6qtgsfpn6#query:+page:1+mid:tl3tfxtmfa3hh734+state:results">issue
due to how the project shade Google Guava classes</a>.</p>
-<p>The workaround is to make sure the jena-shaded-guava Maven module remains
closed
+<a
href="http://jena.markmail.org/thread/hdu22kg6qtgsfpn6#query:+page:1+mid:tl3tfxtmfa3hh734+state:results">issue
due to how the project shades Google Guava classes</a>.</p>
+<p>The workaround is to make sure the <i>jena-shaded-guava</i> Maven module
remains closed
in Eclipse. You can simply right click on the project, and choose Close. Its
icon should
change, indicating it has been closed.</p>
<p><img src="figures/using_jena_with_eclipse-007.png" class="img-responsive"
alt="Close jena-shaded-maven module"></p>
@@ -227,16 +227,16 @@ module in the workspace.</p>
<p><img src="figures/using_jena_with_eclipse-009.png" class="img-responsive"
alt="Update Maven projects settings"></p>
<p>If you followed all steps, and there is nothing else running in your Eclipse
(check the Progress tab) then your Jena project should have been built with
success.</p>
-<p><img src="figures/using_jena_with_eclipse-009.png" class="img-responsive"
alt="Jena built in Eclipse"></p>
-<p>If you would like to test Fuseki now, you can expand the
<i>jena-fuseki-core</i>
+<p><img src="figures/using_jena_with_eclipse-010.png" class="img-responsive"
alt="Jena built in Eclipse"></p>
+<p>If you would like to test Fuseki now, for example, you can expand the
<i>jena-fuseki-core</i>
Maven module, navigate to the <i>org.apache.jena.fuseki.cmd</i> package, and
run
<i>FusekiCmd</i> as a Java Application.</p>
-<p><img src="figures/using_jena_with_eclipse-010.png" class="img-responsive"
alt="Run Fuseki in Eclipse"></p>
-<p>That should initialize Fuseki, and have it listening on
<i>http://localhost:3030</i>.</p>
-<p><img src="figures/using_jena_with_eclipse-011.png" class="img-responsive"
alt="Fuseki running in Eclipse"></p>
+<p><img src="figures/using_jena_with_eclipse-011.png" class="img-responsive"
alt="Run Fuseki in Eclipse"></p>
+<p>That should initialize Fuseki, and have it listening on <a
href="http://localhost:3030">http://localhost:3030</a>.</p>
+<p><img src="figures/using_jena_with_eclipse-012.png" class="img-responsive"
alt="Fuseki running in Eclipse"></p>
<p>Now you should also be able to debug Jena, modify the source code and build
the
project again, or import or create other projects into your workspace, and use
them
-with Jena.</p>
+with the latest version of Jena.</p>
</div>
</div>