@@ -2325,50 +2325,6 @@ POSITIONS
2325
2325
MISCELLANEOUS
2326
2326
============================================================================ -->
2327
2327
2328
- <target name =" yourkit.init" >
2329
- <property name =" yourkit.home" value =" /Applications/YourKit.app" />
2330
- <property name =" yourkit.api.jar" value =" ${ yourkit.home } /lib/yjp-controller-api-redist.jar" />
2331
- <property name =" yourkit.agent" value =" ${ yourkit.home } /bin/mac/libyjpagent.jnilib" />
2332
- <property name =" yourkit.jvm.opts" value =" -agentpath:${ yourkit.agent } " />
2333
- <property name =" yourkit.scalac.opts" value =" -Yprofile:all" />
2334
- </target >
2335
-
2336
- <!-- Builds yourkit wrapper/jar and copies into lib/extra. -->
2337
- <target name =" yourkit.build" depends =" locker.done,yourkit.init" >
2338
- <copy file =" ${ yourkit.api.jar } " todir =" ${ lib-extra.dir } " />
2339
- <property name =" yourkit.build.dir" value =" ${ build-quick.dir } /classes/yourkit" />
2340
- <mkdir dir =" ${ yourkit.build.dir } " />
2341
-
2342
- <scalacfork
2343
- destdir =" ${ yourkit.build.dir } "
2344
- compilerpathref =" locker.classpath"
2345
- params =" ${ scalac.args.all } "
2346
- srcdir =" ${ src.dir } /yourkit"
2347
- jvmargs =" ${ scalacfork.jvmargs } " >
2348
- <include name =" **/*.scala" />
2349
- <compilationpath >
2350
- <path refid =" locker.classpath" />
2351
- </compilationpath >
2352
- </scalacfork >
2353
- <jar destfile =" ${ lib-extra.dir } /scalac-yourkit.jar" >
2354
- <fileset dir =" ${ yourkit.build.dir } " />
2355
- </jar >
2356
- </target >
2357
-
2358
- <!-- Builds quick.lib/comp with profiling enabled. -->
2359
- <target name =" yourkit.run" depends =" yourkit.build" >
2360
- <antcall target =" clean" />
2361
- <ant target =" quick.lib" inheritall =" false" inheritrefs =" false" >
2362
- <property name =" jvm.opts" value =" ${ yourkit.jvm.opts } " />
2363
- <property name =" scalac.args" value =" ${ yourkit.scalac.opts } " />
2364
- </ant >
2365
- <ant target =" quick.comp" inheritall =" false" inheritrefs =" false" >
2366
- <property name =" jvm.opts" value =" ${ yourkit.jvm.opts } " />
2367
- <property name =" scalac.args" value =" ${ yourkit.scalac.opts } " />
2368
- </ant >
2369
- <antcall target =" build" />
2370
- </target >
2371
-
2372
2328
<target name =" graph.init" >
2373
2329
<taskdef name =" vizant" classname =" vizant.Vizant" classpath =" ${ lib-ant.dir } /vizant.jar" />
2374
2330
</target >
0 commit comments