Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

  1. Build GEP using Maven. See How to Build Geronimo Eclipse Plugin from Source for details. The projects are now ready to be imported into your Eclipse workspace.
  2. Launch a clean installation of Eclipse Ganymede (See http://cwiki.apache.org/GMOxDOC21/apache-geronimo-development-tools-project.html#ApacheGeronimoDevelopmentToolsProject-Prerequisites for details.this page for details).
  3. Follow these steps blow to complete the configuration of Eclipse for GEP development:
    Table of Contents

    Setting up the ClassPath variable

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





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





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



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


...