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 204289 - requires.nb.javac not honored by IDE
Summary: requires.nb.javac not honored by IDE
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-26 16:47 UTC by Jesse Glick
Modified: 2011-12-14 12:10 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 Jesse Glick 2011-10-26 16:47:50 UTC
In e.g. ElementUtilities.getMembers in java.source, error badges are shown since nbjdk.home is JDK 6 yet javax.lang.model is used from 7-based nb-javac. Perhaps need to prepend javac-api-nb-7.0-b07.jar (*) to boot CP for modules with requires.nb.javac=true.

(*) Surely this JAR name is long obsolete by now?
Comment 1 Jesse Glick 2011-12-12 20:09:13 UTC
core-main #eb2d4d6524e0
Comment 2 Quality Engineering 2011-12-14 12:10:42 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/eb2d4d6524e0
User: Jesse Glick <jglick@netbeans.org>
Log: #204289: requires.nb.javac not honored by IDE