[armedbear-cvs] r13770 - trunk/abcl/contrib/abcl-asdf/tests
mevenson at common-lisp.net
mevenson at common-lisp.net
Thu Jan 12 19:36:28 UTC 2012
Author: mevenson
Date: Thu Jan 12 11:36:27 2012
New Revision: 13770
Log:
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.
Added:
trunk/abcl/contrib/abcl-asdf/tests/maven.lisp
Added: trunk/abcl/contrib/abcl-asdf/tests/maven.lisp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/abcl/contrib/abcl-asdf/tests/maven.lisp Thu Jan 12 11:36:27 2012 (r13770)
@@ -0,0 +1,5 @@
+#|
+(abcl-asdf:resolve-dependencies "log4j" "log4j")
+|#
+
+; TODO figure out what sort of test framework we can hook in. Probably ABCL-RT
\ No newline at end of file
More information about the armedbear-cvs
mailing list