-->
<project basedir="." default="build" name="profiler/lib.profiler">
<description>Builds, tests, and runs the project org.netbeans.lib.profiler</description>
<import file="../../nbbuild/templates/projectized.xml"/>
<property name="profiler.cluster" value="./release"/>
<property name="header.dir" value="${basedir}/native/build"/>
<target name="-process.release.files"> <!-- CDDL licensed binaries, from the Oracle days -->
<unzip src="external/profiler-external-binaries-8.2.zip"
overwrite="false"
dest="${profiler.cluster}"/> <!-- AL2 licensed binaries from ASF code -->
<unzip src="external/profiler-external-binaries-1-24aefa9.zip"
overwrite="true"
dest="${profiler.cluster}">
<patternset>
<include name="lib/**"/>
</patternset>
</unzip>
</target>
<!-- Compile the JFluid engine system library, that depends on JDK version - so there are two libraries --> <!-- Compile the engine system library -->
<target name="compile-system" depends="init">
<mkdir dir="${jvmstat.classes.dir}"/>
<copy todir="${jvmstat.classes.dir}">
<resources>
<javaresource name="sun/jvmstat/monitor/HostIdentifier.class"/>
<javaresource name="sun/jvmstat/monitor/MonitorException.class"/>
<javaresource name="sun/jvmstat/monitor/MonitoredHost.class"/>
<javaresource name="sun/jvmstat/monitor/MonitoredVm.class"/>
<javaresource name="sun/jvmstat/monitor/MonitoredVmUtil.class"/>
<javaresource name="sun/jvmstat/monitor/VmIdentifier.class"/>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.