You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2003/12/09 05:59:21 UTC

cvs commit: xml-forrest/src/documentation/content/xdocs faq.xml

crossley    2003/12/08 20:59:21

  Modified:    src/documentation/content/xdocs faq.xml
  Log:
  Add FAQ about version number and echo properties.
  
  Revision  Changes    Path
  1.55      +18 -0     xml-forrest/src/documentation/content/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/content/xdocs/faq.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- faq.xml	22 Nov 2003 06:07:41 -0000	1.54
  +++ faq.xml	9 Dec 2003 04:59:21 -0000	1.55
  @@ -463,6 +463,24 @@
         </answer>
       </faq>
   
  +    <faq id="version">
  +      <question>
  +        How to report which version of Forrest is being used and the
  +        properties that are set?
  +      </question>
  +      <answer>
  +        <p>
  +          Do <code>'forrest -projecthelp'</code> or <code>'./build.sh'</code>
  +          to find the version number.
  +        </p>
  +        <p>
  +          To list the properties, add "forrest.echo=true" to your
  +          forrest.properties file and watch the build messages.
  +          Doing <code>'forrest -v'</code> will provide verbose build messages.
  +        </p>
  +      </answer>
  +    </faq>
  +
       <faq id="how_can_I_help">
         <question>
           How can I help?