Changes between Version 11 and Version 12 of Dev/Tools
- Timestamp:
- 01/14/10 18:39:21 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/Tools
v11 v12 29 29 6. Go to PyDev perspective. Go to File>New>PyDev project. Write a project name (e.g. "indicodev"), uncheck use default, select the root code folder of your indico (...../cds-indico/) (if you do not have it yet, check it out from the repository), choose the grammar version matching with your python version, uncheck "Create default src folder...." and click Finish. 30 30 7. The whole project will be imported into Eclipse (Team Synch icons might take a while to show up). 31 8. Go to project properties: PyDev - PYTHONPATH and add the project source folders ( code and tools) in order to be able to use F3 (jump to definition).31 8. Go to project properties: PyDev - PYTHONPATH and add the project source folders (indico, tests, bin) in order to be able to use F3 (jump to definition). 32 32 9. add to .cvsignore all the files that you do not want to commit to CVS. 33 33
