Changes between Version 46 and Version 47 of DeveloperGuidelines/Eclipse


Ignore:
Timestamp:
11/11/11 19:46:33 (13 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Eclipse

    v46 v47  
    4545  i. On the Main tab: Browse to web2py.py (on the Linux VM, this is {{{/home/web2py/web2py.py}}})
    4646  i. On the Arguments tab: Type in the program arguments: "-a password" (Choose a password for web2py and substitute it for "password".)
    47   i. Click Apply
    48   i. In the Packages tab, select web2py.
    49   i. Click Debug (If you get an error saying $project_loc is empty, click OK.  Then select web2py in the Packages tab and Run -> Debug.)
    50   i. On Windows: If asked, unblock in Windows Firewall (not necessary on the Linux VM)
     47  i. Click Apply. Close the configuration window.
     48  i. In the PyDev Package Explorer tab, click web2py to select it. (Without this, you will get an error saying $project_loc is empty. This is an Eclipse issue.)
     49  i. In the toolbar below the main Eclipse menu bar, find the bug icon and click the down-arrow next to it. Click the option that has a "P" superscript, which executes the Python command line we just set. (The option with a "U" runs unittests, which are not what we want now.)
     50  i. On Windows: If asked, unblock in Windows Firewall (not necessary on the Linux VM).
    5151
    5252 1. Miscellaneous suggestions for comfort and convenience: