It doesn't work when I spell it correctly either (and I had done
several tests - but of course the results of misspelling it look the
same as it not working - and it's indicative of my day that I pasted
the result of a bad test! :)

C:\Users\Sean\clojure>lein new five
...
C:\Users\Sean\clojure>cd five
C:\Users\Sean\clojure\five>lein try hiccup 1.0.2
Retrieving lein-try/lein-try/0.1.1/lein-try-0.1.1.pom from clojars
Retrieving lein-try/lein-try/0.1.1/lein-try-0.1.1.jar from clojars
Retrieving org/clojure/clojure/1.2.1/clojure-1.2.1.jar from central
nREPL server started on port 51113
REPL-y 0.2.0
Clojure 1.5.1
    Docs: (doc function-name-here)
          (find-doc "part-of-name-here")
  Source: (source function-name-here)
 Javadoc: (javadoc java-object-or-class-here)
    Exit: Control+D or (exit) or (quit)
user=> (use 'hiccup.core)
FileNotFoundException Could not locate hiccup/core__init.class or
hiccup/core.clj on classpath:   clojure.lang.RT.load (RT.java:443)
user=> ^D
Bye for now!

C:\Users\Sean\clojure\five>cd ..
C:\Users\Sean\clojure>lein try hiccup 1.0.2
nREPL server started on port 51183
REPL-y 0.2.0
Clojure 1.5.1
    Docs: (doc function-name-here)
          (find-doc "part-of-name-here")
  Source: (source function-name-here)
 Javadoc: (javadoc java-object-or-class-here)
    Exit: Control+D or (exit) or (quit)
user=> (use 'hiccup.core)
nil
user=> ^D
Bye for now!
C:\Users\Sean\clojure>

(and that's just to show it failing the same way on Windows 8 (with
GNU on Windows) as it does on Mac!)

Sean

On Sat, Jul 13, 2013 at 9:26 PM, Ryan Neufeld <r...@thinkrelevance.com> wrote:
> It looks like you tried to use hiccup.ocre instead of core
>
> --
> --
> 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 unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>



-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to