There are a few examples not included in the mcclim.asd system definition but that still run and if still relevent then perhaps these could also be include.
* mcclim.asd (defsystem :clim-system): include a few more of the examples.
Regards Douglas Crosher
Index: mcclim.asd =================================================================== RCS file: /project/mcclim/cvsroot/mcclim/mcclim.asd,v retrieving revision 1.10 diff -u -r1.10 mcclim.asd --- mcclim.asd 15 Mar 2006 22:56:54 -0000 1.10 +++ mcclim.asd 16 Mar 2006 01:36:25 -0000 @@ -315,16 +315,24 @@ :components ((:file "calculator") (:file "colorslider") + (:file "menutest") ; extra (:file "address-book") (:file "traffic-lights") (:file "clim-fig") (:file "postscript-test") + (:file "puzzle") + (:file "transformations-test") + (:file "demodemo") (:file "stream-test") (:file "presentation-test") + (:file "dragndrop") #+clx (:file "gadget-test") (:file "accepting-values") (:file "method-browser") - (:file "dragndrop-translator"))))) + (:file "dragndrop-translator"))) + (:module "Goatee" + :components + ((:file "goatee-test")))))
;;; This won't load in SBCL, either. I have really crappy code to ;;; extract dependency information from :serial t ASDF systems, but