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 2006/06/12 03:22:23 UTC

[Myfaces Wiki] Update of "Building ADF With Maven" by MatthiasWessendorf

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 MatthiasWessendorf:
http://wiki.apache.org/myfaces/Building_ADF_With_Maven

------------------------------------------------------------------------------
  ==== Prerequisites ====
  
- To build ADF Faces, you'll need the software listed below installed on your machine.
+ To build Trinidad , you'll need the software listed below installed on your machine.
  
   * JDK 5.0
   * Maven '''2.0.1 (or later)''' (http://maven.apache.org/download.html), with the bin directory in your path. Make sure to set JAVA_HOME as an environment variable.
@@ -10, +10 @@

  
  ==== Steps to do ====
  
- Since not all dependencies of the ADF Faces donation are available by a public Maven2 repository you need one simple steps to do yourself.
+ Since not all dependencies of the Trinidad (formal the "ADF Faces donation") are available by a public Maven2 repository you need one simple steps to do yourself.
  
   * Download the ZIP (http://www.wessendorf.net/adf_deps.zip) and extract it to your Maven2 repository
  
- ==== Running an ADF Faces build ====
+ ==== Running the Trinidad build ====
  
- {{{svn co https://svn.apache.org/repos/asf/incubator/adffaces/trunk/ adf-faces
+ {{{svn co https://svn.apache.org/repos/asf/incubator/adffaces/trunk/ trinidad
  
- cd adffaces/plugins
+ cd trinidad/plugins
  mvn install
  
- cd ../adf-faces
+ cd ../trinidad
  mvn install -Dmaven.test.skip=true
  }}}
  
- ==== Generate ADF Faces docs ====
+ ==== Generate Trinidad docs ====
  
  {{{
- cd ../adf-faces
+ cd ../trinidad
  set MAVEN_OPTS=-Xmx300M
  mvn site
  }}}