[Bese-devel] the ucw/systems directory

rm at fabula.de rm at fabula.de
Thu Feb 10 11:46:45 UTC 2005


On Thu, Feb 10, 2005 at 10:34:08AM +0100, Marco Baringer wrote:
> 
> i'm contemplating removing the ucw/systems directory and adding a
> series of (load "<whatever>.asd") to ucw's init.lisp. i have to
> perform these loads anyway when runnig on windows and i'm getting
> annoyed at having to to maintain the list of systems in two seperate
> places.
> 
> would removing the systems directory (and all its symlinks) really
> mess up someone's work flow? [directly loading init.lisp will still
> work though].

Hi MArco,

i'm currently using just parts of ucw (YACLML esp.) and just push
ucw/systems on asdf:*central-registry* so the current setup is rather
convenient. Why not do a 

  (mapcar (lambda (system) (load system)) (directory "systems/*.asd"))

in windows?

 Cheers Ralf Mattes
> 
> -- 
> -Marco
> Ring the bells that still can ring.
> Forget the perfect offering.
> There is a crack in everything.
> That's how the light gets in.
> 	-Leonard Cohen
> _______________________________________________
> bese-devel mailing list
> bese-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/bese-devel



More information about the bese-devel mailing list