You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# VisualVM (master) sources repository
1
+
# VisualVM (2.1.7) sources repository
2
2
3
3
VisualVM is a visual tool integrating commandline JDK tools and lightweight profiling capabilities. See https://visualvm.github.io for details, downloads and documentation.
4
4
@@ -14,7 +14,7 @@ First download or clone this repository into directory `visualvm`. There are two
14
14
15
15
## Configure the dependencies
16
16
17
-
Then download and extract the [NetBeans Platform 14](https://github.com/oracle/visualvm/releases/download/2.1.5/nb140_platform_20220908.zip) into directory `visualvm/visualvm` (should create `visualvm/visualvm/netbeans`).
17
+
Then download and extract the [NetBeans Platform 14](https://github.com/oracle/visualvm/releases/download/2.1.7/nb140_platform_20230511.zip) into directory `visualvm/visualvm` (should create `visualvm/visualvm/netbeans`).
18
18
19
19
## How to build
20
20
@@ -28,6 +28,43 @@ To run VisualVM, use `ant run` command in the `visualvm/visualvm` directory.
28
28
29
29
To build or run the plugins suite, use `ant build` or `ant run` in the `visualvm/plugins` directory. This will automatically build the zip distribution of the core VisualVM tool into `visualvm/visualvm/dist/visualvm.zip` and extract it into the `visualvm/plugins/visualvm` directory. After that the build of the plugins suite continues to build each of the individual plugins. Running the plugins suite means starting VisualVM with all the plugins installed.
30
30
31
+
## Generate the Maven artifacts
32
+
33
+
First prepare the binaries:
34
+
35
+
1. Build VisualVM tool as described above
36
+
2. Expand/decompress the generated `visualvm.zip` file in `visualvm/dist`.
37
+
3. Generate the NBMs by running: `ant nbms`. This will generate a folder `build/updates` containing all the NBMs.
38
+
39
+
To generate the artifacts use [`org.apache.netbeans.utilities:nb-repository-plugin`](https://bits.netbeans.org/mavenutilities/nb-repository-plugin/index.html). Make sure the current directory is still `visualvm/visualvm`.
40
+
41
+
To install the artifacts into your local repository use the following command:
For more information about `nb-repository-plugin` see https://bits.netbeans.org/mavenutilities/nb-repository-plugin/index.html
67
+
31
68
## Contributing
32
69
33
70
We highly appreciate any feedback! Please let us know your ideas, missing features, or bugs found. Either [file a RFE/bug](https://github.com/oracle/visualvm/issues/new/choose) or [leave us a message](https://visualvm.github.io/feedback.html). For legal reasons, we cannot accept external pull requests. See
Copy file name to clipboardExpand all lines: visualvm/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties
+2-2
Original file line number
Diff line number
Diff line change
@@ -22,5 +22,5 @@
22
22
# or visit www.oracle.com if you need additional information or have any
0 commit comments