Edgewall Software

Changes between Version 17 and Version 18 of TracDev/DevelopmentWithEclipseAndPyDev


Ignore:
Timestamp:
Jan 27, 2014, 10:34:30 PM (10 years ago)
Author:
glinders <glinders@…>
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/DevelopmentWithEclipseAndPyDev

    v17 v18  
    77 1. Install [http://www.eclipse.org Eclipse] (3.3 or newer will do).
    88 1. Install the [http://pydev.org PyDev] plugin for Eclipse.
     9 1. Alternatively, install [[http://brainwy.github.io/liclipse|LiClipse]], it comes with !PyDev already integrated.
    910 1. (Optional) Install either [http://subclipse.tigris.org Subclipse] or [http://www.eclipse.org/subversive/ Subversive] for Eclipse-integrated Subversion tools.
    10  1. In Eclipse, make sure that the PYTHONPATH in the project properties dialog includes the sources for trac.
     11 1. Create a new project in Eclipse that contains the sources for trac
     12 1. In Eclipse, make sure that the PYTHONPATH in the project properties dialog includes the sources for trac and for genshi.
    1113 1. Create an initial run configuration by clicking right on ''trac/web/standalone.py file'', and choosing ''Run As->Python Run''. Trac will complain that no environment has been set.
    1214 1. Select ''Run->Open Run Dialog...'' and set the correct command line arguments in the ''arguments'' tab, eg. ''--port 8000 /path/to/myproject''.