Ticket #4 (closed defect)
xhtml using obsolete web-server library
Reported by: | dherman | Owned by: | dherman |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | dherman/xhtml.plt | Keywords: | |
Cc: | Version: | ||
Racket Version: |
Description
Henk Boom wrote:
Hi, I've noticed that the xhtml plannet package you contributed no
longer works with plt-scheme v371, but gives the following error:
(require (planet "xhtml.ss" ("dherman" "xhtml.plt" 1 1)))
default-load-handler: cannot open input file:
"/usr/lib/plt/collects/web-server/response.ss" (No such file or
directory; errno=2)
It looks like lines 2-3 of xhtml.ss need to be changed; the .ss files
you are requiring have been moved into a private directory of the
web-server. Perhaps you should require servlet.ss instead?
Thanks for the package, hope you can find the time to fix it,
Henk