[Bese-devel] New patches to ucw_dev: 15-Apr-2006
Marco Baringer
mbaringer at common-lisp.net
Sun Apr 16 04:30:04 UTC 2006
Sat Apr 15 19:40:25 EDT 2006 Luca Capello <luca at pca.it>
* src/default.lisp: `load-applications' when `*ucw-config-file*' is nil
If `*ucw-config-file*' is nil you get the following error:
The variable *EXAMPLE-APPLICATION* is unbound
`*ucw-systems*' contains the `*example-application*' system, but this
is not loaded by ASDF, because `*ucw-config-file*' is nil. A slightly
deeper explanation is available at:
http://common-lisp.net/pipermail/bese-devel/2006-April/001925.html
Also correct a typo for `*ucw-config-file*' in src/config.lisp.
M ./src/config.lisp -1 +1
M ./src/default.lisp -2 +3
Sat Apr 15 18:37:49 EDT 2006 Luca Capello <luca at pca.it>
* deal with `*ucw-applications-directory*' not ending with a /
In src/default.lisp I forgot the last / for the value of
`*ucw-applications-directory*' (/etc/ucw/applications.d), thus every
time you have application ASDF files in the default location, you get
the following error:
component "application" not found
This because the location in `asdf:*central-registry*' also lacks the
last / (/etc/ucw/applications.d) and I bet this could be a common
situation.
This patch deals with this specific case: it always adds a "/" when
pushing `*ucw-applications-directory*' into `asdf:*central-registry*'.
M ./src/config.lisp -1 +1
M ./src/default.lisp -1 +1
Sat Apr 15 10:43:05 EDT 2006 Luca Capello <luca at pca.it>
* move bin/etc/ to etc/
./bin/etc -> ./etc
Sat Apr 15 10:33:53 EDT 2006 Luca Capello <luca at pca.it>
* bin/ucwctl: stop UCW reading etc/stop.lisp
M ./bin/etc/ucwctl.conf -1 +4
M ./bin/ucwctl -1 +14
M ./bin/ucwctl.1 -1 +5
Sat Apr 15 10:33:15 EDT 2006 Marco Baringer <mb at bese.it>
* Added Slawek Zak to authors
M ./AUTHORS +1
Sat Apr 15 09:02:42 EDT 2006 Marco Baringer <mb at bese.it>
* Drop more time-stamp lines (hopefully this is the last such commit)
M ./bin/etc/ucwctl.conf -2
M ./bin/ucwctl.1 -2
M ./ucw.asd -2
Sat Apr 15 08:58:14 EDT 2006 Marco Baringer <mb at bese.it>
* Drop Time-stamp from ucwctl
M ./bin/ucwctl -2
Sat Apr 15 07:55:31 EDT 2006 Marco Baringer <mb at bese.it>
* Drop Time-stamp lines
M ./bin/etc/conf.lisp -2
M ./bin/etc/start.lisp -2
M ./src/config.lisp -2
M ./src/default.lisp -2
An updated tarball of ucw_dev's source can be downloaded here:
http://common-lisp.net/project/ucw/tarballs/ucw_dev-20060415.tar.gz
Darcsweb URL:
http://uncommon-web.com/darcsweb/darcsweb.cgi?r=ucw_dev;a=summary
More information about the bese-devel
mailing list