ELI
svn: r4905
This commit is contained in:
parent
04c0daf572
commit
91aaeb95f5
|
@ -58,9 +58,10 @@
|
||||||
(let ([file (make-temporary-file)])
|
(let ([file (make-temporary-file)])
|
||||||
(with-output-to-file file (lambda () (write config)) 'truncate)
|
(with-output-to-file file (lambda () (write config)) 'truncate)
|
||||||
(begin0 (load-configuration file) (delete-file file))))
|
(begin0 (load-configuration file) (delete-file file))))
|
||||||
#; ; This is not working yet
|
#; ; This is working now
|
||||||
(define config@
|
(define config@
|
||||||
(load-configuration-sexpr config
|
(load-configuration-sexpr
|
||||||
|
web-dir config
|
||||||
#:make-servlet-namespace
|
#:make-servlet-namespace
|
||||||
(make-make-servlet-namespace
|
(make-make-servlet-namespace
|
||||||
#:to-be-copied-module-specs
|
#:to-be-copied-module-specs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user