Last change
on this file since 13804 was
13804,
checked in by Mark Evenson, 11 years ago
|
Fix for maven-3.0.4.
Part of the process of cleaning up ABCL-ASDF to work with more Maven
versions.
Seems to be failing for OS X Maven 3.0.4, so need to do a round of testing.
Add system definition of ABCL-ASDF-TEST which becomes the behavior for
invoking ASDF:TEST-SYSTEM on ABCL-ASDF. Really update to version
"0.5.0".
Correct misspellings.
TODO: figure out a list of repos to iteratively search.
TODO: overload the system defintion version mechanism to allow
non-integer values, or just use the IRI class?
TODO: be more verbose on searching/downloading Maven artifacts as it
can be quite slow for large amounts of artifacts.
|
File size:
221 bytes
|
Line | |
---|
1 | (in-package :abcl-asdf-test) |
---|
2 | |
---|
3 | (deftest LOG4J.2 |
---|
4 | (progn |
---|
5 | (asdf:load-system "log4j") |
---|
6 | (let ((logger (#"getLogger" 'log4j.Logger (symbol-name (gensym))))) |
---|
7 | (#"trace" logger "Kilroy wuz here."))) |
---|
8 | t) |
---|
9 | |
---|
10 | |
---|
11 | |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.