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 238509 - javafx classes from core.browser.webview module are highlighted as errors
Summary: javafx classes from core.browser.webview module are highlighted as errors
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on: 237973
Blocks:
  Show dependency tree
 
Reported: 2013-11-18 13:49 UTC by Jaroslav Tulach
Modified: 2013-11-29 02:54 UTC (History)
2 users (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 Jaroslav Tulach 2013-11-18 13:49:44 UTC
Since I integrated fix for issue 237973 the modules that depend on libs.javafx module don't see the JavaFX classes properly.

Probably apisupport.ant needs similar check as in
http://hg.netbeans.org/core-main/diff/61d89372c0b8/o.n.bootstrap/src/org/netbeans/StandardModuleData.java
somewhere to properly set classpath for projects that depend on libs.javafx and run in JDK7.
Comment 1 Jaroslav Tulach 2013-11-18 13:51:27 UTC
Observed by Standa. Btw. something similar may be needed for Maven as well.

To reproduce: Get Hg revision 61d89372c0b8 or newer and open core.browser.webview all javafx related classes will be erroneously highlighted.
Comment 2 Martin Kozeny 2013-11-28 14:57:30 UTC
http://hg.netbeans.org/core-main/rev/9b629986ec31
Comment 3 Quality Engineering 2013-11-29 02:54:35 UTC
Integrated into 'main-silver', will be available in build *201311290002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9b629986ec31
User: Martin Kozeny <mkozeny@netbeans.org>
Log: #238509: javafx classes from core.browser.webview module are highlighted as errors.