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 [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ pydev-code mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-code
