Last change
on this file was
14504,
checked in by Mark Evenson, 12 years ago
|
Promote ABCL-ASDF:ENSURE-MVN-VERSION as primary API that Maven can be executed.
Returns the found (MAJOR MINOR PATCH) as the second value.
Adding support for test framework (use :RT).
|
File size:
338 bytes
|
Line | |
---|
1 | (in-package :abcl-asdf-test) |
---|
2 | |
---|
3 | (defun test-LOG4J.2 () |
---|
4 | "Output a message to the Console. |
---|
5 | |
---|
6 | Note: 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 | (rt:deftest LOG4j.2 |
---|
11 | (test-LOG4J.2) |
---|
12 | t) |
---|
13 | |
---|
14 | |
---|
15 | |
---|
16 | |
---|
17 | |
---|
18 | |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.