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 252519 - "Resolve" button doesn't work on a brand new platform application
Summary: "Resolve" button doesn't work on a brand new platform application
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal with 3 votes (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
: 251923 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-05-21 06:34 UTC by cezariusz
Modified: 2017-10-16 09:27 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Project properties with the warning (54.50 KB, image/png)
2015-05-21 06:36 UTC, cezariusz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cezariusz 2015-05-21 06:34:36 UTC
Product Version: NetBeans IDE Dev (Build 201505160001)
Java: 1.8.0_45; Java HotSpot(TM) 64-Bit Server VM 25.45-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_45-b14
System: Windows 7 version 6.1 running on amd64; UTF-8; pl_PL (nb)

I've created a new Platform Application, clicked on Module suite -> Properties -> Libraries. There is a warning that "Module FX WebView Bootstrap in platform requests the token javafx.application but there are no known providers.". There is a "Resolve" button with a red caption, but it's disabled and I cannot click it. Regular user has no idea what to do with this warning.
Comment 1 cezariusz 2015-05-21 06:36:19 UTC
Created attachment 153776 [details]
Project properties with the warning
Comment 2 erdogan 2016-08-07 12:58:46 UTC
Resolve button non-clickable. What should we do?
Comment 3 ecerulm 2017-10-12 10:50:56 UTC
This is still happening in NetBeans 8.2 

I had to remove: 


  * FX Webview Bootstrap
  * HTML UI API
  * Java FX Wrapper
  * File Templates HTML UI


to make the Resolve button to be enabled. I think either 

* the wizard that creates the new NetBeans Platform Application should be fixed,
  so it does NOT include those if there are no providers for javafx.application
* provide a way to quickly remove all modules that are "invalid"
Comment 4 ecerulm 2017-10-16 09:27:50 UTC
*** Bug 251923 has been marked as a duplicate of this bug. ***