You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by mb...@apache.org on 2023/01/06 01:06:50 UTC

[netbeans] branch master updated: readme update

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

mbien 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 34920b2902 readme update
     new 2ec5045fb7 Merge pull request #5126 from mbien/update-readme
34920b2902 is described below

commit 34920b2902419d1b893bb31cf3ecd53200732084
Author: Michael Bien <mb...@gmail.com>
AuthorDate: Tue Dec 20 20:04:31 2022 +0100

    readme update
    
     - remove travis badge
     - update to build notes and bug report link
---
 README.md | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index d4571a0011..0e4b0dc2fb 100644
--- a/README.md
+++ b/README.md
@@ -29,8 +29,6 @@ Apache NetBeans is an open source development environment, tooling platform, and
    * GitHub actions
      * [![Build Status](https://github.com/apache/netbeans/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/apache/netbeans/actions/workflows/main.yml)
      * [![Profiler Lib Native Binaries](https://github.com/apache/netbeans/actions/workflows/native-binary-build-lib.profiler.yml/badge.svg?branch=master)](https://github.com/apache/netbeans/actions/workflows/native-binary-build-lib.profiler.yml)
-   * TravisCI:
-     * [![Build Status](https://app.travis-ci.com/apache/netbeans.svg?branch=master)](https://app.travis-ci.com/apache/netbeans)
    * Apache Jenkins:
      * Linux: [![Build Status](https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux/badge/icon)](https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux/)
      * Windows: [![Build Status](https://ci-builds.apache.org/job/Netbeans/job/netbeans-windows/badge/icon)](https://ci-builds.apache.org/job/Netbeans/job/netbeans-windows) 
@@ -54,11 +52,11 @@ Build with the default config (See the [cluster.config](https://github.com/apach
 ```
 $ ant
 ```
-Build the basic project (mainly, JavaSE features):
+Build the basic project (mainly Java features):
 ```
 $ ant -Dcluster.config=basic
 ```
-Build the full project (including Groovy, PHP, JavaEE/JakartaEE, and JavaScript features):
+Build the full project (including Groovy, PHP, JavaEE/JakartaEE and JavaScript features):
 ```
 $ ant -Dcluster.config=full
 ```
@@ -66,9 +64,14 @@ Build the NetBeans Platform:
 ```
 $ ant -Dcluster.config=platform
 ```
+Cleanup:
+```
+$ ant -q clean
+```
 
 #### Notes:
 * You can also use `php`, `enterprise`, etc. See the [cluster.properties](https://github.com/apache/netbeans/blob/master/nbbuild/cluster.properties) file.
+* once built, you can simply open individual modules of interest with NetBeans and run/rebuild/debug them like any other project
 
 #### Generating Javadoc
 
@@ -102,7 +105,7 @@ Latest release (convenience binary of released source artifacts): https://netbea
 
 ### Reporting Bugs
 
-Bugs should be reported to https://github.com/apache/netbeans/issues
+[How to report bugs](https://netbeans.apache.org/participate/report-issue.html)
 
 ### Log, Config and Cache Locations
 


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