You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/08/08 08:31:36 UTC

svn commit: r1511594 - /myfaces/site/publish/tobago/getting-started.html

Author: lofwyr
Date: Thu Aug  8 06:31:36 2013
New Revision: 1511594

URL: http://svn.apache.org/r1511594
Log:
tobago 2.0.x

Modified:
    myfaces/site/publish/tobago/getting-started.html

Modified: myfaces/site/publish/tobago/getting-started.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/getting-started.html?rev=1511594&r1=1511593&r2=1511594&view=diff
==============================================================================
--- myfaces/site/publish/tobago/getting-started.html (original)
+++ myfaces/site/publish/tobago/getting-started.html Thu Aug  8 06:31:36 2013
@@ -29,7 +29,7 @@
   
   
   <div class="date">
-    Last Published: 28 May 2013
+    Last Published: 07 Aug 2013
   </div>
             <ul>
       <li>
@@ -219,8 +219,6 @@
       
             
       
-            
-      
               
         <li class="collapsed">
                     <a href="project-info.html">Project Information</a>
@@ -241,18 +239,6 @@
       
             
       
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
-            
-      
               
         <li class="collapsed">
                     <a href="project-reports.html">Project Reports</a>
@@ -299,7 +285,7 @@
     </div>
     <div id="body_column">
       <div>
-      <!-- Licensed to the Apache Software Foundation (ASF) under one or more --><!-- contributor license agreements.  See the NOTICE file distributed with --><!-- this work for additional information regarding copyright ownership. --><!-- The ASF licenses this file to You under the Apache License, Version 2.0 --><!-- (the "License"); you may not use this file except in compliance with --><!-- the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, software --><!-- distributed under the License is distributed on an "AS IS" BASIS, --><!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --><!-- See the License for the specific language governing permissions and --><!-- limitations under the License. --><div class="section"><h2>Checking Out<a name="Checking_Out"></a></h2><p>Check out the 2.0.x sources by running the following:</p
 ><div class="source"><pre>  svn checkout http://svn.apache.org/repos/asf/myfaces/tobago/trunk tobago</pre></div><p>Check out the 1.5.x sources by running the following:</p><div class="source"><pre>  svn checkout http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.5.x tobago-1.5.x</pre></div><p>Check out the 1.0.x sources by running the following:</p><div class="source"><pre>  svn checkout http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x tobago-1.0.x</pre></div></div><div class="section"><h2>Building<a name="Building"></a></h2><p>You need <a class="externalLink" href="http://maven.apache.org/download.html">Maven 2</a> (at least 2.2.1) and <a class="externalLink" href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Java 5</a> to build Tobago 1.0.x or <a class="externalLink" href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Java 6</a> to build Tobago 1.5.x.</p><p>In the <a class="externalLink" href="http://sv
 n.apache.org/repos/asf/myfaces/tobago/trunk/">main directory</a> you can use</p><div class="source"><pre>  mvn install</pre></div><p>to run the install target on all sub projects. This will put all necessary artifacts into your local repository.</p></div><div class="section"><h2>Building All<a name="Building_All"></a></h2><p>For building all the stuff you can use the profile all-modules</p><div class="source"><pre>  mvn install -Pall-modules</pre></div></div><div class="section"><h2>The Demo<a name="The_Demo"></a></h2><p>You can run the examples inside tobago-example with jetty</p><div class="source"><pre>  mvn jetty:run</pre></div><p>or (for the addressbook and the JSP versions of demo and test)</p><div class="source"><pre>  mvn jetty:run-exploded</pre></div><p>or</p><div class="source"><pre>  mvn package</pre></div><p>and deploy the WAR from the target directory manually.</p></div><div class="section"><h2>Using different JSF implementations<a name="Using_different_JSF_implementati
 ons"></a></h2><p>By default the example will be started with MyFaces 1.2. You can run the examples with other version like you see here:</p><div class="source"><pre>  mvn jetty:run
+      <!-- Licensed to the Apache Software Foundation (ASF) under one or more --><!-- contributor license agreements.  See the NOTICE file distributed with --><!-- this work for additional information regarding copyright ownership. --><!-- The ASF licenses this file to You under the Apache License, Version 2.0 --><!-- (the "License"); you may not use this file except in compliance with --><!-- the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, software --><!-- distributed under the License is distributed on an "AS IS" BASIS, --><!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --><!-- See the License for the specific language governing permissions and --><!-- limitations under the License. --><div class="section"><h2>Checking Out<a name="Checking_Out"></a></h2><p>Check out the 2.0.x sources by running the following:</p
 ><div class="source"><pre>  svn checkout http://svn.apache.org/repos/asf/myfaces/tobago/trunk tobago</pre></div><p>Check out the 1.5.x sources by running the following:</p><div class="source"><pre>  svn checkout http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.5.x tobago-1.5.x</pre></div><p>Check out the 1.0.x sources by running the following:</p><div class="source"><pre>  svn checkout http://svn.apache.org/repos/asf/myfaces/tobago/branches/tobago-1.0.x tobago-1.0.x</pre></div></div><div class="section"><h2>Building<a name="Building"></a></h2><p>You need <a class="externalLink" href="http://maven.apache.org/download.html">Maven 2</a> (at least 2.2.1) and <a class="externalLink" href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Java 5</a> to build Tobago 1.0.x.<br />You need <a class="externalLink" href="http://maven.apache.org/download.html">Maven</a> (at least 3.0.4) and <a class="externalLink" href="http://www.oracle.com/technetwork/java/jav
 ase/downloads/index.html">Java 6 or 7</a> to build Tobago 1.5.x and Tobago 2.0.x.</p><p>In the <a class="externalLink" href="http://svn.apache.org/repos/asf/myfaces/tobago/trunk/">main directory</a> you can use</p><div class="source"><pre>  mvn install</pre></div><p>to run the install target on all sub projects. This will put all necessary artifacts into your local repository.</p></div><div class="section"><h2>Building All<a name="Building_All"></a></h2><p>For building all the stuff you can use the profile all-modules</p><div class="source"><pre>  mvn install -Pall-modules</pre></div></div><div class="section"><h2>The Demo<a name="The_Demo"></a></h2><p>You can run the examples inside tobago-example with jetty</p><div class="source"><pre>  mvn jetty:run</pre></div><p>or (for the addressbook and the JSP versions of demo and test)</p><div class="source"><pre>  mvn jetty:run-exploded</pre></div><p>or</p><div class="source"><pre>  mvn package</pre></div><p>and deploy the WAR from the tar
 get directory manually.</p></div><div class="section"><h2>Using different JSF implementations<a name="Using_different_JSF_implementations"></a></h2><p>By default the example will be started with MyFaces 1.2. You can run the examples with other version like you see here:</p><div class="source"><pre>  mvn jetty:run
   mvn jetty:run -Djsf=myfaces-2.0
   mvn jetty:run -Djsf=myfaces-2.1
   mvn jetty:run -Djsf=mojarra-1.2