You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by Apache Wiki <wi...@apache.org> on 2005/09/16 22:13:04 UTC

[Geronimo Wiki] Trivial Update of "Eclipse Tools" by JacekLaskowski

Dear Wiki user,

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

The following page has been changed by JacekLaskowski:
http://wiki.apache.org/geronimo/Eclipse_Tools

------------------------------------------------------------------------------
  To build all the source and create the distribution zip, from the ''geronimo-eclipse-tools'' folder invoke:
  
  {{{
- maven -Declipse.home=/home/user/eclipse
+ maven -Declipse.home=/path/to/eclipse/install/dir
  }}}
  
- The ''-Declipse.home'' property points to the your install location of the Eclipse and WTP.  This location is used to build the source against the required plugins.
+ The ''eclipse.home'' property points to the installation directory of Eclipse (with WTP). It's important that the variable be set properly so that necessary plugins are available.
  
  By default, the plugins will currently generate an image for use on Geronimo M4.  To specify an image for the latest snapshot, specify the following property as well.