(run-ant-tasks & rest)
Takes unlimited number of vectors of xml sexp representing ant tasks, as wanted by clojure.data.xml's #'sexp-as-element. Example: (run-ant-tasks [:echo "hi"] [:touch {:file "/tmp/test.txt"}])
Takes unlimited number of vectors of xml sexp representing ant tasks, as wanted by clojure.data.xml's #'sexp-as-element. Example: (run-ant-tasks [:echo "hi"] [:touch {:file "/tmp/test.txt"}])
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close