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:05:27 UTC

[netbeans-website] 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-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 490c8e8  [NETBEANS-3209] Add JAVA_HOME and ANT_HOME note
     new 0588383  Merge pull request #416 from jgneff/patch-1
490c8e8 is described below

commit 490c8e83818d249545ef3148065a6704121c6c1c
Author: John Neffenger <jo...@status6.com>
AuthorDate: Sun Oct 6 14:58:58 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
---
 netbeans.apache.org/src/content/download/dev/index.asciidoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/netbeans.apache.org/src/content/download/dev/index.asciidoc b/netbeans.apache.org/src/content/download/dev/index.asciidoc
index 8648b0c..050315d 100644
--- a/netbeans.apache.org/src/content/download/dev/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/dev/index.asciidoc
@@ -39,6 +39,7 @@ You can of course build Apache NetBeans from source. To do so:
 . Clone the https://github.com/apache/netbeans GitHub repository.
 . Install Oracle's Java or Open JDK (v8, v11).
 . Install Apache Ant 1.10 or greater (https://ant.apache.org/).
+. Set JAVA_HOME and ANT_HOME appropriately or leave them undefined.
 
 Once you're all set just enter the `netbeans` directory and type:
 


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