On Fri, 30 Jul 2010 10:09:42 +0200 Meikel Brandmeyer <[email protected]> wrote:
> Hi, > > Am 30.07.2010 um 04:53 schrieb Kyle Schaffrick: > > > Is there some reason the 2.2.0-SNAPSHOT's of vimclojure have > > vanished from Clojars? I have the 2.2.0 vim pieces in my .vim > > directory and the nailgun commands blow up when using the jar of > > nails from the 2.1.2 release :( > > > > Would be hesitant to spend half an hour to clean out the 2.2.0 > > snapshot of the vim files and install 2.1.2 if I didn't have to, > > since although I was able to manually install the snapshot, I'd > > prefer to let Lein do it's thing. > > There were never official SNAPSHOTs on clojars. Someone hijacked (I > suppose by accident) the vimclojure group id. > > I will provide a reasonable working snapshot this weekend. You can > take your previous snapshot (I suppose leiningen caches it somewhere) > and put it manually into the lib directory. This might work as a > workaround to bridge the time till then, but I’m not sure how > leiningen reacts on that. > > Sincerely > Meikel > Thanks Meikel. I suspected that might have been what happened. I managed to make Lein happy by sticking the previous snapshot from one of my VMs in the appropriate place in ~/.m2/repository and everything seemed to work again for now. Not sure what will happen when it decides that the snapshot is out of date :) Looking forward to the next release, 2.2.0 fixes a lot of little issues I was having with the older versions, in particular dealing gracefully with things going wrong. The only remaining issue I've had is if you open a .clj file in Vim before you've started the Nailgun server, there seems to be no way to tell VimClojure to "try again" to connect to NG, it just latches into the "could not connect to Nailgun" state, which seems to require a complete restart of Vim to "reset" it. Other than that it works beautifully. Anyway, between Leiningen, lein-nailgun, and VimClojure, getting a Clojure development environment set up is an absolute breeze compared to (say) 3 months ago! Thanks a lot for your (and Phil and brandonw's) great work! -Kyle -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
