Opened 12 years ago
Closed 12 years ago
#310 closed defect (fixed)
Invocation of tests from from build.xml broken
Reported by: | Mark Evenson | Owned by: | ehuelsmann |
---|---|---|---|
Priority: | major | Milestone: | 1.2.0 |
Component: | build | Version: | 1.2.0-dev |
Keywords: | Cc: | ||
Parent Tickets: |
Description
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.
Note: See
TracTickets for help on using
tickets.
(In [14425]) Restore runnable tests from build.xml.
Fixes #310.