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 2020/03/07 17:29:58 UTC

[GitHub] [netbeans] ebresie opened a new pull request #2007: Update README.md with Build Notes - JDK Parameter Added

ebresie opened a new pull request #2007: Update README.md with Build Notes - JDK Parameter Added
URL: https://github.com/apache/netbeans/pull/2007
 
 
   This is in regarding to adding JDK parameter to allow build with newer JDKs

----------------------------------------------------------------
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] mklaehn commented on a change in pull request #2007: Update README.md with Build Notes - JDK Parameter Added

Posted by GitBox <gi...@apache.org>.
mklaehn commented on a change in pull request #2007: Update README.md with Build Notes - JDK Parameter Added
URL: https://github.com/apache/netbeans/pull/2007#discussion_r389371209
 
 

 ##########
 File path: README.md
 ##########
 @@ -63,7 +63,9 @@ Build the NetBeans Platform:
 $ ant -Dcluster.config=platform
 ```
 
-**Note:** You can also use `php`, `enterprise`, etc. See the [cluster.properties](https://github.com/apache/netbeans/blob/master/nbbuild/cluster.properties) file.
+#### Notes:
+* You can also use `php`, `enterprise`, etc. See the [cluster.properties](https://github.com/apache/netbeans/blob/master/nbbuild/cluster.properties) file.
+* It is possible to compiled with newer JDK versions, by adding the ' -Dpermit.jdk9.builds=true' parameter to the ant build expression
 
 Review comment:
   typo: compile

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