You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Brad Walker (Jira)" <ji...@apache.org> on 2020/12/15 06:03:00 UTC

[jira] [Updated] (NETBEANS-5151) update java.source in the project properties

     [ https://issues.apache.org/jira/browse/NETBEANS-5151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brad Walker updated NETBEANS-5151:
----------------------------------
    Description: 
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.


  was:
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
{color:yellow}   [repeat] warning: [options] bootstrap class path not set in conjunction with -source 1.6{color}
   [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.



> 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
>
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists