Print out the classpath in which the project operates, within the
current directory, in a format suitable for the -classpath option.
(defn classpath "Print out the classpath in which the project operates, within the current directory, in a format suitable for the -classpath option." [project] (println (join java.io.File/pathSeparatorChar (get-classpath project))))
Comments top
No comments for classpath. Log in to add a comment.