Changes between Version 10 and Version 11 of DeveloperGuidelines/Eclipse


Ignore:
Timestamp:
07/08/10 14:55:04 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Eclipse

    v10 v11  
    66
    77== Installation ==
    8  1. Install Eclipse 3.6: http://www.eclipse.org/downloads/packages/eclipse-classic-360/heliosr
    9  2. Install !PyDev through Eclipse:
     8 1. Install [http://java.sun.com/javase/downloads/widget/jdk6.jsp Java JDK]
     9 2. Install [http://www.eclipse.org/downloads/packages/eclipse-classic-360/heliosr Eclipse 3.6]
     10 3. Install !PyDev through Eclipse:
    1011  i. Eclipse > Help > Install New Software
    1112  i. Work with: http://pydev.org/updates
    1213  i. Add, OK
    13   i. tick PyDev (can exclude the optional !PyDev Mylyn Integration), Next, Next, Accept, Finish
     14  i. tick !PyDev (can exclude the optional !PyDev Mylyn Integration), Next, Next, Accept, Finish
    1415  i. tick to trust certificate, Restart now
    15  3. Set up the Python Interpreter:
     16 4. Set up the Python Interpreter:
    1617  i. Window > Preferences > !PyDev > Interpreter - Python
    1718  i. New, Browse to python26/python.exe, OK, OK
    18  4. Add a new !PyDev Project:
     19 5. Add a new !PyDev Project:
    1920  i. File > New > Project > !PyDev Project > Next
    2021  i. untick Use Default
    2122  i. Browse to the web2py directory
    2223  i. Give the project a name: eden, Next
    23  5. Debug Configuration: Run > Debug Configurations > Python Run
     24 6. Debug Configuration: Run > Debug Configurations > Python Run
    2425  i. Name: Sahana Eden
    2526  i. Project: Browse to eden