Re: Using ring, jetty plugin: No reader function for tag object

2017-10-22 Thread Angel Java Lopez
I updated the versions to 1.6.2, but without luck Downgrading Leiningen works!!! (???) Thanks! On Sun, Oct 22, 2017 at 3:31 PM, James Reeves wrote: > It looks like there's a dependency mismatch between the version of Ring > that Lein-Ring injects, and the version you've added to your project f

Re: Using ring, jetty plugin: No reader function for tag object

2017-10-22 Thread James Reeves
It looks like there's a dependency mismatch between the version of Ring that Lein-Ring injects, and the version you've added to your project file. If you update Ring to 1.6.2 (and lein clean) it should work. On 22 October 2017 at 18:40, Angel Java Lopez wrote: > Hi! > > I have a problem, followi

Re: Using ring, jetty plugin: No reader function for tag object

2017-10-22 Thread David Bürgin
Perhaps try downgrading Leiningen to 2.7.1: lein upgrade 2.7.1 See https://github.com/technomancy/leiningen/issues/2328. -- David -- 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 t

Using ring, jetty plugin: No reader function for tag object

2017-10-22 Thread Angel Java Lopez
Hi! I have a problem, following the instructions: https://github.com/ring-clojure/ring/wiki/Getting-Started I can run the server using the repl But when I added the plugin, according to: https://github.com/ring-clojure/ring/wiki/Interactive-Development and execute lein ring server I get the