This Question is Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
3 Replies Last post: Jan 21, 2010 9:16 PM by Tyler Perkins  
Tyler Perkins Newbie 2 posts since
Jan 20, 2010
Currently Being Moderated

Jan 20, 2010 10:28 PM

Idea 9.0.1 broke La Clojure 0.2.192

In the list of installed plugins, "La Clojure" appears red with tool-tip, "Plugin is incompatible with current IntelliJ IDEA installation". Is anybody else seeing this?

Glen Stampoultzis Novice 265 posts since
Aug 21, 2002
Currently Being Moderated
Jan 21, 2010 2:07 AM in response to: Tyler Perkins
Re: Idea 9.0.1 broke La Clojure 0.2.192

Edit the clojure plugin jar and changed the plugin.xml.

 

You should look for

 

<idea-version since-build="xxxx" until-build="xxxx"/>

 

Edit the until-build so that it matches the current build number (or a version number higher for future proofing).

 

We shouldn't really have to be doing this but at least it should get you going.

Ilya Sergey JetBrains 253 posts since
Sep 11, 2007
Currently Being Moderated
Jan 21, 2010 1:26 PM in response to: Tyler Perkins
Re: Idea 9.0.1 broke La Clojure 0.2.192

Hello, Tyler.

 

This inconsistency was caused, as it was fairly remarked by a build number, not tweaked in a good time. The actual version of the plugin is uploaded now.

Sorry for the inconvenience.

 

Cheers!

Ilya

More Like This

  • Retrieving data ...