Re: [Zope3-Users] Re: Configuring a package to use a file in buildout

2007-11-23 Thread Darryl Cousins
Hi Jürgen, Thanks! I'll try that out. Darryl On Fri, 2007-11-23 at 11:00 +0100, Jürgen Kartnaller wrote: > In your buildout you do : > > [instance] > recipe = zc.zope3recipes:instance > application = app > address = 8080 > zope.conf = > > > storagedir ${buildout:directory}/parts/log >

[Zope3-Users] Re: Configuring a package to use a file in buildout

2007-11-23 Thread Jürgen Kartnaller
In your buildout you do : [instance] recipe = zc.zope3recipes:instance application = app address = 8080 zope.conf = storagedir ${buildout:directory}/parts/log If you need the log dir precreated you do : [extfiledir] recipe = lovely.recipe:mkdir path = parts/log To access the prod