ligasgr / intellij-xquery

Plugin to support XQuery in Intellij Idea
Apache License 2.0
35 stars 23 forks source link

Update plugin to support IntelliJ 17.1 #211

Closed w17chm4n closed 7 years ago

w17chm4n commented 7 years ago

A new year - a new IntelliJ :wink:

millerbill3 commented 7 years ago

How long before the IntelliJ 17.1 support commit is available via the IntelliJ Plugin manager?

millerbill3 commented 7 years ago

Has this update been merged yet? Really need to get this installed ASAP. Thanks!

w17chm4n commented 7 years ago

No it hasn't. If you need it then recompile it yourself. It's not that complicated and tbh - it's what I did.

millerbill3 commented 7 years ago

I tried, but having problems getting it to compile/build. I opened the project in IntelliJ and I'm getting messages in the event log regarding "Unindexed remote maven repositories found". When I try to update the repository list, there are two repos that can't be found/updated. (developer.marklogic.com/maven2 and xqj.net/maven) Any suggestions?

w17chm4n commented 7 years ago

You shouldn't care about IntelliJ complaining about unindexed repositories. Just follow the steps in collaboration. The only thing You need to do is to edit build.gradle and edit project.ext.userDefinedInstallationPath. Then apply the patch that @lagivan provided in his fork and built the plugin itself.

ligasgr commented 7 years ago

Hey Sorry for late response on this one. Will release it today. Thanks for raising and to @lagivan for contributing the patch!

millerbill3 commented 7 years ago

Got the update today. Thanks!!!