You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2019/10/07 07:03:54 UTC

[netbeans] branch master updated: [NETBEANS-3209] Add JAVA_HOME and ANT_HOME note

This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 10657f0  [NETBEANS-3209] Add JAVA_HOME and ANT_HOME note
     new 177e6c0  Merge pull request #1554 from jgneff/homenote
10657f0 is described below

commit 10657f0de2a2f2e607c0985ef3c612f892b896ca
Author: John Neffenger <jo...@status6.com>
AuthorDate: Sun Oct 6 14:48:19 2019 -0700

    [NETBEANS-3209] Add JAVA_HOME and ANT_HOME note
    
    Add a brief note about the JAVA_HOME and ANT_HOME environment variables
    to the build instructions on the Web site and the GitHub repository. See
    the following message on the mailing list for details:
    
    Re: Building NetBeans 11.1 from source fails with compile errors
    https://mail-archives.apache.org/mod_mbox/netbeans-dev/201910.mbox/%3C26c1f141-b021-4473-059f-41ec0b5e3613%40status6.com%3E
    
    Fixes #3209
---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 11caa5c..36eb9f3 100644
--- a/README.md
+++ b/README.md
@@ -38,9 +38,11 @@ Apache NetBeans is an open source development environment, tooling platform, and
   * JDK 9 or above (to run NetBeans)
   * MinGW (optional), to build Windows Launchers
 
-**Note:** NetBeans also runs with JDK 8, although then it will not include tools for the JDK 9 Shell.
+#### Notes:
 
-**Note:** NetBeans license violation checks are managed via the [rat-exclusions.txt](https://github.com/apache/netbeans/blob/master/nbbuild/rat-exclusions.txt) file.
+* NetBeans also runs with JDK 8, although then it will not include tools for the JDK 9 Shell.
+* NetBeans license violation checks are managed via the [rat-exclusions.txt](https://github.com/apache/netbeans/blob/master/nbbuild/rat-exclusions.txt) file.
+* Set JAVA_HOME and ANT_HOME appropriately or leave them undefined.
 
 ### Building NetBeans
 


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