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

Since Java 8 is our default, cleaning these up makes those warnings go away.

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



> 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.
> Since Java 8 is our default, cleaning these up makes those warnings go away.



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

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

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

Reply via email to