#310: Invocation of tests from from build.xml broken ----------------------+----------------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: 1.2.0 Component: build | Version: 1.2.0-dev Keywords: | ----------------------+----------------------------------------------------- [http://article.gmane.org/gmane.lisp.armedbear.devel/2792 Rudi points out] that the invocation of tests from build.xml no longer works.
Probably caused by ASDF no longer merging with *DEFAULT-PATHNAME-DEFAULTS* (i.e. the directory which "abcl.asd" is located in).
Fix by pushing the directory containing "abcl.asd" to ASDF:*CENTRAL- REGISTRY*. Or better figured out the "new" programmatic way to do this without files on the filesystem.
#310: Invocation of tests from from build.xml broken -----------------------+---------------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: closed Priority: major | Milestone: 1.2.0 Component: build | Version: 1.2.0-dev Resolution: fixed | Keywords: -----------------------+---------------------------------------------------- Changes (by mevenson):
* status: new => closed * resolution: => fixed
Comment:
(In [14425]) Restore runnable tests from build.xml.
Fixes #310.
armedbear-ticket@common-lisp.net