(defmacro define-all-ant-tasks [] `(do ~@(map (fn [n] `(define-ant-task ~(safe-ant-name n) ~n)) (task-names))))
Comments top
No comments for define-all-ant-tasks. Log in to add a comment.