Have you tried updating leiningen?

On Thu, Jan 7, 2016 at 9:02 PM Johannes Brauer <bra...@nordakademie.de>
wrote:

> now my profiles.clj looks like
> {:repl {:plugins [[cider/cider-nrepl "0.11.0-SNAPSHOT"]
>                   [lein-pprint "1.1.2"]]
>         :dependencies [[org.clojure/tools.nrepl "0.2.12"]]}}
>
>  But repl complains:
> ; CIDER 0.11.0snapshot (package: 20160104.1114) (Java 1.8.0_25, Clojure
> 1.6.0, nREPL 0.2.6)
> WARNING: CIDER requires nREPL 0.2.12 (or newer) to work properly
> WARNING: The following required nREPL ops are not supported:
>   apropos classpath complete eldoc format-code format-edn info inspect-pop
> inspect-push inspect-refresh macroexpand ns-list ns-vars ns-path refresh
> resource stacktrace toggle-trace-var toggle-trace-ns undef
>   Please, install (or update) cider-nrepl 0.11.0-SNAPSHOT and restart CIDER
> user>
>
> Is anything wrong with my profiles.clj?
>
> Johannes
>
> Am 07.01.2016 um 17:58 schrieb Johannes Brauer <bra...@nordakademie.de>:
>
> okay, that I could have figured out myself, sorry. But now I get another
> exception:
> error in process sentinel: Could not start nREPL server:
> java.lang.IllegalArgumentException: No value supplied for key: .
>  at clojure.lang.PersistentHashMap.create (PersistentHashMap.java:77)
>     leiningen.core.project$dependency_map.invoke (project.clj:77)
>     leiningen.core.project$dep_key.invoke (project.clj:228)
>     leiningen.core.project$reduce_dep_step.invoke (project.clj:232)
>     clojure.lang.ArrayChunk.reduce (ArrayChunk.java:58)
> …
> ???
> Johannes
>
> Am 06.01.2016 um 23:22 schrieb Reid McKenzie <rmckenzi...@gmail.com>:
>
> "0.11.0-SNAPSHOT". It's case sensitive.
>
> Reid
>
> On 01/06/2016 02:23 PM, Johannes Brauer wrote:
>
> I tried this before. But with
> {:repl {:plugins [[cider/cider-nrepl " 0.11.0-snapshot"]]}}
> in my profiles.clj and cider-jack-in I get a Java exception:
> Starting nREPL server via lein repl :headless...
> error in process sentinel: Could not start nREPL server:
> java.lang.IllegalArgumentException: Bad artifact coordinates
> cider:cider-nrepl:jar: 0.11.0-snapshot, expected format is
> <groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>
>  at org.sonatype.aether.util.artifact.DefaultArtifact.<init>
> (DefaultArtifact.java:73)
>     org.sonatype.aether.util.artifact.DefaultArtifact.<init>
> (DefaultArtifact.java:56)
>     cemerick.pomegranate.aether$artifact.invoke (aether.clj:222)
>     cemerick.pomegranate.aether$dependency.invoke (aether.clj:230)
>     cemerick.pomegranate.aether$resolve_dependencies_STAR_$fn__190.invoke
> (aether.clj:708)
> …
>
>
> Am 06.01.2016 um 13:11 schrieb Martin Clausen <martin.clau...@gmail.com>:
>
> If you update to cider/cider-nrepl 0.11.0-snapshot in your
> .lein/profiles.clj that should fix the problem.
>
> On Wed, Jan 6, 2016 at 1:02 PM Johannes <bra...@nordakademie.de> wrote:
>
>> BUT!!!
>>
>> With cider-nrepl set to 0.10.0 and cider set to 0.11.0-snapshot emacs
>> complains:
>> WARNING: CIDER requires nREPL 0.2.12 (or newer) to work properly
>> WARNING: CIDER's version (0.11.0-snapshot) does not match cider-nrepl's
>> version (0.10.1). Things will break!
>>
>> That's not an org-bable problem, but perhaps there is a tip what to do.
>>
>> Johannes
>>
>> Am Dienstag, 29. Dezember 2015 13:01:30 UTC+1 schrieb Johannes:
>>>
>>> thanks for the hint; indeed it works
>>>
>>> Am 21.12.2015 um 16:12 schrieb martin_clausen <
>>> <martin.clau...@gmail.com>martin.clau...@gmail.com>:
>>>
>>> I found that
>>>
>>> Org-mode version 8.3.2 and CIDER 0.11.0 snapshot (package:
>>> 20151212.1044)
>>>
>>> works great and can be easily be installed from repos.
>>>
>>> On Sunday, December 20, 2015 at 6:16:15 PM UTC+1, Johannes wrote:
>>>>
>>>> Thanks, for the explanations. I hope for the best, that there will be
>>>> an working org-babel version in the future. In the mean time I will
>>>> continue using lentilc.
>>>>
>>>> Johannes
>>>>
>>>> Am 10.12.2015 um 16:24 schrieb Matching Socks <phill...@gmail.com>:
>>>>
>>>> The latest stable Org Babel stopped working with the introduction of
>>>> Cider 0.10.0.
>>>>
>>>> You can either go back to Cider 0.9.1, or
>>>> (1) get Org 8.3.2,
>>>> (2) git-clone Org's repo, and
>>>> (3) back-port to 8.3.2 the change in ob-clojure.el that accommodates
>>>> the latest Cider.
>>>>
>>>> The breakage was raised at
>>>> <https://github.com/clojure-emacs/cider/issues/1302>
>>>> https://github.com/clojure-emacs/cider/issues/1302 and closed with a
>>>> comment, "I don't have nor the time nor the energy to sync up with everyone
>>>> maintaining a 3rd party extension. I just hope they're following the
>>>> development and will do the necessary changes when needed."
>>>>
>>>> But three considerations, which are not Cider's fault, argue for a
>>>> kinder accommodation.  First, Org freezes for bundling into a major Emacs
>>>> release only a few times a century, and the resulting Emacs release then
>>>> enjoys wide distribution for many years.  Second, the bundled Org is
>>>> unusually significant because overriding it with another version is not
>>>> always fool-proof.  Third, Org with Clojure snippets is dynamite!
>>>> Therefore, I hope Org will get advice from Cider about a more durable
>>>> technique, so the next Emacs+Org release might be useful even on the
>>>> glacial Emacs time scale.
>>>>
>>>>
>>>> On Tuesday, November 3, 2015 at 3:25:51 AM UTC-5, Johannes wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> I am looking for a working environment for using org-mode with Clojure
>>>>> babel. Googleing for the issue I can only find some apparently outdated
>>>>> hints. I am using org-mode version 8.2.10, Clojure 1.6.0, Leiningen 2.5.1,
>>>>> and CIDER 0.10.0.
>>>>>
>>>>> Any hints, where I can find the right configuration?
>>>>>
>>>>> Johannes
>>>>>
>>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Clojure" group.
>>>> To post to this group, send email to clo...@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+u...@googlegroups.com
>>>> For more options, visit this group at
>>>> <http://groups.google.com/group/clojure?hl=en>
>>>> 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/PldQTR3yB3A/unsubscribe>
>>>> https://groups.google.com/d/topic/clojure/PldQTR3yB3A/unsubscribe.
>>>> To unsubscribe from this group and all its topics, send an email to
>>>> clojure+u...@googlegroups.com.
>>>> For more options, visit  <https://groups.google.com/d/optout>
>>>> https://groups.google.com/d/optout.
>>>>
>>>>
>>>>
>>>> ------------------------------
>>>>
>>>>
>>>> Staatlich anerkannte private Fachhochschule
>>>> NORDAKADEMIE
>>>> Gemeinnützige Aktiengesellschaft
>>>> Köllner Chaussee 11
>>>> 25337 Elmshorn
>>>>
>>>> Vorstand:
>>>> Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv.
>>>> Vorstand)
>>>>
>>>> Vorsitzender des Aufsichtsrats:
>>>> Dr. h.c. Hans-Heinrich Bruns
>>>>
>>>> Sitz:
>>>> Elmshorn, Amtsgericht Pinneberg, HRB 1682
>>>>
>>>>
>>> --
>>> 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/PldQTR3yB3A/unsubscribe>
>>> https://groups.google.com/d/topic/clojure/PldQTR3yB3A/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> <clojure+unsubscr...@googlegroups.com>
>>> clojure+unsubscr...@googlegroups.com.
>>> For more options, visit  <https://groups.google.com/d/optout>
>>> https://groups.google.com/d/optout.
>>>
>>>
>>>
>>> ------------------------------
>>>
>>>
>>> Staatlich anerkannte private Fachhochschule
>>> NORDAKADEMIE
>>> Gemeinnützige Aktiengesellschaft
>>> Köllner Chaussee 11
>>> 25337 Elmshorn
>>>
>>> Vorstand:
>>> Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv.
>>> Vorstand)
>>>
>>> Vorsitzender des Aufsichtsrats:
>>> Dr. h.c. Hans-Heinrich Bruns
>>>
>>> Sitz:
>>> Elmshorn, Amtsgericht Pinneberg, HRB 1682
>>>
>>>
>> --
>> 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>
>> 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/PldQTR3yB3A/unsubscribe>
>> https://groups.google.com/d/topic/clojure/PldQTR3yB3A/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/d/optout.
>>
>
> --
> 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>
> 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/PldQTR3yB3A/unsubscribe>
> https://groups.google.com/d/topic/clojure/PldQTR3yB3A/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/d/optout.
>
>
>
> ------------------------------
>
>
> Staatlich anerkannte private Fachhochschule
> NORDAKADEMIE
> Gemeinnützige Aktiengesellschaft
> Köllner Chaussee 11
> 25337 Elmshorn
>
> Vorstand:
> Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv.
> Vorstand)
>
> Vorsitzender des Aufsichtsrats:
> Dr. h.c. Hans-Heinrich Bruns
>
> Sitz:
> Elmshorn, Amtsgericht Pinneberg, HRB 1682
>
> --
> 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/d/optout.
>
>
>
> --
> 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/PldQTR3yB3A/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/d/optout.
>
>
>
>
> ------------------------------
>
>
> Staatlich anerkannte private Fachhochschule
> NORDAKADEMIE
> Gemeinnützige Aktiengesellschaft
> Köllner Chaussee 11
> 25337 Elmshorn
>
> Vorstand:
> Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv.
> Vorstand)
>
> Vorsitzender des Aufsichtsrats:
> Dr. h.c. Hans-Heinrich Bruns
>
> Sitz:
> Elmshorn, Amtsgericht Pinneberg, HRB 1682
>
> --
> 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/PldQTR3yB3A/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/d/optout.
>

-- 
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/d/optout.

Reply via email to