source: trunk/abcl/contrib/abcl-asdf/tests/maven.lisp @ 13770

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

Simple runtime maven test.

CL-USER> (abcl-asdf:resolve-dependencies "log4j" "log4j")
WARNING: Using LATEST for unspecified version.
"/home/evenson/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar:/home/evenson/.m2/repository/javax/mail/mail/1.4.1/mail-1.4.1.jar:/home/evenson/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar:/home/evenson/.m2/repository/org/apache/geronimo/specs/geronimo-jms_1.1_spec/1.0/geronimo-jms_1.1_spec-1.0.jar"
CL-USER>

Notice the automatic dependency resolution for the javax.mail SPI and
the (hopefully false) inclusion of the Geronimo JMS documentation in
the returned JVM classpath fragrament.

File size: 135 bytes
Line 
1#|
2(abcl-asdf:resolve-dependencies "log4j" "log4j")
3|#
4
5; TODO figure out what sort of test framework we can hook in.  Probably ABCL-RT
Note: See TracBrowser for help on using the repository browser.