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 239941 - [80cat] Maven JavaFX FXML project wizard should allow changing the Java platform
Summary: [80cat] Maven JavaFX FXML project wizard should allow changing the Java platform
Status: NEW
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P4 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-03 05:46 UTC by Lou Dasaro
Modified: 2014-07-15 12:53 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 Lou Dasaro 2014-01-03 05:46:44 UTC
Currently, The Maven JavaFX project wizard defaults to the JDK that NetBeans is currently running on. To change the Java platform, the user must first generate the project, and then invoke Project Properties->Build->Compile, and select the desired JDK.

Instead the Maven JavaFX project wizard should allow changing the Java platform in a manner similar to the way in which the "regular" JavaFX project wizard works.

The value of this is in (1) reduced steps to accomplish a task, and (2) consistency with the manner in which other Project wizards accomplish this task.
Comment 1 Roman Svitanic 2014-07-15 12:53:53 UTC
JavaFX Maven project is standard Maven project with preselected archetype. There is currently no option for platform selection in Maven wizard. If it would be implemented there, it will be available for Maven JavaFX projects as well.