cursive

serioga 2025-04-26T14:47:32.235219Z

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
serioga 2025-04-26T19:19:58.984949Z

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...

serioga 2025-04-26T20:08:44.561259Z

Tried to reinstall both IDEA and Cursive, but nothing helps

serioga 2025-04-26T20:23:34.919639Z

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

✅ 1
serioga 2025-04-26T20:23:57.658429Z

<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>

cfleming 2025-04-26T22:48:03.484169Z

So it was the MAVEN_REPOSITORY macro that was causing problems?

serioga 2025-04-27T09:53:16.681039Z

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.

serioga 2025-04-27T09:54:59.260209Z

Yes, the value of MAVEN_REPOSITORY was an invalid path

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

cfleming 2025-04-27T21:05:34.343809Z

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