On Tue, May 4, 2010 at 2:02 PM, Chris Withers <ch...@simplistix.co.uk> wrote:
> Hi All,
>
> I have a whole load of projects that are managed with zc.buildout that
> I'd like to make play nicely with pydev.
>
> I'm not a PyDev user but some of the developers I work with are and I'd
> like to get these projects working for them. There are about 20 separate
> small projects.
>
> So, I'm wondering, are there any existing buildout and pydev users?
>
> If I generate the .project and .pydevproject files for each project in a
> buildout recipe, how do I get the PyDev/Eclipse workspace to recognise
> these?
>
> How would people recommend I wire in the correct test runner (twisted's
> trial in this case, but where the trial will be specific to the project
> in question) to PyDev's test running stuff? (which I don't know a lot
> about, so forgive any stupidity on my part!)

I haven't really used it, but I've read about some recipes to do it (
i.e.: 
http://play.pixelblaster.ro/blog/archive/2007/09/09/the-problem-with-buildout-and-pydev
).

Now, it should be really just a matter of generating proper .project
and .pydevproject files and later that project can be imported into
eclipse/pydev through File > Import > Existing Projects into Workspace
(and later, just updating those as needed).

Cheers,

Fabio

------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to