cursive 2025-04-26

Hello @cfleming There is something wrong after upgrade to the version 2025.1 on Windows. When project is opened or when I execute “Refresh Clojure Deps Project” the notification popup with a path to my profile folder is shown, and nothing is being indexed. On the screenshot you can see a new empty project, but it happens in all my projects. Previous version of the plugin worked fine.

Build #IU-251.23774.435, built on April 14, 2025
Cursive 2025.1-251
Windows 11

✅ 1

Hm, this is the path to the profile on another computer; it does not exist on this PC. I will check where can it come from...

Tried to reinstall both IDEA and Cursive, but nothing helps

Changed path in path.macros.xml and it helped `

✅ 1

<application>
  <component name="PathMacrosImpl">
    <macro name="MAVEN_REPOSITORY" value="C:/Users/Sergey/.m2/repository" />
    <ignoredMacro name="MESSAGE" />
    <ignoredMacro name="FILE_PATH" />
    <ignoredMacro name="LINE" />
    <ignoredMacro name="COLUMN" />
    <ignoredMacro name="mobile" />
    <ignoredMacro name="backend" />
    <ignoredMacro name="webapi" />
    <ignoredMacro name="example" />
    <ignoredMacro name="homepage" />
  </component>
</application>

So it was the MAVEN_REPOSITORY macro that was causing problems?

I don't know what was causing. I just know what change fixed it. And timestamp on that file was in 2023 or 2024 year, so it was quite old.

Yes, the value of MAVEN_REPOSITORY was an invalid path

<macro name="MAVEN_REPOSITORY" value="C:/Users/Anwender/.m2/repository" />

Ok, I'll check that, at a minimum the error message should be better.