File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 6
6
<description >Builds, tests, and runs the project org.graalvm.visualvm.sampler.</description >
7
7
<import file =" nbproject/build-impl.xml" />
8
8
9
- <target name =" compile-lib" depends =" init" >
9
+ <target name =" download-lib" depends =" init" >
10
+ <downloadbinaries >
11
+ <manifest dir =" external" >
12
+ <include name =" binaries-list" />
13
+ </manifest >
14
+ </downloadbinaries >
15
+ </target >
16
+
17
+ <target name =" compile-lib" depends =" init,download-lib" >
10
18
<mkdir dir =" ${ build.dir } /lib-classes" />
11
19
<javac srcdir =" libsrc" destdir =" ${ build.dir } /lib-classes" deprecation =" ${ build.compiler.deprecation } " debug =" ${ build.compiler.debug } " source =" 1.7" >
12
20
<classpath >
13
21
<pathelement path =" ${ lib.cp } " />
14
22
</classpath >
23
+ <classpath refid =" cp" />
15
24
</javac >
16
25
<copy todir =" ${ build.dir } /lib-classes" >
17
26
<fileset dir =" libsrc" excludes =" ${ jar-excludes } " />
Original file line number Diff line number Diff line change
1
+ 0CE98A7DD6DE15CD90067923D0A3C58180277EBF org.graalvm.tools:profiler:19.0.0
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ javac.compilerargs=-Xlint -Xlint:-serial
3
3
license.file =../../visualvm/startup/src/org/graalvm/visualvm/modules/startup/LICENSE.txt
4
4
nbm.homepage =https://visualvm.github.io
5
5
nbm.module.author =Tomas Hurka, Jiri Sedlacek
6
- lib.cp =${nbjdk.home}/jre/lib/truffle/truffle-api.jar:${nbjdk.home}/jre/tools/profiler/truffle-profiler .jar
6
+ lib.cp =${basedir}/external/profiler-19.0.0 .jar
7
7
extra.module.files =modules/ext/stagent.jar
8
8
cp.extra =${tools.jar}
Original file line number Diff line number Diff line change 180
180
<specification-version >9.8</specification-version >
181
181
</run-dependency >
182
182
</dependency >
183
+ <dependency >
184
+ <code-name-base >org.netbeans.libs.truffleapi</code-name-base >
185
+ <build-prerequisite />
186
+ <compile-dependency />
187
+ </dependency >
188
+ <dependency >
189
+ <code-name-base >org.netbeans.libs.graalsdk</code-name-base >
190
+ <build-prerequisite />
191
+ <compile-dependency />
192
+ </dependency >
183
193
</module-dependencies >
184
194
<public-packages />
185
195
<class-path-extension >
You can’t perform that action at this time.
0 commit comments