Attila Kelemen

Results 340 comments of Attila Kelemen

The other issue is different, I have already found what the cause is. You have something like this in your build script: `sourceSets.main.runtimeClasspath -= configurations.provided`. If you were to write...

I have opened a new issue my self for the `IllegalAccessException` bug above: #101.

This is actually a bug (limitation) in Gradle. If you think this is to be fixed, you might report it on the Gradle forums, that the "java" plugin has to...

The plugin does nothing for debugging. It might be an issue with the look and feel you are using or NB. You might try reporting it here: https://issues.apache.org/jira/projects/NETBEANS

I was thinking about it when they were talking about that feature it but I don't see how it would be possible to use that in NetBeans without any quirks....

Branch *composite_builds* should now provide appropriate support for composite builds. However, only if you defined them in your settings.gradle. I had big structural changes in that branch, so I will...

It was merged into master but is not yet released. It should work with 3.3 but I have only tested it with 3.2

There is a known bug which is fixed in master. So, you can try building the plugin in master. If I remember correctly, the bug manifests if you don't already...

- The red curlies I think are more likely to be an NB issue, though it is possible that I'm missing some change notification in some cases. - I did...

Thanks, I'll have a look at it tomorrow evening.