You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2006/08/15 03:40:46 UTC

svn commit: r431516 - in /incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site: site.xml xdoc/archetype/index.xml xdoc/download.xml xdoc/news.xml

Author: matzew
Date: Mon Aug 14 20:40:45 2006
New Revision: 431516

URL: http://svn.apache.org/viewvc?rev=431516&view=rev
Log:
some more doc

Modified:
    incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/site.xml
    incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/xdoc/archetype/index.xml
    incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/xdoc/download.xml
    incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/xdoc/news.xml

Modified: incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/site.xml?rev=431516&r1=431515&r2=431516&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/site.xml (original)
+++ incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/site.xml Mon Aug 14 20:40:45 2006
@@ -37,7 +37,7 @@
     </menu>
 
     <menu name="Documentation">
-      <item name="Wiki" href="http://wiki.apache.org/myfaces"/>  
+      <item name="Wiki" href="http://wiki.apache.org/myfaces/ADF_Faces"/>  
     </menu>    
 
     ${reports}

Modified: incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/xdoc/archetype/index.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/xdoc/archetype/index.xml?rev=431516&r1=431515&r2=431516&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/xdoc/archetype/index.xml (original)
+++ incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/xdoc/archetype/index.xml Mon Aug 14 20:40:45 2006
@@ -1,12 +1,59 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <document>
   <properties>
-    <title>MyFaces Archetype Trinidad</title>
+    <title>MyFaces Archetype Trinidad </title>
   </properties>
 
   <body>
+    <section name="Contents">
+      <p>
+        <ul>
+          <li>
+            <a href="#About">Getting the archetype</a>
+          </li>
+          <li>
+            <a href="#Use">Using the archetype</a>
+          </li>
+        </ul>
+      </p>
+      </section>
+
       <section name="About">
-       <p>Provide documentation.</p>
+      <p>The archetype is not released yet, to be able to use the archetype the first
+      thing you should do is to checkout the Trinidad Archetype source from the svn,
+      using the command:</p>
+      <source>
+      svn co http://svn.apache.org/repos/asf/incubator/adffaces/trunk/plugins/myfaces-archetype-trinidad/ trinidad-archetype
+      </source>
+      <p>
+      Now, let's install the plugin locally
+      (this supposes that you have maven 2.x already installed). Navigate to the plugin root
+      folder and use the mvn install command:
+      </p>
+      <source>
+      cd trinidad-archetype
+      mvn install
+      </source>
+      </section>
+      <section name="Use">
+      <p>
+      Now, using maven (anywhere in your file system) you can create a template
+      for an application that uses Trinidad using the command:
+      </p>
+      <source>
+      mvn archetype:create -DarchetypeGroupId=org.apache.myfaces.trinidadbuild
+       -DarchetypeArtifactId=myfaces-archetype-trinidad
+       -DarchetypeVersion=1.0-SNAPSHOT
+       -DgroupId=myAppId
+       -DartifactId=testA
+      </source>
+      <p>
+      To generate your WAR file to
+      </p>
+      <source>
+      cd testApp
+      mvn package
+      </source>
       </section>
   </body>
 </document>

Modified: incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/xdoc/download.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/xdoc/download.xml?rev=431516&r1=431515&r2=431516&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/xdoc/download.xml (original)
+++ incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/xdoc/download.xml Mon Aug 14 20:40:45 2006
@@ -5,9 +5,10 @@
   </properties>
 
   <body>
-      <section name="Download">
-       <p>
-       Currently there is no release version provided by the Apache Trinidad Podling.
-       </p> 
+    <section name="Download">
+      <p>
+        Currently there is no release version provided by the Apache Trinidad Podling.
+      </p> 
+    </section>
   </body>
 </document>

Modified: incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/xdoc/news.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/xdoc/news.xml?rev=431516&r1=431515&r2=431516&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/xdoc/news.xml (original)
+++ incubator/adffaces/branches/matzew-rc1-plugins-m1/site/src/site/xdoc/news.xml Mon Aug 14 20:40:45 2006
@@ -5,9 +5,10 @@
   </properties>
 
   <body>
-      <section name="May 2006">
-       <p>
-       Source code committed to the Incubator SVN repo.
-       </p> 
+    <section name="May 2006">
+      <p>
+        Source code committed to the Incubator SVN repo.
+      </p>
+    </section>
   </body>
 </document>