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/01/22 16:03:08 UTC

[Myfaces Wiki] Update of "Eclipse IDE" by WernerPunz

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

------------------------------------------------------------------------------
  ==== Adding Eclipse support ====
  
  Eclipse support easily can be added to the whole building process by simply executing
- mvn eclipse:eclipse from the respective dir of the pom.xml file.
+ mvn -D wtpversion=<WTP Version> eclipse:eclipse from the respective dir of the pom.xml file.
  Maven2 will then generate eclipse project files and wtp compatible files for editing
  and building within eclipse.
+ 
+ 
+ The WTP Version depends on the version of Eclipse being used.
+ Eclipse 3.2.1 for examples needs a flag -D wtpversion=1.5.
  
  You might need to do an additonal mvn:install to get all the libs needed for
  the build.