[
https://issues.apache.org/jira/browse/NETBEANS-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816471#comment-16816471
]
Jose Pereda commented on NETBEANS-2004:
---------------------------------------
If you check the tutorial: https://openjfx.io/openjfx-docs/, we try to cover
all possible scenarios for the developer: Command Line or IDE, and for each
case, Java/Maven/Gradle, both for non-modular and modular JavaFX projects.
Then we have a full set of samples at https://github.com/openjfx/samples, so a
developer will come with his/her use particular case (i.e NetBeans, Maven,
non-modular), read the tutorial for that case:
https://openjfx.io/openjfx-docs/#IDE-NetBeans Section Non-modular with Maven
and look for the sample
https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Non-Modular/Maven/hellofx
So far the tutorial works for NetBeans 10 and JavaFX 11 with the external
gradle plugin, but we are updating the docs to NetBeans 11 and JavaFX 12, with
the brand new built-in gradle support, and we have hit a block in this
particular case.
Also, as mentioned in my comment above, it is not only JavaFX, but any third
party dependency is not recognized by module-info, which is a big issue for
modular gradle projects.
> No real Support for Gradle Modular Projects.
> --------------------------------------------
>
> Key: NETBEANS-2004
> URL: https://issues.apache.org/jira/browse/NETBEANS-2004
> Project: NetBeans
> Issue Type: Bug
> Components: projects - Gradle
> Affects Versions: 11.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build
> 20190127-unknown-revn)
> Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+7
> Runtime: OpenJDK Runtime Environment 11.0.2+7
> Reporter: Jose Pereda
> Assignee: Laszlo Kishalmi
> Priority: Critical
> Attachments: Bildschirmfoto 2019-02-06 um 17.22.17.png, Captura de
> pantalla 2019-01-27 a las 19.55.13.png, gradleJava.zip
>
>
> Opening a gradle non-modular project works fine, but when the project is
> modular, it shows errors all over the place.
> However, Clean, Build, Run, or any of the gradle tasks work fine.
> !Captura de pantalla 2019-01-27 a las 19.55.13.png|width=1328,height=789!
>
> See OpenJFX samples
> [non-modular|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Non-Modular/Gradle/hellofx]
> and
> [modular|https://github.com/openjfx/samples/tree/master/IDE/NetBeans/Modular/Gradle/hellofx].
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists