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 241282 - Activate by creating a Maven JavaFX Project - Active indictor isn't
Summary: Activate by creating a Maven JavaFX Project - Active indictor isn't
Status: VERIFIED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: swpalmer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-02 02:51 UTC by swpalmer
Modified: 2014-02-10 01:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description swpalmer 2014-02-02 02:51:30 UTC
NB 8.0 build 201401280001

The Java FX plugin does not appear as active after selecting to create a Maven JavaFX project.  However, this seems to only be an issue with the "Active" checkmark in the "Installed" list of plugins in the "Plugins" dialog.

With an empty user dir:
select New Project -> Maven -> JavaFX Application
click Next
click Cancel

Go top Tools -> Plugins -> Installed
"JavaFX 2" is listed, but the "Active" column is not checked.

Return to New Project -> Maven
Notice how now the "Java FX Application" is listed with a colored in icon, not the greyed out icon of an inactive plugin.  This tells me that the JavaFX plugin is at least partially active.

If you don't click "Cancel" when creating the Maven project, but instead follow through to let the project be fully created, the JavaFX plugin is fully activated.  That is why this is P4.  It is so minor, I think perhaps it is better to just update the expectation in the testcase at http://services.netbeans.org/synergy/client/app/index.html#/specification/268/v/2


Possible related to Issue 229568
Comment 1 swpalmer 2014-02-02 03:09:24 UTC
Double checked with latest NB 8.0 build 201402010001 - same behaviour
Comment 2 swpalmer 2014-02-02 21:44:07 UTC
I updated the test case to not cancel project creation, as that didn't seem to be a fair test.  Since Java SE and JavaFX are activated if you finish creating the project, I am marking this as "won't fix".