reply>> my first newbie question
Tomastiq <[email protected]>
| Newsgroups | gmane.comp.web.skunkweb |
|---|---|
| Message-ID | <[email protected]> |
Hi, IMHO I've got it. As I see the problem is the ctime handling. In the (cygwin) documentation: "ctime = time of last modification of file status information" In python docs at stat() function: "st_ctime (time of most recent content modification or metadata change)" And skunk uses this ST_CTIME constant for checking the fresh of compiled version of html. But under cygwin this kind of date contains the creation date, so it is not changing. I think this is a win manner and cygwin uses this date. After I changed *_CTIME constants in files to *_MTIME everything is working fine. Hmm. Unfortunately I can't find information about this behaviour at cygwin.com. thx.toma ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/