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

svn commit: r1697126 [3/3] - in /incubator/tamaya/site/trunk/content: community.mdtext documentation.mdtext documentation/index.html download.mdtext index.html javadoc.mdtext modules.mdtext source.mdtext

Modified: incubator/tamaya/site/trunk/content/download.mdtext
URL: http://svn.apache.org/viewvc/incubator/tamaya/site/trunk/content/download.mdtext?rev=1697126&r1=1697125&r2=1697126&view=diff
==============================================================================
--- incubator/tamaya/site/trunk/content/download.mdtext (original)
+++ incubator/tamaya/site/trunk/content/download.mdtext Sat Aug 22 21:20:49 2015
@@ -23,7 +23,17 @@ Notice:    Licensed to the Apache Softwa
 
 # Latest Release
 
-Latest release is 0.1-incubating.
+Latest release is 0.1-incubating you can download it from
+[http://www.apache.org/dist/incubator/tamaya/0.1-incubating][2].
+
+# Current Source Code
+
+Downloading of the the current state of the project can be done by
+
+* cloning the [GitHub mirror][1].
+* Github also provides an easy way to dowload the current project source as zip archive.
+* cloning the APache Source tree, see [source section][3].
+
 
 # Maven Dependencies
 
@@ -64,3 +74,6 @@ or
     $ gpg --import KEYS
     $ gpg --verify tamaya-project-1.2.0-source-release.zip.asc
 
+[1]: https://github.com/apache/incubator-tamaya
+[2]: http://www.apache.org/dist/incubator/tamaya/0.1-incubating
+[3]: source.html
\ No newline at end of file

Modified: incubator/tamaya/site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/incubator/tamaya/site/trunk/content/index.html?rev=1697126&r1=1697125&r2=1697126&view=diff
==============================================================================
--- incubator/tamaya/site/trunk/content/index.html (original)
+++ incubator/tamaya/site/trunk/content/index.html Sat Aug 22 21:20:49 2015
@@ -18,8 +18,9 @@
 <div class="row">
     <div class="span6">
         <h2>News</h2>
-        <p>Tamaya started incubation</p>
-        <p><a class="btn" href="/news.html#incubation">View details »</a></p>
+        <p>Apache Tamaya published it's first release <i>0.1-incubating</i>i> with support for Java 7 and 8, a very lean API/SPI
+        and already with quite a number of extensions. Try it out and help as to</p>
+        <p><a class="btn" href="/news.html#0.1-incubating">View details »</a> <a class="btn" href="http://www.apache.org/dist/incubator/tamaya/0.1-incubating/">Download</a></p>
     </div>
     <div class="span6">
         <h2>Quick Start</h2>

Modified: incubator/tamaya/site/trunk/content/javadoc.mdtext
URL: http://svn.apache.org/viewvc/incubator/tamaya/site/trunk/content/javadoc.mdtext?rev=1697126&r1=1697125&r2=1697126&view=diff
==============================================================================
--- incubator/tamaya/site/trunk/content/javadoc.mdtext (original)
+++ incubator/tamaya/site/trunk/content/javadoc.mdtext Sat Aug 22 21:20:49 2015
@@ -23,7 +23,7 @@ Notice:    Licensed to the Apache Softwa
 
 # Latest version
 
-You can checkout the latest version always from our Apache source repository, or the corresponding GitHub mirror.
+You can checkout the latest version always from our Apache [source repository ¨¨6ü, or the corresponding [GitHub mirror][7].
 Refer to our [source section][5] for details. For building Apache Tamaya you only need Apache Maven, JDK 7 and JDK 8
 being installed.
 
@@ -55,4 +55,6 @@ Publishing Javadocs currently is a manua
   [2]: /javadoc/core/java8
   [3]: /javadoc/api/java7
   [4]: /javadoc/core/java7
-  [5]; source.html
\ No newline at end of file
+  [5]; source.html
+  [6]: http://git-wip-us.apache.org/repos/asf/incubator-tamaya.git
+  [7]: https://github.com/apache/incubator-tamaya.git
\ No newline at end of file

Modified: incubator/tamaya/site/trunk/content/modules.mdtext
URL: http://svn.apache.org/viewvc/incubator/tamaya/site/trunk/content/modules.mdtext?rev=1697126&r1=1697125&r2=1697126&view=diff
==============================================================================
--- incubator/tamaya/site/trunk/content/modules.mdtext (original)
+++ incubator/tamaya/site/trunk/content/modules.mdtext Sat Aug 22 21:20:49 2015
@@ -246,3 +246,8 @@ Available currently as experimental modu
 Available currently as experimental module.
 
 
+# Other Functionality or Extensions
+
+Don't be able to find what you need? If you like the project und want to see additional feastures, think about
+joining us as a contributor. Basically it is enough to just drop as a mail on our [developer mailing list][1].
+We will help to jump on the Tamaya train!

Modified: incubator/tamaya/site/trunk/content/source.mdtext
URL: http://svn.apache.org/viewvc/incubator/tamaya/site/trunk/content/source.mdtext?rev=1697126&r1=1697125&r2=1697126&view=diff
==============================================================================
--- incubator/tamaya/site/trunk/content/source.mdtext (original)
+++ incubator/tamaya/site/trunk/content/source.mdtext Sat Aug 22 21:20:49 2015
@@ -27,11 +27,18 @@ Alternatively there is also a GitHub rea
 
 * [https://github.com/apache/incubator-tamaya] [3]
 
+The GitHub mirror also provides the project as downloadable zip archive.
+
 # Building The Source
 
-We use maven to build the source code.  Since we have both Java 7 and Java 8 compliant modules, we require both JDKs
-to be installed on the client machine.  To dthis, we use [Maven Toolchains] [5] to link to both JDKs.  Your toolchains.xml
-should have references to both 1.7 and 1.8 in it.
+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 [Maven Toolchain Plugin] [5] 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.
+Given that all is in place and maven and the toolchain are configured correctly you can build the priject by
+
+    > cd $PROJECT_ROOT
+    > mvn clean install
 
 # Contributions