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 236464 - Supported source version 'RELEASE_6' from annotation processor
Summary: Supported source version 'RELEASE_6' from annotation processor
Status: RESOLVED DUPLICATE of bug 227924
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 7.4
Hardware: Macintosh (x86) Mac OS X
: P2 normal with 1 vote (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-27 12:38 UTC by lanthale
Modified: 2013-09-30 12:24 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 lanthale 2013-09-27 12:38:54 UTC
When I build my platform application with setting that each module must use JDK 7 I am getting the warning on the build process:

warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.modules.openide.awt.ActionProcessor' less than -source '1.7'


This is now present since NB 7.1 where JDK 7 was supported. Now that 7.4 require 1.7 this warnings are very nasty. Hopefully the team has the time to sort this issue out before going with 7.4 life.
Comment 1 lanthale 2013-09-27 12:40:37 UTC
Steps to reproduce:
1. Create a simple platform app with one module
2. set the module config to require JDK 1.7

Maybe you have to use a platform app which was created with an earlier NB build (6.9 - before annotations took place)
Comment 2 Martin Kozeny 2013-09-30 12:24:31 UTC
Related to https://netbeans.org/bugzilla/show_bug.cgi?id=210286. Please follow steps from https://netbeans.org/bugzilla/show_bug.cgi?id=227924. If problem persists feel free to reopen.

*** This bug has been marked as a duplicate of bug 227924 ***