You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ne...@apache.org on 2019/10/11 09:37:34 UTC

[netbeans-website] branch fix-build-instructions created (now bca6c5d)

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

neilcsmith pushed a change to branch fix-build-instructions
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git.


      at bca6c5d  Update Ant instructions to use zip

This branch includes the following new commits:

     new bca6c5d  Update Ant instructions to use zip

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[netbeans-website] 01/01: Update Ant instructions to use zip

Posted by ne...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch fix-build-instructions
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git

commit bca6c5da3877475c99b53759aa6539dd16d5e68a
Author: Neil C Smith <ne...@apache.org>
AuthorDate: Fri Oct 11 10:37:27 2019 +0100

    Update Ant instructions to use zip
    
    Change the Ant instructions to specify use of `ant build` rather than default `ant`. People wanting a binary closer to what is distributed should use the zip bundle, not the contents of `nbbuild/netbeans`
---
 netbeans.apache.org/src/content/download/dev/index.asciidoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/dev/index.asciidoc b/netbeans.apache.org/src/content/download/dev/index.asciidoc
index 050315d..57403d4 100644
--- a/netbeans.apache.org/src/content/download/dev/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/dev/index.asciidoc
@@ -43,9 +43,9 @@ You can of course build Apache NetBeans from source. To do so:
 
 Once you're all set just enter the `netbeans` directory and type:
 
-- `ant` to build the Apache NetBeans IDE on JDK 8, on JDK 11 also type -Dpermit.jdk9.builds=true with the `ant` command.
-  ** Once built, the IDE bits are placed in the `./nbbuild/netbeans` directory. You can run the IDE from within the `netbeans` directory by typing `./nbbuild/netbeans/bin/netbeans` on unixes (for Windows the command is equivalent).
-- `ant tryme` to run the Apache NetBeans IDE.
+- `ant build` to build the Apache NetBeans IDE on JDK 8, on JDK 11 also type -Dpermit.jdk9.builds=true with the `ant build` command.
+  ** This will build a binary zip bundle of the IDE at `./nbbuild/NetBeans-<version-hash>-release.zip`. Extract that zip in a place of your choosing and run `netbeans/bin/netbeans` (or `netbeans/bin/netbeans.exe` on Windows).
+- `ant tryme` to run the Apache NetBeans IDE directly from the build folder rather than the zip for development purposes.
 
 For details, go here: https://cwiki.apache.org/confluence/display/NETBEANS/Development+Environment
 


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