You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2005/07/10 21:20:15 UTC

[Myfaces Wiki] Update of "MyFaces Forrest" by ManfredGeiler

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by ManfredGeiler:
http://wiki.apache.org/myfaces/MyFaces_Forrest

The comment on the change is:
forrest build info

New page:
##language:en
#pragma section-numbers off

This page describes the steps that are necessary to build the !MyFaces homepage on your local system.

== Installing Forrest ==
 * download forrest 0.6 from http://archive.apache.org/dist/forrest/
 * unzip to any place on your disk
 * define the environment variable FORREST_HOME
  In Unix/Linux:
   ~/apache-forrest-0.6$ export FORREST_HOME=`pwd`/src/core
  In Windows:
   Go to "My Computer", "Properties", "Advanced", "Environment Variables" and add:
    FORREST_HOME as C:\full\path\to\apache-forrest-0.6\src\core
 * see http://forrest.apache.org/docs_0_60/your-project.html#installing for additional infos

== Preparing Forrest for Ant ==
 * if you are using Ant from the command line:
  copy (forrest)/lib/core/xml-commons-resolver-1.1.jar to $ANT_HOME/lib
 * IntelliJ IDEA Users:
  Add (myfaces)/forrest/build/build.xml as ant build file.
  Under "Properties(right mouse on myfaces-forrest ant build)/Additional Classpath" add (forrest)/lib/core/xml-commons-resolver-1.1.jar

== Building the Homepage ==
 * run the "dist" ant target of the myfaces-forrest build file
 * the homepage is built under (myfaces)/forrest/build/temp/site