1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Information about visualvm
--------------------------
visualvm is a composite source package. It consists of two tarballs
published at https://github.com/visualvm/visualvm.src/releases:
* visualvm_xyz-src.tar.gz
* netbeans-profiler-visualvm_releaseXYZ.tar.gz
You also need the nbbuild directory from src:netbeans or libnb-platform18-java.
Building a new version
----------------------
Here are the steps to build a new version:
1) Download the source tarballs.
2) Create a combined orig.tar.xz tarball by extracting visualvm_xyz-src.tar.gz,
then copy the contents of netbeans-profiler-visualvm_releaseXYZ.tar.gz into the
netbeans directory and finally copy nbbuild into the netbeans directory too.
Make sure to remove all prebuilt files like jars, so, sl or dll files.
3) Import the new version in the Git repository
git-import-orig --merge --verbose --pristine-tar ../visualvm_x.y.z.orig.tar.xz
4) Adjust the version of the NetBeans platform used (at the moment the version
does not change anymore. So this should not be needed.
(there are references in debian/control, debian/rules and debian/visualvm.links)
|