I figured there was a joke somewhere in there, but I just couldn't tease a
good one out ;)
On Jul 14, 2013 9:54 AM, "Softaddicts" <lprefonta...@softaddicts.ca> wrote:

> After reading this thread, I think we need another plug in to try the try
> plugin
> which in turn may fail which would trigger the need for another try plugin
> which ....
>
> Isn't this recursive a bit ? :))))
>
> Luc
>
>
> > Can you pop that in an issue on the project. In the mean time I'll see
> if I
> > reproduce that problem.
> > On Jul 13, 2013 11:30 PM, "Sean Corfield" <seancorfi...@gmail.com>
> wrote:
> >
> > > 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 a topic in the
> > > Google Groups "Clojure" group.
> > > To unsubscribe from this topic, visit
> > > https://groups.google.com/d/topic/clojure/YZDYufCtKRA/unsubscribe.
> > > To unsubscribe from this group and all its topics, send an email to
> > > clojure+unsubscr...@googlegroups.com.
> > > For more options, visit https://groups.google.com/groups/opt_out.
> > >
> > >
> > >
> >
> > --
> > --
> > 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.
> >
> >
> >
> --
> Softaddicts<lprefonta...@softaddicts.ca> sent by ibisMail from my ipad!
>
> --
> --
> 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 a topic in the
> Google Groups "Clojure" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/clojure/YZDYufCtKRA/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
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