Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{scrollbar}

...

  1. Build GEP using Maven

...

  1. . See How to Build Geronimo Eclipse Plugin from Source

...

  1. for details. The projects are

...

  1. now ready to be imported into your Eclipse workspace.
  2. Launch a clean installation of Eclipse Ganymede (

...

  1. See http://cwiki.apache.org/GMOxDOC21/apache-geronimo-development-tools-project.html#ApacheGeronimoDevelopmentToolsProject-Prerequisites for details.).

...

  1. Follow these steps blow to complete the configuration of Eclipse for GEP development

...

  1. :
    Table of Contents

    Setting up the ClassPath variable

  2. Select Window->Preferences as ahown in the figure.





  3. Select Java->Build Path->Classpath Variables. Select New.





  4. Enter the location of your m2repo. My m2repo is located at C:/m2repo. Select Ok.
    Code Block
    *Name:* M2_REPO
    *Path:* C:\m2repo
    



  5. Once done you can see M2_REPO added to your list of ClassPath variables.


...