This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 246188 - JavaFX missing integration with Gradle projects
Summary: JavaFX missing integration with Gradle projects
Status: RESOLVED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: PC Windows 8 x64
: P3 normal with 3 votes (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-01 12:39 UTC by PavelPscheidl
Modified: 2015-05-18 13:09 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description PavelPscheidl 2014-08-01 12:39:30 UTC
There is no support for JavaFX specifics when using the Gradle plugin. When right-clicking a java package, then selecting New - > Other, there is no JavaFX menu with JavaFX specific items. This makes developing JavaFX applications harder and time-ineffecient.

After creating JavaFX specific files manually in another project and copying them into Gradle project, everything works fine. NetBeans recognizes .fxml files, opens Scene builder properly, even controller creation works.

I made a short video to demonstrate the issue. http://youtu.be/0lPVvF0hGo4

Would it be possible to add JavaFX support to Gradle projects ?
Comment 1 gregorytechsoft 2015-02-17 03:54:41 UTC
@Pavel,
If you haven't already done so, perhaps you could check on the NetBeans Gradle plugin on Github, look for user `kelemen` and his repository `netbeans-gradle-plugin`. That might lead to looking at the issues for that plugin.