You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/12/29 19:29:52 UTC

[GitHub] [netbeans] matthiasblaesing opened a new pull request #1830: Building on JDK9+ failes caused by -Werror

matthiasblaesing opened a new pull request #1830: Building on JDK9+ failes caused by -Werror
URL: https://github.com/apache/netbeans/pull/1830
 
 
   The two commits: 
   
   - [NETBEANS-3559 Corrected compiler warnings in Bootstrap project.](https://github.com/apache/netbeans/commit/1f0916ad1a923)
   - [NETBEANS-3534 Corrected compiler warnings in Classfile Reader project](https://github.com/apache/netbeans/commit/0eb938809158b7515b404d834966768e7a3e63c0)
   
   introduced the `-Werror` javac argument. The argument causes the build to fail on JDK9+:
   
   ```
   -do-compile:
    [nb-javac] Compiling 40 source files to /home/matthias/src/netbeans/platform/o.n.bootstrap/build/classes
      [repeat] warning: [options] bootstrap class path not set in conjunction with -source 8
      [repeat] error: warnings found and -Werror specified
      [repeat] error: warnings found and -Werror specified
      [repeat] error: warnings found and -Werror specified
      [repeat] error: warnings found and -Werror specified
      [repeat] 4 errors
      [repeat] 1 warning
     [nbmerge] Failed to build target: all-o.n.bootstrap
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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

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


[GitHub] [netbeans] matthiasblaesing commented on issue #1830: Building on JDK9+ failes caused by -Werror

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on issue #1830: Building on JDK9+ failes caused by -Werror
URL: https://github.com/apache/netbeans/pull/1830#issuecomment-570658826
 
 
   Given that this is a regression and the only drawback being potential warning regression, merging now.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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

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


[GitHub] [netbeans] matthiasblaesing merged pull request #1830: Building on JDK9+ failes caused by -Werror

Posted by GitBox <gi...@apache.org>.
matthiasblaesing merged pull request #1830: Building on JDK9+ failes caused by -Werror
URL: https://github.com/apache/netbeans/pull/1830
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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

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


[GitHub] [netbeans] matthiasblaesing commented on issue #1830: Building on JDK9+ failes caused by -Werror

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on issue #1830: Building on JDK9+ failes caused by -Werror
URL: https://github.com/apache/netbeans/pull/1830#issuecomment-569534976
 
 
   @mklaehn please have a look at this. The two referenced changesets are authored by you. I did not revert the warning fixes, just the introduction of `-Werror`.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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

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