[Zope-dev] Re: [Plone-developers] ploneout - Or how using zc.buildout for a common Zope2 project might look like

2007-01-18 Thread Hanno Schlichting
Martijn Faassen wrote: > Sidnei da Silva wrote: >> On 1/18/07, Martijn Faassen <[EMAIL PROTECTED]> wrote: >> >>> Considering installation of Products we're in new territory anyway - >>> they're not eggs, after all. I see in the result of ploneout that they >>> get symlinked into the Products direc

[Zope-dev] Re: [Plone-developers] ploneout - Or how using zc.buildout for a common Zope2 project might look like

2007-01-18 Thread Martijn Faassen
Sidnei da Silva wrote: On 1/18/07, Martijn Faassen <[EMAIL PROTECTED]> wrote: Considering installation of Products we're in new territory anyway - they're not eggs, after all. I see in the result of ploneout that they get symlinked into the Products directory - will that work on Windows? * w

[Zope-dev] Re: [Plone-developers] ploneout - Or how using zc.buildout for a common Zope2 project might look like

2007-01-18 Thread Sidnei da Silva
On 1/18/07, Martijn Faassen <[EMAIL PROTECTED]> wrote: Considering installation of Products we're in new territory anyway - they're not eggs, after all. I see in the result of ploneout that they get symlinked into the Products directory - will that work on Windows? * we can say something is a

[Zope-dev] Re: ploneout - Or how using zc.buildout for a common Zope2 project might look like

2007-01-18 Thread Hanno Schlichting
Martin Aspeli wrote: > I just emailed Hanno a few questions, but I thought I'd post them here > as well for further discussion: > > - Is it so that I should check out ploneout, run boostrap.py, then > ../bin/buildout.sh for each project? Or can I somehow use the same > checkout of ploneout for

[Zope-dev] small catalog cleanup

2007-01-18 Thread yuppie
Hi! Just want to make sure I'm not missing something: 1. IPluggableIndex -- Products.PluginIndexes.interfaces.IPluggableIndex has this method: def _apply_index(request, cid=''): """Apply the index to query parameters given in 'request'. [...] """

[Zope-dev] Re: ploneout - Or how using zc.buildout for a common Zope2 project might look like

2007-01-18 Thread Hanno Schlichting
Martijn Faassen wrote: > Hey, > > Just some feedback in case you haven't gotten this already: I have > problem running bin/buildout as it seems to fail getting workingenv.py > from the cheeseshop: > > zc.buildout.easy_install: Getting new distribution for workingenv.py>=0.3 > Page at http://www

[Zope-dev] Zope Tests: 7 OK

2007-01-18 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Wed Jan 17 12:00:00 2007 UTC to Thu Jan 18 12:00:00 2007 UTC. There were 7 messages: 7 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2.6 Python-2.1.3 : Linux From: Zope Unit Tests Date: Wed Jan 17 21:08:37 EST 2007 URL

[Zope-dev] Re: ploneout - Or how using zc.buildout for a common Zope2 project might look like

2007-01-18 Thread Hanno Schlichting
Hi, sorry, I'm catching up with my mail slowly these days... Martijn Faassen wrote: > Hey, > > Martin Aspeli wrote: >> Martijn Faassen wrote: > >>> If you used a pure buildout solution you'd have gotten an ImportError on >>> elementtree that you'd need to fix by altering a setup.py somewhere.

[Zope-dev] synonym for getMultiAdapter

2007-01-18 Thread Chris Withers
Hi All, I'd love to see: IWhatever(multi=(obj1,obj2,obj3)) ...as a sysnonym for getMultiAdapter((obj1,obj2,obj3),IWhatever) What do people feel about this? cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk __