Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Right Click under Project Explorer and Select Import->Import...





  2. On the next window select General->Existing Projects into Workspace. Select Next.





  3. On the import projects window Browse to <GEP_Source_Home>/trunk. Select Finish.





    In case there are some errors try fixing those (consider it as your first step towards working with GEP! (smile) ) or else use the Geronimo mailing lists. See How to open a bug for Geronimo Eclipse Plugin for details.

...

  1. Select Run->Run Configurations.





  2. On the Run Configurations window Select Eclipse Application and Select New button on the top left.





  3. Name the new configuration as GEP_DEVELOPMENT. Also, change the workspace location name from runtime-New_location to runtime-GEP_Development. Select Apply.





  4. Next select the Arguments tab for your GEP_Development run configuration and set the VM arguments as follows
    Code Block
    -Xms256m -Xmx256m -XX:MaxPermSize=128m
    



  5. Next select the tracing tab and select the top most 4 jars. See figure below. Select Apply and Run.





  6. This will launch a new Eclipse window which is nothing but Eclipse + <Your_Plugin_Code>. You can modify the code and each time you can launch your Eclipse Configuration to test the modifications in code.





  7. TO Debug the code change to Debug Perspective in eclipse and Select Run->Debug Configurations. Select Debug.