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 220737 - In Project Properties -> Libraries add listener to Platform change to update Libraries tab contents
Summary: In Project Properties -> Libraries add listener to Platform change to update ...
Status: RESOLVED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Platform (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
Depends on: 220529
Blocks:
  Show dependency tree
 
Reported: 2012-10-24 11:26 UTC by Petr Somol
Modified: 2013-06-06 11:33 UTC (History)
1 user (show)

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 Petr Somol 2012-10-24 11:26:51 UTC
This has not been a problem in Java SE context, but since JavaFX Projects have the relative reference to RT artifacts added in Project Properties -> Libraries -> Compile, this tab's contents should be refreshed so as to show valid references any time Java Platform is changed.
Comment 1 Petr Somol 2013-06-06 11:33:36 UTC
Issue no longer valid, as the FX classpath extension mechanism has been changed (see Issue #229678); now there is no need to display explicit FX artifacts in Libraries->Compile, instead, a passive marker is shown informing that "javafx.classpath.extension" is present, whatever its internal definition is. This is also a cleaner solution: unlike the previous FX artifact references it cannot be deleted by user by mistake.

Because of that the only past reason for a specific listener in Libraries->Compile has ceased to exist. Thus closing as wontfix.