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 227924 - arning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.api.annotations.common.proc.StaticResourceProcessor' less than -source '1.7'
Summary: arning: Supported source version 'RELEASE_6' from annotation processor 'org.n...
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
: 236464 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-03-25 20:20 UTC by lanthale
Modified: 2013-09-30 12:24 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 lanthale 2013-03-25 20:20:03 UTC
I have just ported over my netbeans rcp project from JDK 6 to JDK 7 on OSX. 
Now I am getting many warnings if I compile my project.

Warning: Supported source version 'RELEASE_6' from annotation processor 'org.netbeans.api.annotations.common.proc.StaticResourceProcessor' less than -source '1.7'
Comment 1 Stanislav Aubrecht 2013-03-26 09:37:47 UTC
Not sure where this belongs, please reassign as necessary, thanks.
Comment 2 Jan Lahoda 2013-03-26 09:54:01 UTC
Not related to java.source - that is only for things that are inside the IDE, not for building of platform apps.
Comment 3 Martin Kozeny 2013-05-22 10:05:35 UTC
It's probably similar to bug https://netbeans.org/bugzilla/show_bug.cgi?id=210286. So please try to use Martin Goettlicher's AntLogger extension in following steps:

1) Create a module project.

2) Set a dependency on a module called "Ant", a module called "I/O APIs" and a module called "Lookup API".

3) Put Martin's SuppressionFilterAntLogger Java class into project.

4) Build it.

5) Right click on the module project and choose Install/Reload in Development IDE.

If problem still persists please reopen the bug.
Comment 4 Martin Kozeny 2013-09-30 12:24:31 UTC
*** Bug 236464 has been marked as a duplicate of this bug. ***