it lives on github: http://github.com/clojure/tools.cli
like all the new contrib libs, to use it in a project you need to add
it to your dependencies:

:dependencies [[org.clojure/clojure "1.2.1"]
                      [org.clojure/tools.cli "0.1.0"]]


On Fri, Jul 29, 2011 at 7:56 AM, octopusgrabbus
<octopusgrab...@gmail.com> wrote:
>
>
> On Jul 28, 7:24 pm, Anthony Grimes <disciplera...@gmail.com> 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 clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with your 
> first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to