You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by bu...@apache.org on 2015/08/22 23:35:20 UTC

svn commit: r962736 - in /websites/staging/tamaya/trunk/content: ./ source.html

Author: buildbot
Date: Sat Aug 22 21:35:20 2015
New Revision: 962736

Log:
Staging update by buildbot for tamaya

Modified:
    websites/staging/tamaya/trunk/content/   (props changed)
    websites/staging/tamaya/trunk/content/source.html

Propchange: websites/staging/tamaya/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Aug 22 21:35:20 2015
@@ -1 +1 @@
-1697130
+1697133

Modified: websites/staging/tamaya/trunk/content/source.html
==============================================================================
--- websites/staging/tamaya/trunk/content/source.html (original)
+++ websites/staging/tamaya/trunk/content/source.html Sat Aug 22 21:35:20 2015
@@ -105,8 +105,8 @@ h2:hover > .headerlink, h3:hover > .head
 <h1 id="building-the-source">Building The Source<a class="headerlink" href="#building-the-source" title="Permanent link">&para;</a></h1>
 <p>We use maven to build the source code, any decent version should work. Since we have both Java 7 and Java 8 compliant
 parts, we require both JDKs to be installed on your machine. Finally, we use <a href="https://maven.apache.org/guides/mini/guide-using-toolchains.html">Maven Toolchain Plugin</a> to link to
-both JDKs. So you need to add a toolchains.xml to your $USER_HOME/.m2 directory that references to both 1.7 and 1.8
-in it. On he project^s top level there is sample toolchains.xml file, which you can use as a starting point.
+both JDKs. So you need to add a toolchains.xml to your <code>$USER_HOME/.m2</code> directory that references to both 1.7 and 1.8
+in it. On he project^s top level there is sample <code>toolchains.xml</code> file, which you can use as a starting point.
 Given that all is in place and maven and the toolchain are configured correctly you can build the priject by</p>
 <div class="codehilite"><pre><span class="o">&gt;</span> <span class="n">cd</span> $<span class="n">PROJECT_ROOT</span>
 <span class="o">&gt;</span> <span class="n">mvn</span> <span class="n">clean</span> <span class="n">install</span>