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 2022/05/31 11:24:02 UTC

[netbeans] branch master updated: readme updates (fixed links) + new log/config/cache section.

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 5928280110 readme updates (fixed links) + new log/config/cache section.
     new fe1b92fc78 Merge pull request #3948 from mbien/readme-updates
5928280110 is described below

commit 59282801106f1665dbfa7c3663d68ae788159f0f
Author: Michael Bien <mb...@gmail.com>
AuthorDate: Sat Apr 9 12:57:02 2022 +0200

    readme updates (fixed links) + new log/config/cache section.
---
 README.md | 26 +++++++++++++++++++-------
 1 file changed, 19 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 955db1d15a..0f749ee021 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,8 @@ Apache NetBeans is an open source development environment, tooling platform, and
 
 ### Build status
    * GitHub actions
-     * [![Build Status](https://github.com/apache/netbeans/actions/workflows/main.yml/badge.svg)](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)](https://github.com/apache/netbeans/actions/workflows/native-binary-build-lib.profiler.yml)
+     * [![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:
@@ -39,8 +39,7 @@ Apache NetBeans is an open source development environment, tooling platform, and
 
   * Git
   * Ant 1.9.9 or above
-  * JDK 11 (to build NetBeans)
-  * JDK 11 or above (to run NetBeans)
+  * JDK 11 or above (to build and run NetBeans)
   * MinGW (optional), to build Windows Launchers
 
 #### Notes:
@@ -112,13 +111,26 @@ $ ant tryme
 
 ### Download
 
-Developer builds can be downloaded: [Latest build (netbeans-xxx.zip)](https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/NetBeans-dev-Netbeans/).
+Developer builds can be downloaded: [Latest build (netbeans-xxx.zip)](https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/).
 
-Convenience binary of released source artifacts: https://netbeans.apache.org/download/index.html.
+Latest release (convenience binary of released source artifacts): https://netbeans.apache.org/download/index.html.
 
 ### Reporting Bugs
 
-Bugs should be reported to https://issues.apache.org/jira/projects/NETBEANS/issues/
+Bugs should be reported to https://github.com/apache/netbeans/issues
+
+### Log, Config and Cache Locations
+
+ * start config (JVM settings, default JDK, userdir, cachedir location and more):  
+   `netbeans/etc/netbeans.conf`
+ * user settings storage (preferences, installed plugins, logs):  
+   system dependent, see `Help -> About` for concrete location
+ * cache files (maven index, search index etc):  
+   system dependent, see `Help -> About` for concrete location
+ * default log location (tip: can be inspected via `View -> IDE Log`):  
+   `$DEFAULT_USERDIR_ROOT/var/log/messages.log`
+
+**Note:** removing/changing the user settings directory will reset NetBeans to first launch defaults
 
 ### Full History
 


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