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
------------------------------------------------------------------------------
----
- == Configuring the Mavenide Plugin (Under construction) ==
+ == Creating Maven and Server Launch Configurations (Under construction) ==
- This section will explain configuring your workspace to provide Maven support. To install
Mevenide through the Eclipse Update Manager, create an Update Site pointing to :
+ This section will explain configuring your Eclipse workspace to provide intergated Maven
support. We will create a set of configurations need to assist in building Geronimo.
+
+ To install Mevenide through the Eclipse Update Manager, create an Update Site pointing to
:
{{{
http://mevenide.codehaus.org/release/eclipse/update/site.xml
}}}
@@ -161, +163 @@
Next, to avoid manually creating a set of Maven and Geronimo launch configurations by hand,
you can import the following set of configurations and modify them for your customization.
- Download an extract eclipselaunchconfigs.zip into your $WORKSPACE\.metadata\.plugins\org.eclipse.debug.core\.launches
folder and restart eclipse. You will then automatically have the neccessary configurations
needed to develop and debug Geronimo with eclipse.
+ Download an extract ""eclipselaunchconfigs.zip"" into your $WORKSPACE\.metadata\.plugins\org.eclipse.debug.core\.launches
folder and restart eclipse. You will then automatically have the neccessary configurations
needed to develop and debug Geronimo with eclipse.
- Those who which to create the configuration's by hand, the steps to create the neccessary
configurations are...
+ Those who which to create the configurations' by hand, the steps to create these configurations
are...
+
+ After installing the Maven and Mevenide features, create a new Maven Configuration by going
to Project Maven Manage Configuration as shown below.
+
+ [image1]
+
+ Hit "New" to create a custom configuration named "Build". Select the "Build is happening
offline" option. And for the goal to run specify…
+
+ {{{
+ default –Dmaven.test.skip=true –Dmaven.itest.skip=true.
+ }}}
== Debugging Geronimo (Local) (Under construction) ==
- This section will explain configuring Geronimo for debugging as a local application.
-
+ 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.
== Debugging Geronimo (Remote) ==
|