On Jul 28, 7:24 pm, Anthony Grimes <[email protected]> wrote: > command-line is deprecated in favor of tools.cli > now.http://github.com/clojure/tools.cli
Where is the repository located? (ns addr-verify (:gen-class) (:require [clojure.tools.cli :only (cli optional)]) . . . results in this error: clojure.lang.Compiler$CompilerException: java.io.FileNotFoundException: Could not locate clojure/tools/ cli__init.class or clojure/tools/cli.clj on classpath: -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
