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/07/14 15:40:01 UTC

[Geronimo Wiki] Trivial Update of "EclipseDeployment" 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/EclipseDeployment

------------------------------------------------------------------------------
  This section will explain launching Geronimo as a local java application within eclipse. Using the integrated Maven launch configurations described in the previous section, you
  will be able to make and debug changes to the Geronimo projects.
  
- Whenever source file changes are made, and an eclipse build is invoked, the maven builder will automatically be triggered to update the snapshot jars for each individual project that contained java source modifications for that build cycle.  The jar will be created inside the project and will then be copied to the Maven repository.
+ Whenever source file changes are made, an eclipse build is invoked, the maven builder will automatically be triggered to update the snapshot jars for each individual project that contained java source modifications for that build cycle.  The jar will be created inside the project and will then be copied to the Maven repository.
  
  Now in order for the server to use the updated snapshot(s), the repository from the '''{{{geronimo-assembly}}}''' project needs to be updated as well since this is the installation that we pointed to in our '''{{{Geronimo - Server}}}''' launch configuration.  This is done by selecting the '''{{{geronimo-assembly}}}''' project and then launching the external tool configuration '''{{{Assemble}}}'''.  This will regenerate the install image so that the repository is updated with the latest snapshot jars.  Be sure the server is not running before running this operation.