Opened 11 years ago

Closed 11 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.

Change History (1)

comment:1 Changed 11 years ago by Mark Evenson

Resolution: fixed
Status: newclosed

(In [14425]) Restore runnable tests from build.xml.

Fixes #310.

Note: See TracTickets for help on using tickets.