Attila Kelemen
Attila Kelemen
Though given the stack trace I think there is probably an issue with the script, I would prefer fixing this to be more robust. However, I would need to see...
Is there any reason to have many settings.gradle instead of simply one? Anyway, the problem is that you are using `new File('../core')` which will resolve against the current working directory...
In NB, you can open any subset of subprojects you want. In Eclipse and Idea (I think) you can select which subprojects you want to import, so it shouldn't be...
Anyway, I have tried opening your projects and they open without error for me. This also implies that my claim that your relative paths are resolved against the current working...
It could be that this is a cache problem. Can you try if removing all of your *.nb-gradle/private/cache* directories helps? (remove them while NB is not running) There is also...
Is it possible that the project is in multiple settings.gradle?
I assume it still happens to you after removing the other settings.gradle. If that is the case, it is even more strange. If it happens to you again, can you...
By NetBeans cache, do you mean the *.nb-gradle/private/cache* directory?
Also, if you feel up to it, you might try to do some debugging (because I cannot reproduce this issue). See the [wiki page](https://github.com/kelemen/netbeans-gradle-project/wiki/Development) for how to setup the IDE...
That is very strange because this plugin does not store anything there related to loading the project. I think that something else fixed your problem (maybe because you also had...