[
https://issues.apache.org/jira/browse/NETBEANS-5151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Bien closed NETBEANS-5151.
----------------------------------
Resolution: Fixed
this was fixed over several releases. Minimum is now 8 and javac.release is now
the preferred property key when modules move to 17.
> update java.source in the project properties
> --------------------------------------------
>
> Key: NETBEANS-5151
> URL: https://issues.apache.org/jira/browse/NETBEANS-5151
> Project: NetBeans
> Issue Type: Improvement
> Reporter: Brad Walker
> Assignee: Brad Walker
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> There are hundreds of warnings that are generated because the java.source
> specifies version 1.6 in the project.properties files. The warning looks like
> this:
> {code:java}
> ...
> -compile-ant:
> [javac] Compiling 2 source files to
> /home/bwalker/src/netbeans/ergonomics/ide.ergonomics/build/classes
> [repeat] warning: [options] bootstrap class path not set in conjunction with
> -source 1.6
> [repeat] 1 warning
> [copy] Copying 6 files to
> /home/bwalker/src/netbeans/ergonomics/ide.ergonomics/build/classes
> -generate-proxies:
> ...
> {code}
> I've cleaned this up. There are still a few of these warnings left. I will
> clean them up when I have time to go in and inspect each one individually.
> Since Java 8 is our default, cleaning these up makes those warnings go away.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists