Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
 - remove travis badge
 - update to build notes and bug report link
  • Loading branch information
mbien committed Dec 20, 2022
1 parent ceacfe5 commit 34920b2
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -54,21 +52,26 @@ 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
```
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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 34920b2

Please sign in to comment.