Currently the SDK in git is developed against NetBeans 8.0 but should work with 7.3 as well I think. You basically just need to checkout, compile the base gradle project once and then open the SDK folder like any NetBeans platform project.
@david.bernard.31 said:
It was what I did, but The gradle plugin for nb 8.0 failed to activate, now work fine (after uninstall +install).
Yeah, the gradle plugin still has some quirks here and there, it basically works fine though. We hope to use it for future gradle based SDK projects but its yet to be decided if that happens in the big 3.1 update or not.
getDeclaredFields ignore superclass field. Can I can submit PR for change (use getFields and ignore “Spatial”, may be support public attribute, and fix my original issue about initial value) ?
getDeclaredFields ignore superclass field. Can I can submit PR for change (use getFields and ignore “Spatial”, may be support public attribute, and fix my original issue about initial value) ?
It should actually get the superclass fields in a different set like the manually wrapped Nodes.