Re: [Pydev-code] Zope instances with multiple products directiories
Brought to you by:
fabioz
|
From: Fabio C. <in...@co...> - 2007-09-19 06:12:28
|
On 18/set/07, at 22:35, Patrick Smith wrote: > Not sure if that was necessary. I use mulitple locations for my > product code and specify them all in zope.conf: > > # Plone Products. > products $DEV_HOME\plone\2.5.3\Products > > # External Products. > products $DEV_HOME\external\Products > > # My Products. > products $DEV_HOME\myproducts\Products > > I just make sure that: > > [1] every Products directory above has an __init__.py and the products > I am interested in. For example, the external products structure would > contain: > Yes, this is doable with manually managed instances, but not practical with environments like buildout where product locations are organized automatically (e.g. parts/Plone-2.5.3-final, parts/dependencies etc.). Best, Fabio Corneti in...@co... |