Yes, it's weird. Your problem, as stated, is that it can't manage to find the antlr required dependency.
Maybe it's your eclipse installation, maybe it's the plugin (can't be 100% sure it's not the plugin, because I haven't tested it on Vista). In order to make you install clojuredev, I've added the antlr plugin jar to the downloads section of clojuredev website : http://code.google.com/p/clojure-dev/downloads/list Just copy it into your eclipse's plugin directory, restart eclipse with -clean option (may not be necessary, though), and please try reinstalling. If you still have problems after that, I'll consider providing both an eclipse update site and a zip for manual installation whenever I deliver a new version of clojuredev. HTH, -- Laurent 2009/2/7 AlamedaMike <[email protected]> > > I want to install clojure-dev on Eclipse but I'm getting an error when > I use Eclipse's software update feature. > > "Cannot complete the request. See the details. > Unsatisfied dependency: [clojuredev.feature.feature.group 0.0.18] > requiredCapability: org.eclipse.equinox.p2.iu/org.antlr.runtime/3.0.0" > > I have Eclipse SDK 3.4.1 installed, along with Java JDK 1.6.0.11 on > Vista SP1. > > I do notice that it says "org.eclipse.equinox.p2.iu" and not > "org.eclipse.equinox.p2.ui", the latter of which is listed in the > packages' list. > > Has anyone else had a similar problem? Any ideas for a fix? Thanks. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
