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/10/05 05:41:52 UTC

[Geronimo Wiki] Update of "Eclipse Tools" by Sachin Patel

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 Sachin Patel:
http://wiki.apache.org/geronimo/Eclipse_Tools

------------------------------------------------------------------------------
  
  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.
+ By default, the plugins will currently generate an image based on the Geronimo 1.0-SNAPSHOT.  To specify an image for the a given milestone or release, specify the following property as well.
  
  {{{
- maven -Dgeronimo_runtime_version=1.0-SNAPSHOT
+ maven -Dgeronimo_runtime_version=1.0-M5
  }}}
  
  It is important that you build agaist the same runtime version you plan to deploy against.  So if you build against the 1.0-SNAPSHOT you should also rebuild the
@@ -53, +53 @@

  ----
  == Step 4 - Installing ==
  
- The binary zip image will be located in ''../geronimo-eclipse-tools/assembly/target/geronimo-eclipse-plugin-1.0.0.zip''.  This zip file should then be extracted inside ''${eclipse.home}''.
+ The binary zip image will be located in ''../geronimo-eclipse-tools/assembly/target/geronimo-eclipse-plugin-0.5.0-SNAPSHOT.zip''.  This zip file should then be extracted inside ''${eclipse.home}''.
  
  If you have extracted this zip into ''${eclipse.home}'' before, remember to launch eclipse with the ''-clean'' parameter, otherwise the new version will not be picked up.