[Zope3-dev] Functional tests failing on Windows

Tim Peters tim.peters at gmail.com
Wed Sep 21 16:08:10 EDT 2005


[Tim Peters]
>> Something that worked was to delete every file reachable from zopeskel/
>> that wasn't under SVN control, and start over.  Maybe that's what the
>> Makefile's `clean` target does (in part):
>>
>>     rm -f zopeskel/etc/package-includes/*.zcml

[Fred Drake]
> Yes, that's exactly what you need to do.  We can probably make that
> even more automatic for the Unix user, but don't know about the
> Windows world.

Well, I added a new Windows script (wclean.bat), which does on cmd.exe
systems what the current "make clean" does on Linux.  The obvious
place to put something both automatic and x-platform is in setup.py
(since that's what everyone uses to compile a checkout ...).


More information about the Zope3-dev mailing list