Using weblocks-stable with a recent version of ccl, I'm getting the following error:
URI-PARSE-ERROR: Parse error:URI "/wine-cellar/pub/stylesheets/vzn/ main.0\\.css" contains illegal character #\\ at position 39. After a bit of head-scratching, I think this is due to some ccl- specific code in make-versioned-file in versioning.lisp. I get things to work by removing the #+ccl branches, and removing the reader conditional from the #-ccl branches. The versioned files use '.' to separate the file name from the version number, as well as the file type. It might be better to use a different separator, for example, '-'. Alternatively, use another directory level, which would gives paths like ".../vzn/0/main.css". This would require a call to ensure-directories-exists in create- versioned-file. It would also require some rework of the directory structure in weblocks itself (I think). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
