Mercurial > hg > constant-q-cpp
view yeti/nbproject/ide-file-targets.xml @ 112:a45b51ea00a2
Smaller range, faster chromagram
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 14 May 2014 14:59:45 +0100 |
parents | 642df7b3346f |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <project basedir=".." name="cqt-IDE"> <!-- TODO: edit the following target according to your needs --> <!-- (more info: http://www.netbeans.org/kb/articles/freeform-config.html#debugj2se) --> <property name="maydir" value="${basedir}/../../may"/> <property name="yetidir" value="${basedir}/../../yeti"/> <property name="jardir" value="${maydir}/ext/jar"/> <path id="cp"> <fileset dir="${basedir}"> <include name="cqt.jar"/> </fileset> <fileset dir="${jardir}"> <include name="*.jar"/> </fileset> <fileset dir="${yetidir}"> <include name="yeti.jar"/> </fileset> <fileset dir="${maydir}"> <include name="may.jar"/> </fileset> </path> <target name="debug-nb"> <nbjpdastart addressproperty="jpda.address" name="cqt" transport="dt_socket"> <classpath refid="cp"/> </nbjpdastart> <!-- TODO configure the main class for your project here: --> <java classname="plotfile" fork="true"> <classpath refid="cp"/> <jvmarg value="-Xdebug"/> <jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/> <arg value="${basedir}/test.wav"/> </java> </target> <target name="-profile-check"> <startprofiler freeform="true"/> </target> <!-- TODO: edit the following target according to your needs --> <!-- (more info: http://netbeans.org/kb/articles/freeform-config.html#profilej2se) --> <target depends="-profile-check" if="profiler.configured" name="profile-nb"> <!-- TODO configure the main class for your project here: --> <java classname="plotfile" fork="true"> <classpath refid="cp"/> <jvmarg line="${agent.jvmargs}"/> <arg value="${basedir}/test.wav"/> </java> </target> </project>