https://github.com/hraban/dynamic-classes/pull/3

diff --git lift-standard.config lift-standard.config
index 3ffda9e..bbe3911 100644
--- lift-standard.config
+++ lift-standard.config
@@ -17,17 +17,17 @@
 (:report-property :style-sheet "test-style.css")
 (:report-property :if-exists :supersede)
 (:report-property :format :html)
-(:report-property :name "test-results/test-report.html")
+(:report-property :full-pathname "test-results/test-report.html")
 (:report-property :unique-name t)
 (:build-report)
 
 (:report-property :unique-name t)
 (:report-property :format :describe)
-(:report-property :name "test-results/test-report.txt")
+(:report-property :full-pathname "test-results/test-report.txt")
 (:build-report)
 
 (:report-property :format :save)
-(:report-property :name "test-results/test-report.sav")
+(:report-property :full-pathname "test-results/test-report.sav")
 (:build-report)
 
 (:report-property :format :describe)
