siemens / codeface

Codeface is a framework for analysing technical and social aspects of software development
siemens.github.io/codeface
GNU General Public License v2.0
67 stars 38 forks source link

Pydev support #7

Closed matthid closed 9 years ago

matthid commented 10 years ago

These commits add support for the pydev IDE and add some helper scripts to setup the environment (codefaceEnv.sh) or run codeface directly (runCli.py) from the workspace (without doing any make).

It is also an easy way to run the unit tests of my other pull request (open pydev and run them).

matthid commented 9 years ago

I will send an updated and cleaned-up version later.