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 240350 - [80cat] Test Case Issue: Maven JavaFX Project won't activate JavaFX until you Finish creating the project
Summary: [80cat] Test Case Issue: Maven JavaFX Project won't activate JavaFX until you...
Status: VERIFIED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Test Specifications (show other bugs)
Version: 8.0
Hardware: All All
: P4 normal (vote)
Assignee: Lou Dasaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-12 18:06 UTC by serhiy.myronenko
Modified: 2014-02-05 09:08 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 serhiy.myronenko 2014-01-12 18:06:04 UTC
1. Start IDE with fresh (empty) userdir.
2. Invoke File | New Project... from main menu. "New Project" wizard shows up.
3. In the first step of the wizard select "Maven" category and "JavaFX Application" project. Push Next > button. ("Activating Java SE" progress bar shows up for a moment and then the wizard continues with it's second step.) Click "Cancel"
4. In Plugins manager, verify that JavaSE and JavaFX are activated. 

Result: In Plugins manager only JavaSE is activated, JavaFX is still not active.

Product Version: NetBeans IDE Dev (Build 201401080002)
Updates: Updates available
Java: 1.8.0-ea; Java HotSpot(TM) 64-Bit Server VM 25.0-b63
Runtime: Java(TM) SE Runtime Environment 1.8.0-ea-b121
System: Mac OS X version 10.9 running on x86_64; UTF-8; en_US (nb)
Comment 1 Lou Dasaro 2014-01-12 19:55:23 UTC
This is a problem with the way the Test Case was written, not an actual bug. 
Reason: In a JavaFX->Application project, both JavaSE and JavaFX would have been activated at this point. But in a Maven->JavaFX project, only JavaSE is activated at this point, but if you press Finish instead of Cancel, THEN JavaFX would also be activated.
Comment 2 serhiy.myronenko 2014-01-12 20:18:02 UTC
Agree, it worked, thanks.