hi doctorbill,
Did a run through and all works for me, I'll commit if no-one has any objections.
Thanks for the input,
Paul.
Here's an asd file for nio-httpd. Just to make things a little easier
on the end user...
nio-httpd.asd:
;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
(defsystem :nio-httpd
:components ((:file "nio-server")
(:file "nio-httpd" :depends-on ("nio-server")))
:depends-on (:nio))
Cheers,
Bill.
--
William Bland: http://www.abstractnonsense.org/
Lisp documentation: http://www.lispdoc.com/
_______________________________________________
nio-devel mailing list
nio-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/nio-devel