BradWalker opened a new pull request #2596:
URL: https://github.com/apache/netbeans/pull/2596
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:
...
-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:
...
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 is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
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