cursive

Issues at: https://git.io/cursive-issues
saitouena 2020-11-13T08:34:19.225400Z

I tried to make shadow-cljs.edn recognized by cursive in this way https://github.com/thheller/shadow-cljs/issues/70#issuecomment-341895828 but I couldn't figure out the way to import generated pom.xml to cursive. Is there anything to do to import it?

saitouena 2020-11-13T08:41:27.227100Z

https://github.com/cursive-ide/cursive/issues/1804#issuecomment-528441496 I might have misunderstood this. Importing pom.xml feature haven't been implemented yet but thheller suggested it would be a solution.

thheller 2020-11-13T08:57:37.228600Z

@tetsu.ponpon2000 pom.xml imports require the Maven plugin to be enabled. It should be enabled by default but it might not be. make sure it is enabled and then import the pom.xml via "project from existing sources"

đź‘€ 1
saitouena 2020-11-13T09:06:54.231Z

Thanks for your reply. I made it sure the maven plugin is enabled and then tried "project from existing sources" but it didn't work. I think it's because my project is multi-module project and my pom.xm generated by shadow-cljsl is in the sub module.

saitouena 2020-11-13T09:07:53.232Z

I might need to bring pom.xml to the top directory of the project and merge it with the existing pom.xml or something like that.

thheller 2020-11-13T09:09:08.232600Z

pretty sure you can import pom.xml as a module too but I've never used that

đź‘€ 1
saitouena 2020-11-13T09:11:18.234400Z

I'll try to recreate my cursive project and to import my settings again. It might be a remedy.

cfleming 2020-11-13T09:49:53.235100Z

@tetsu.ponpon2000 You should be able to right click on the pom.xml and choose “Add as Maven project” or something similar.

đź‘€ 1