testing products without starting zope ??
hello is there a way to test products without starting zope. if there are many errors, it is awkward to restart zope after every change of the python code. and often there is so much output that it is hard to find the important error messages. any hints welcome markus -- Markus Jais Software Developer GMX Aktiengesellschaft Riesstraße 17, 80992 München Phone: +49 89 14 339-514 mailto:mjais@gmx-gmbh.de http://www.gmx.de
Use the Refresh tab inside the Products Management. -aj --On Dienstag, 25. Februar 2003 17:01 +0100 Markus Jais <mjais@gmx-gmbh.de> wrote:
hello
is there a way to test products without starting zope.
if there are many errors, it is awkward to restart zope after every change of the python code. and often there is so much output that it is hard to find the important error messages.
any hints welcome
markus
-- Markus Jais Software Developer GMX Aktiengesellschaft Riesstraße 17, 80992 München Phone: +49 89 14 339-514 mailto:mjais@gmx-gmbh.de http://www.gmx.de
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- --------------------------------------------------------------------- - Andreas Jung http://www.andreas-jung.com - - EMail: andreas at andreas-jung.com - - "Life is too short to (re)write parsers" - ---------------------------------------------------------------------
hi If you are talking about Python products, then put an empty file called refresh.txt in your product folder. After that restart Zope, go to Control Panel->Products->Your Product->Refresh Tab an check "AutoRefresh" Note: Your Zope must be stared from console, not as a service !!! rgds
hello
is there a way to test products without starting zope.
if there are many errors, it is awkward to restart zope after every change of the python code. and often there is so much output that it is hard to find the important error messages.
any hints welcome
markus
-- Markus Jais Software Developer GMX Aktiengesellschaft Riesstraße 17, 80992 München Phone: +49 89 14 339-514 mailto:mjais@gmx-gmbh.de http://www.gmx.de
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Markus Jais wrote:
if there are many errors, it is awkward to restart zope after every change of the python code. and often there is so much output that it is hard to find the important error messages.
Either add a REFRESH.TXT to your product or use ZEO. The latter makes Zope startup pretty quickly. cheers, Chris
participants (5)
-
Andreas Jung -
Chris Withers -
Dieter Maurer -
Dragos Chirila -
Markus Jais