[bknr-cvs] r2436 - in branches/trunk-reorg: bknr/datastore/src projects/quickhoney/src

hhubner at common-lisp.net hhubner at common-lisp.net
Fri Feb 1 10:56:53 UTC 2008


Author: hhubner
Date: Fri Feb  1 05:56:52 2008
New Revision: 2436

Modified:
   branches/trunk-reorg/bknr/datastore/src/bknr-utils.asd
   branches/trunk-reorg/projects/quickhoney/src/load.lisp
Log:
Quickhoney startup fixes.


Modified: branches/trunk-reorg/bknr/datastore/src/bknr-utils.asd
==============================================================================
--- branches/trunk-reorg/bknr/datastore/src/bknr-utils.asd	(original)
+++ branches/trunk-reorg/bknr/datastore/src/bknr-utils.asd	Fri Feb  1 05:56:52 2008
@@ -29,7 +29,7 @@
 					       (:file "class" :depends-on ("package" "utils"))
 					       #+(or cmu allegro openmcl sbcl)
 					       (:file "smbpasswd" :depends-on ("utils"))
-					       (:file "actor" :depends-on ("utils"))
+					       #-sbcl (:file "actor" :depends-on ("utils"))
 					       (:file "reader" :depends-on ("utils"))
 					       (:file "crypt-md5" :depends-on ("utils"))
 					       (:file "capability" :depends-on ("utils"))

Modified: branches/trunk-reorg/projects/quickhoney/src/load.lisp
==============================================================================
--- branches/trunk-reorg/projects/quickhoney/src/load.lisp	(original)
+++ branches/trunk-reorg/projects/quickhoney/src/load.lisp	Fri Feb  1 05:56:52 2008
@@ -3,6 +3,7 @@
 (asdf:oos 'asdf:load-op :quickhoney)
 (asdf:oos 'asdf:load-op :swank)
 
-(swank::create-swank-server 4085 :spawn #'swank::simple-announce-function t)
+(swank::create-server :port 4085)
 
+#+cmu
 (mp::startup-idle-and-top-level-loops)



More information about the Bknr-cvs mailing list