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 2007/05/07 13:10:32 UTC

[Myfaces Wiki] Trivial Update of "MyFaces 1.2" by BrunoAranda

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 BrunoAranda:
http://wiki.apache.org/myfaces/MyFaces_1%2e2

------------------------------------------------------------------------------
  
  - Checkout the code using subversion:
  
+ {{{
  svn co http://svn.apache.org/repos/asf/myfaces/current12 myfaces12
+ }}}
  
  - Build it using maven:
  
+ {{{
  cd myfaces12
  mvn clean install
+ }}}
  
  - Finally the jars you need are generated in the "target" folders of myfaces12/core/api and myfaces12/core/impl