Re: [Zope3-Users] Re: Buildout and defining build order

2007-12-20 Thread Darryl Cousins
Hi

On Fri, 2007-12-21 at 01:25 +0100, Martin Aspeli wrote:
> Darryl Cousins wrote:
> > Hi Jim,
> > 
> > Thank you for the reply.
> > 
> > On Thu, 2007-12-20 at 18:23 -0500, Jim Fulton wrote:
> >> On Dec 20, 2007, at 6:07 PM, Darryl Cousins wrote:
> >>
> >>> Hi,
> >>>
> >>> Is it possible to define in which order the parts are built.
> >> Yes, they are built in the order listed.
> > 
> > You must mean the order the sections are listed and not the order listed
> > in parts. I've tried playing with both orderings but when I start the
> > buildout it first runs through the develop eggs then starts on with ZODB
> > - and the custom python is not built.
> 
> I'm pretty sure it runs in the order in the 'parts' variable inside the 
> main [buildout] section - at least all my testing has indicated this is 
> the case.
> 
> Can you create a minimal test buildout that demonstrates different 
> behaviour?

On the contrary, my experiment shows that you are correct. I have found
though the solution to the postgresql/psycopg2 problem. And further I'm
using SchoolTools method to pre-build the python to use to bootstrap and
run the buildout. Thanks for you help all.

Regards,
Darryl

> 
> Martin
> 

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Re: Buildout and defining build order

2007-12-20 Thread Martin Aspeli

Darryl Cousins wrote:

Hi Jim,

Thank you for the reply.

On Thu, 2007-12-20 at 18:23 -0500, Jim Fulton wrote:

On Dec 20, 2007, at 6:07 PM, Darryl Cousins wrote:


Hi,

Is it possible to define in which order the parts are built.

Yes, they are built in the order listed.


You must mean the order the sections are listed and not the order listed
in parts. I've tried playing with both orderings but when I start the
buildout it first runs through the develop eggs then starts on with ZODB
- and the custom python is not built.


I'm pretty sure it runs in the order in the 'parts' variable inside the 
main [buildout] section - at least all my testing has indicated this is 
the case.


Can you create a minimal test buildout that demonstrates different 
behaviour?


Martin

--
Author of `Professional Plone Development`, a book for developers who
want to work with Plone. See http://martinaspeli.net/plone-book

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users