Attila Kelemen
Attila Kelemen
> However once you determine that the folder has been created you can show the source root node in the project explorer. It is what happens. I have tried the...
There is no hotkey possibility in general (aside from the common tasks like build), I will see how it can be done (hopefully this week).
I was thinking a little about this issue and thought that I might enable the "Compile File" action (running "classes" by default, just like compile on save), then you can...
I have enabled the "Compile File" action (since it does not hurt to have anyway). Also, while I was doing that I have realized that the "compile on save" action...
I prefer not to enable compile on save by default because for many projects it is pointless and is not really free. Also, I do not want to change default...
The `bootRun` task probably won't work because of the way SpringBoot packages the jar. You should run your project as a simple Java app. You can also try to run...
I would expect another error in the logs because looking at the sources, the only thing I can imagine is that [ModelClassPathDef.excludePaths](https://github.com/kelemen/netbeans-gradle-project/blob/v1.4.2/netbeans-gradle-default-models/src/main/java/org/netbeans/gradle/model/api/ModelClassPathDef.java#L47-L52) thrown an error. Though this is the first...
In particular, I would expected [ClassLoaderUtils.findClassPathOfClassNonCanonical](https://github.com/kelemen/netbeans-gradle-project/blob/v1.4.2/netbeans-gradle-default-models/src/main/java/org/netbeans/gradle/model/util/ClassLoaderUtils.java#L20) to fail though I have no idea why that could happen.
Do you happen to have a "!" in your path to NB's user directory (which is in your user home) because if that is the case then that is probably...
Just in case I have fixed the possible "!" problem, so if that was you issue, it should work now. Try building the plugin from the sources, it should build...