You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2005/03/10 14:29:20 UTC

cvs commit: incubator-myfaces/src/documentation/content/xdocs site.xml

matzew      2005/03/10 05:29:20

  Modified:    src/documentation/content/xdocs/docs compatibility.xml
                        faq.xml
               src/documentation/content/xdocs/community contributors.xml
               src/documentation/content/xdocs site.xml
  Added:       src/documentation/content/xdocs/docs tomcat55.xml
               src/documentation/content/xdocs/community versioning.xml
  Log:
  added forrest stuff and *enhance* the website of MyFaces
  
  Revision  Changes    Path
  1.3       +5 -0      incubator-myfaces/src/documentation/content/xdocs/docs/compatibility.xml
  
  Index: compatibility.xml
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/src/documentation/content/xdocs/docs/compatibility.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- compatibility.xml	23 Jan 2005 20:19:09 -0000	1.2
  +++ compatibility.xml	10 Mar 2005 13:29:02 -0000	1.3
  @@ -29,6 +29,11 @@
   			<li>Resin 2.1.x</li>
   			<li>Jetty 4.2.x</li>
   			<li>Websphere 5.1.2</li>
  +			<li>OC4J</li>
  +		</ol>
  +		<li>Custom JSF components</li>
  +		<ol>
  +			<li>ADF Faces of Oracle</li>
   		</ol>
   	</ol>
   </section>
  
  
  
  1.2       +5 -0      incubator-myfaces/src/documentation/content/xdocs/docs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/src/documentation/content/xdocs/docs/faq.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- faq.xml	1 Dec 2004 10:08:11 -0000	1.1
  +++ faq.xml	10 Mar 2005 13:29:02 -0000	1.2
  @@ -14,6 +14,7 @@
       <p><strong>General</strong></p>
         <ol>
           <li><link href="#what-is">What is MyFaces?</link></li>
  +        <li><link href="#tomcat5">Does MyFaces work with Tomcat 5.5?</link></li>
         </ol>
   </section>
   
  @@ -23,6 +24,10 @@
           <dt>What is MyFaces?</dt>
           <dd><anchor id="what-is" /> MyFaces is a Open Source Implementation of the JavaServer Faces Framework. See the <fork href="http://jcp.org/en/jsr/detail?id=127">JSR 127</fork> for more info.</dd>
         </dl>
  +	  <dl>
  +        <dt>Does MyFaces work with Tomcat 5.5?</dt>
  +        <dd><anchor id="tomcat5" /> Yes, Apache MyFaces works with Tomcat5.5. If you see a blank page in your browser, try to remove the JAR files <code>jsp-2.0.jar</code> and <code>commons-el.jar</code> of the folder <code>WEB-INF/lib</code>.</dd>
  +      </dl>	  
    </section>
    
        </body>
  
  
  
  1.1                  incubator-myfaces/src/documentation/content/xdocs/docs/tomcat55.xml
  
  Index: tomcat55.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
  
  <document>
  
  <header>
      <title>Apache MyFaces - MyFaces inside of Tomcat 5.5.x </title>
  </header>
  
  <body>
  
  <section>
  <title>MyFaces inside of Tomcat 5.5.x</title>
        <p>Some users had problems by using MyFaces and Tomcat5.5. Here is a short guide that hopefully helps :-)</p>
        
        <ul>
          <li>binary version: MyFaces is designed to work with Tomcat5.0.x. So if you want to use Tomcat 5.5.x you have to remove two JAR files of the <code>WEB-INF/lib</code> folder. That files are <code>jsp-2.0.jar</code> and <code>commons-el.jar</code>.</li>
  		<li>source version: If you want to build MyFaces from a scratch, so you have to set inside the file <code>$MYFACES_HOME/build/build.default.properties</code> the property <code>tomcat.pre.5.5.version</code> to the value <code>false</code>.</li>
        </ul>
        <ul>
          <li>That all does not help? Please contact the user list of MyFaces!</li>
        </ul>
  </section>
  
  
  
  </body>
      
  <footer>
      	<legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
  	&copy; 2004, Apache Software Foundation
  	</legal>
  </footer>
  
  </document>
  
  
  1.5       +2 -1      incubator-myfaces/src/documentation/content/xdocs/community/contributors.xml
  
  Index: contributors.xml
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/src/documentation/content/xdocs/community/contributors.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- contributors.xml	13 Jan 2005 08:11:39 -0000	1.4
  +++ contributors.xml	10 Mar 2005 13:29:20 -0000	1.5
  @@ -42,8 +42,9 @@
   		<tr><td>Jesse Wilson</td></tr>
   		<tr><td>Heath Borders-Wing</td></tr>
   		<tr><td>Bruno Aranda</td></tr>
  -		<tr><td>Jirí Žaloudek (WML RenderKit)</td></tr>
  +		<tr><td>Jiri Zaloudek (WML RenderKit)</td></tr>
   		<tr><td>Sean Schofield</td></tr>
  +		<tr><td>Stan Silvert</td></tr>
          </table>
       </section>
   
  
  
  
  1.1                  incubator-myfaces/src/documentation/content/xdocs/community/versioning.xml
  
  Index: versioning.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
  
  <document>
  
  <header>
      <title>Apache MyFaces - CVS </title>
  </header>
  
  <body>
  
  <section>
  <title>CVS Access of MyFaces</title>
        <p>MyFaces uses CVS.</p>
        
        <ul>
          <li><link href="http://cvs.apache.org/viewcvs.cgi/incubator-myfaces/">watch CVS here</link></li>
  		<li>The CVS root is [login]@cvs.apache.org:/home/cvs for committers, and :pserver:anoncvs@cvs.apache.org:/home/cvspublic for non-committers.</li>
        </ul>
  </section>
  
  
  
  </body>
      
  <footer>
      	<legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
  	&copy; 2004, Apache Software Foundation
  	</legal>
  </footer>
  
  </document>
  
  
  1.8       +2 -0      incubator-myfaces/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- site.xml	13 Jan 2005 08:11:39 -0000	1.7
  +++ site.xml	10 Mar 2005 13:29:20 -0000	1.8
  @@ -10,6 +10,7 @@
   	<docu href="docs/" label="Documentation" tab="documentation">
   		<gettingstarted label="Getting Started" href="gettingstarted.html"/>
   		<ri label="MyFaces and RI" href="risamples.html"/>
  +		<tomcat55 label="MyFaces and Tomcat5.5" href="tomcat55.html"/>
   		<compatibility label="Compatibility" href="compatibility.html"/>
   		<faq label="FAQ" href="faq.html" />
   		<jars label="JARs" href="jars.html" />
  @@ -23,6 +24,7 @@
       <status label="Status" href="status.html" />
       <bylaws label="Project Bylaws" href="bylaws.html"/>
   	<issue label="Tracking System" href="issue.html"/>
  +	<cvs label="CVS" href="versioning.html"/>
       <wiki label="Wiki" href="http://wiki.apache.org/myfaces"/>
       <getinvolved label="Get Involved" href="http://jakarta.apache.org/site/getinvolved.html"/>
     </community>