Changeset 13770

Timestamp:
01/12/12 19:36:27 (12 years ago)
Author:
Mark Evenson
Message:

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:
1 added

Note: See TracChangeset for help on using the changeset viewer.