source: branches/1.1.x/contrib/abcl-asdf/tests/example.lisp

Last change on this file was 14373, checked in by Mark Evenson, 12 years ago

Backport r14364 | mevenson | 2013-01-31 11:02:29 +0100 (Thu, 31 Jan 2013) | 9 lines

ASDF systems using the MVN component now load again.

log4j.asd example corrected as well.

FIND-MVN now emits a warning if it cannot actually find a Maven exectuable.

Thanks to Milos Negovanovic for identifying the problem with a patch.

Fixes #299.

File size: 285 bytes
Line 
1(in-package :cl-user)
2
3(defun test-LOG4J.2 ()
4  "Output a message to the Console.
5
6Note:  for users of SLIME, this will appear in the associated *inferior-lisp* buffer."
7  (#"configure" 'log4j.BasicConfigurator)
8  (#"info" (#"getRootLogger" 'log4j.Logger) "Kilroy wuz here."))
9
10
11
12
13
14
15
Note: See TracBrowser for help on using the repository browser.