java/parameter-lister/nbproject/build-impl.xml
author František Kučera <franta-hg@frantovo.cz>
Sat, 10 Sep 2016 23:03:43 +0200
changeset 21 7d86d90e6e0e
permissions -rw-r--r--
Java version (some old source code)
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!--
     3 *** GENERATED FROM project.xml - DO NOT EDIT  ***
     4 ***         EDIT ../build.xml INSTEAD         ***
     5 
     6 For the purpose of easier reading the script
     7 is divided into following sections:
     8 
     9   - initialization
    10   - compilation
    11   - jar
    12   - execution
    13   - debugging
    14   - javadoc
    15   - test compilation
    16   - test execution
    17   - test debugging
    18   - applet
    19   - cleanup
    20 
    21         -->
    22 <project xmlns:j2seproject1="http://www.netbeans.org/ns/j2se-project/1" xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3" xmlns:jaxrpc="http://www.netbeans.org/ns/j2se-project/jax-rpc" basedir=".." default="default" name="parameter-lister-impl">
    23     <fail message="Please build using Ant 1.8.0 or higher.">
    24         <condition>
    25             <not>
    26                 <antversion atleast="1.8.0"/>
    27             </not>
    28         </condition>
    29     </fail>
    30     <target depends="test,jar,javadoc" description="Build and test whole project." name="default"/>
    31     <!-- 
    32                 ======================
    33                 INITIALIZATION SECTION 
    34                 ======================
    35             -->
    36     <target name="-pre-init">
    37         <!-- Empty placeholder for easier customization. -->
    38         <!-- You can override this target in the ../build.xml file. -->
    39     </target>
    40     <target depends="-pre-init" name="-init-private">
    41         <property file="nbproject/private/config.properties"/>
    42         <property file="nbproject/private/configs/${config}.properties"/>
    43         <property file="nbproject/private/private.properties"/>
    44     </target>
    45     <target depends="-pre-init,-init-private" name="-init-user">
    46         <property file="${user.properties.file}"/>
    47         <!-- The two properties below are usually overridden -->
    48         <!-- by the active platform. Just a fallback. -->
    49         <property name="default.javac.source" value="1.4"/>
    50         <property name="default.javac.target" value="1.4"/>
    51     </target>
    52     <target depends="-pre-init,-init-private,-init-user" name="-init-project">
    53         <property file="nbproject/configs/${config}.properties"/>
    54         <property file="nbproject/project.properties"/>
    55     </target>
    56     <target depends="-pre-init,-init-private,-init-user,-init-project,-init-macrodef-property" name="-do-init">
    57         <property name="platform.java" value="${java.home}/bin/java"/>
    58         <available file="${manifest.file}" property="manifest.available"/>
    59         <condition property="splashscreen.available">
    60             <and>
    61                 <not>
    62                     <equals arg1="${application.splash}" arg2="" trim="true"/>
    63                 </not>
    64                 <available file="${application.splash}"/>
    65             </and>
    66         </condition>
    67         <condition property="main.class.available">
    68             <and>
    69                 <isset property="main.class"/>
    70                 <not>
    71                     <equals arg1="${main.class}" arg2="" trim="true"/>
    72                 </not>
    73             </and>
    74         </condition>
    75         <condition property="profile.available">
    76             <and>
    77                 <isset property="javac.profile"/>
    78                 <length length="0" string="${javac.profile}" when="greater"/>
    79                 <matches pattern="1\.[89](\..*)?" string="${javac.source}"/>
    80             </and>
    81         </condition>
    82         <condition property="do.archive">
    83             <or>
    84                 <not>
    85                     <istrue value="${jar.archive.disabled}"/>
    86                 </not>
    87                 <istrue value="${not.archive.disabled}"/>
    88             </or>
    89         </condition>
    90         <condition property="do.mkdist">
    91             <and>
    92                 <isset property="do.archive"/>
    93                 <isset property="libs.CopyLibs.classpath"/>
    94                 <not>
    95                     <istrue value="${mkdist.disabled}"/>
    96                 </not>
    97             </and>
    98         </condition>
    99         <condition property="do.archive+manifest.available">
   100             <and>
   101                 <isset property="manifest.available"/>
   102                 <istrue value="${do.archive}"/>
   103             </and>
   104         </condition>
   105         <condition property="do.archive+main.class.available">
   106             <and>
   107                 <isset property="main.class.available"/>
   108                 <istrue value="${do.archive}"/>
   109             </and>
   110         </condition>
   111         <condition property="do.archive+splashscreen.available">
   112             <and>
   113                 <isset property="splashscreen.available"/>
   114                 <istrue value="${do.archive}"/>
   115             </and>
   116         </condition>
   117         <condition property="do.archive+profile.available">
   118             <and>
   119                 <isset property="profile.available"/>
   120                 <istrue value="${do.archive}"/>
   121             </and>
   122         </condition>
   123         <condition property="have.tests">
   124             <or>
   125                 <available file="${test.src.dir}"/>
   126             </or>
   127         </condition>
   128         <condition property="have.sources">
   129             <or>
   130                 <available file="${src.dir}"/>
   131                 <available file="${src.config.dir}"/>
   132             </or>
   133         </condition>
   134         <condition property="netbeans.home+have.tests">
   135             <and>
   136                 <isset property="netbeans.home"/>
   137                 <isset property="have.tests"/>
   138             </and>
   139         </condition>
   140         <condition property="no.javadoc.preview">
   141             <and>
   142                 <isset property="javadoc.preview"/>
   143                 <isfalse value="${javadoc.preview}"/>
   144             </and>
   145         </condition>
   146         <property name="run.jvmargs" value=""/>
   147         <property name="run.jvmargs.ide" value=""/>
   148         <property name="javac.compilerargs" value=""/>
   149         <property name="work.dir" value="${basedir}"/>
   150         <condition property="no.deps">
   151             <and>
   152                 <istrue value="${no.dependencies}"/>
   153             </and>
   154         </condition>
   155         <property name="javac.debug" value="true"/>
   156         <property name="javadoc.preview" value="true"/>
   157         <property name="application.args" value=""/>
   158         <property name="source.encoding" value="${file.encoding}"/>
   159         <property name="runtime.encoding" value="${source.encoding}"/>
   160         <condition property="javadoc.encoding.used" value="${javadoc.encoding}">
   161             <and>
   162                 <isset property="javadoc.encoding"/>
   163                 <not>
   164                     <equals arg1="${javadoc.encoding}" arg2=""/>
   165                 </not>
   166             </and>
   167         </condition>
   168         <property name="javadoc.encoding.used" value="${source.encoding}"/>
   169         <property name="includes" value="**"/>
   170         <property name="excludes" value=""/>
   171         <property name="do.depend" value="false"/>
   172         <condition property="do.depend.true">
   173             <istrue value="${do.depend}"/>
   174         </condition>
   175         <path id="endorsed.classpath.path" path="${endorsed.classpath}"/>
   176         <condition else="" property="endorsed.classpath.cmd.line.arg" value="-Xbootclasspath/p:'${toString:endorsed.classpath.path}'">
   177             <and>
   178                 <isset property="endorsed.classpath"/>
   179                 <not>
   180                     <equals arg1="${endorsed.classpath}" arg2="" trim="true"/>
   181                 </not>
   182             </and>
   183         </condition>
   184         <condition else="" property="javac.profile.cmd.line.arg" value="-profile ${javac.profile}">
   185             <isset property="profile.available"/>
   186         </condition>
   187         <condition else="false" property="jdkBug6558476">
   188             <and>
   189                 <matches pattern="1\.[56]" string="${java.specification.version}"/>
   190                 <not>
   191                     <os family="unix"/>
   192                 </not>
   193             </and>
   194         </condition>
   195         <condition else="false" property="javac.fork">
   196             <or>
   197                 <istrue value="${jdkBug6558476}"/>
   198                 <istrue value="${javac.external.vm}"/>
   199             </or>
   200         </condition>
   201         <property name="jar.index" value="false"/>
   202         <property name="jar.index.metainf" value="${jar.index}"/>
   203         <property name="copylibs.rebase" value="true"/>
   204         <available file="${meta.inf.dir}/persistence.xml" property="has.persistence.xml"/>
   205         <condition property="junit.available">
   206             <or>
   207                 <available classname="org.junit.Test" classpath="${run.test.classpath}"/>
   208                 <available classname="junit.framework.Test" classpath="${run.test.classpath}"/>
   209             </or>
   210         </condition>
   211         <condition property="testng.available">
   212             <available classname="org.testng.annotations.Test" classpath="${run.test.classpath}"/>
   213         </condition>
   214         <condition property="junit+testng.available">
   215             <and>
   216                 <istrue value="${junit.available}"/>
   217                 <istrue value="${testng.available}"/>
   218             </and>
   219         </condition>
   220         <condition else="testng" property="testng.mode" value="mixed">
   221             <istrue value="${junit+testng.available}"/>
   222         </condition>
   223         <condition else="" property="testng.debug.mode" value="-mixed">
   224             <istrue value="${junit+testng.available}"/>
   225         </condition>
   226         <property name="java.failonerror" value="true"/>
   227     </target>
   228     <target name="-post-init">
   229         <!-- Empty placeholder for easier customization. -->
   230         <!-- You can override this target in the ../build.xml file. -->
   231     </target>
   232     <target depends="-pre-init,-init-private,-init-user,-init-project,-do-init" name="-init-check">
   233         <fail unless="src.dir">Must set src.dir</fail>
   234         <fail unless="src.config.dir">Must set src.config.dir</fail>
   235         <fail unless="test.src.dir">Must set test.src.dir</fail>
   236         <fail unless="build.dir">Must set build.dir</fail>
   237         <fail unless="dist.dir">Must set dist.dir</fail>
   238         <fail unless="build.classes.dir">Must set build.classes.dir</fail>
   239         <fail unless="dist.javadoc.dir">Must set dist.javadoc.dir</fail>
   240         <fail unless="build.test.classes.dir">Must set build.test.classes.dir</fail>
   241         <fail unless="build.test.results.dir">Must set build.test.results.dir</fail>
   242         <fail unless="build.classes.excludes">Must set build.classes.excludes</fail>
   243         <fail unless="dist.jar">Must set dist.jar</fail>
   244     </target>
   245     <target name="-init-macrodef-property">
   246         <macrodef name="property" uri="http://www.netbeans.org/ns/j2se-project/1">
   247             <attribute name="name"/>
   248             <attribute name="value"/>
   249             <sequential>
   250                 <property name="@{name}" value="${@{value}}"/>
   251             </sequential>
   252         </macrodef>
   253     </target>
   254     <target depends="-init-ap-cmdline-properties" if="ap.supported.internal" name="-init-macrodef-javac-with-processors">
   255         <macrodef name="javac" uri="http://www.netbeans.org/ns/j2se-project/3">
   256             <attribute default="${src.dir}:${src.config.dir}" name="srcdir"/>
   257             <attribute default="${build.classes.dir}" name="destdir"/>
   258             <attribute default="${javac.classpath}" name="classpath"/>
   259             <attribute default="${javac.processorpath}" name="processorpath"/>
   260             <attribute default="${build.generated.sources.dir}/ap-source-output" name="apgeneratedsrcdir"/>
   261             <attribute default="${includes}" name="includes"/>
   262             <attribute default="${excludes}" name="excludes"/>
   263             <attribute default="${javac.debug}" name="debug"/>
   264             <attribute default="${empty.dir}" name="sourcepath"/>
   265             <attribute default="${empty.dir}" name="gensrcdir"/>
   266             <element name="customize" optional="true"/>
   267             <sequential>
   268                 <property location="${build.dir}/empty" name="empty.dir"/>
   269                 <mkdir dir="${empty.dir}"/>
   270                 <mkdir dir="@{apgeneratedsrcdir}"/>
   271                 <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" fork="${javac.fork}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}" tempdir="${java.io.tmpdir}">
   272                     <src>
   273                         <dirset dir="@{gensrcdir}" erroronmissingdir="false">
   274                             <include name="*"/>
   275                         </dirset>
   276                     </src>
   277                     <classpath>
   278                         <path path="@{classpath}"/>
   279                     </classpath>
   280                     <compilerarg line="${endorsed.classpath.cmd.line.arg}"/>
   281                     <compilerarg line="${javac.profile.cmd.line.arg}"/>
   282                     <compilerarg line="${javac.compilerargs}"/>
   283                     <compilerarg value="-processorpath"/>
   284                     <compilerarg path="@{processorpath}:${empty.dir}"/>
   285                     <compilerarg line="${ap.processors.internal}"/>
   286                     <compilerarg line="${annotation.processing.processor.options}"/>
   287                     <compilerarg value="-s"/>
   288                     <compilerarg path="@{apgeneratedsrcdir}"/>
   289                     <compilerarg line="${ap.proc.none.internal}"/>
   290                     <customize/>
   291                 </javac>
   292             </sequential>
   293         </macrodef>
   294     </target>
   295     <target depends="-init-ap-cmdline-properties" name="-init-macrodef-javac-without-processors" unless="ap.supported.internal">
   296         <macrodef name="javac" uri="http://www.netbeans.org/ns/j2se-project/3">
   297             <attribute default="${src.dir}:${src.config.dir}" name="srcdir"/>
   298             <attribute default="${build.classes.dir}" name="destdir"/>
   299             <attribute default="${javac.classpath}" name="classpath"/>
   300             <attribute default="${javac.processorpath}" name="processorpath"/>
   301             <attribute default="${build.generated.sources.dir}/ap-source-output" name="apgeneratedsrcdir"/>
   302             <attribute default="${includes}" name="includes"/>
   303             <attribute default="${excludes}" name="excludes"/>
   304             <attribute default="${javac.debug}" name="debug"/>
   305             <attribute default="${empty.dir}" name="sourcepath"/>
   306             <attribute default="${empty.dir}" name="gensrcdir"/>
   307             <element name="customize" optional="true"/>
   308             <sequential>
   309                 <property location="${build.dir}/empty" name="empty.dir"/>
   310                 <mkdir dir="${empty.dir}"/>
   311                 <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" fork="${javac.fork}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}" tempdir="${java.io.tmpdir}">
   312                     <src>
   313                         <dirset dir="@{gensrcdir}" erroronmissingdir="false">
   314                             <include name="*"/>
   315                         </dirset>
   316                     </src>
   317                     <classpath>
   318                         <path path="@{classpath}"/>
   319                     </classpath>
   320                     <compilerarg line="${endorsed.classpath.cmd.line.arg}"/>
   321                     <compilerarg line="${javac.profile.cmd.line.arg}"/>
   322                     <compilerarg line="${javac.compilerargs}"/>
   323                     <customize/>
   324                 </javac>
   325             </sequential>
   326         </macrodef>
   327     </target>
   328     <target depends="-init-macrodef-javac-with-processors,-init-macrodef-javac-without-processors" name="-init-macrodef-javac">
   329         <macrodef name="depend" uri="http://www.netbeans.org/ns/j2se-project/3">
   330             <attribute default="${src.dir}:${src.config.dir}" name="srcdir"/>
   331             <attribute default="${build.classes.dir}" name="destdir"/>
   332             <attribute default="${javac.classpath}" name="classpath"/>
   333             <sequential>
   334                 <depend cache="${build.dir}/depcache" destdir="@{destdir}" excludes="${excludes}" includes="${includes}" srcdir="@{srcdir}">
   335                     <classpath>
   336                         <path path="@{classpath}"/>
   337                     </classpath>
   338                 </depend>
   339             </sequential>
   340         </macrodef>
   341         <macrodef name="force-recompile" uri="http://www.netbeans.org/ns/j2se-project/3">
   342             <attribute default="${build.classes.dir}" name="destdir"/>
   343             <sequential>
   344                 <fail unless="javac.includes">Must set javac.includes</fail>
   345                 <pathconvert pathsep="${line.separator}" property="javac.includes.binary">
   346                     <path>
   347                         <filelist dir="@{destdir}" files="${javac.includes}"/>
   348                     </path>
   349                     <globmapper from="*.java" to="*.class"/>
   350                 </pathconvert>
   351                 <tempfile deleteonexit="true" property="javac.includesfile.binary"/>
   352                 <echo file="${javac.includesfile.binary}" message="${javac.includes.binary}"/>
   353                 <delete>
   354                     <files includesfile="${javac.includesfile.binary}"/>
   355                 </delete>
   356                 <delete>
   357                     <fileset file="${javac.includesfile.binary}"/>
   358                 </delete>
   359             </sequential>
   360         </macrodef>
   361     </target>
   362     <target if="${junit.available}" name="-init-macrodef-junit-init">
   363         <condition else="false" property="nb.junit.batch" value="true">
   364             <and>
   365                 <istrue value="${junit.available}"/>
   366                 <not>
   367                     <isset property="test.method"/>
   368                 </not>
   369             </and>
   370         </condition>
   371         <condition else="false" property="nb.junit.single" value="true">
   372             <and>
   373                 <istrue value="${junit.available}"/>
   374                 <isset property="test.method"/>
   375             </and>
   376         </condition>
   377     </target>
   378     <target name="-init-test-properties">
   379         <property name="test.binaryincludes" value="&lt;nothing&gt;"/>
   380         <property name="test.binarytestincludes" value=""/>
   381         <property name="test.binaryexcludes" value=""/>
   382     </target>
   383     <target if="${nb.junit.single}" name="-init-macrodef-junit-single" unless="${nb.junit.batch}">
   384         <macrodef name="junit" uri="http://www.netbeans.org/ns/j2se-project/3">
   385             <attribute default="${includes}" name="includes"/>
   386             <attribute default="${excludes}" name="excludes"/>
   387             <attribute default="**" name="testincludes"/>
   388             <attribute default="" name="testmethods"/>
   389             <element name="customize" optional="true"/>
   390             <sequential>
   391                 <property name="junit.forkmode" value="perTest"/>
   392                 <junit dir="${work.dir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" forkmode="${junit.forkmode}" showoutput="true" tempdir="${build.dir}">
   393                     <test methods="@{testmethods}" name="@{testincludes}" todir="${build.test.results.dir}"/>
   394                     <syspropertyset>
   395                         <propertyref prefix="test-sys-prop."/>
   396                         <mapper from="test-sys-prop.*" to="*" type="glob"/>
   397                     </syspropertyset>
   398                     <formatter type="brief" usefile="false"/>
   399                     <formatter type="xml"/>
   400                     <jvmarg value="-ea"/>
   401                     <customize/>
   402                 </junit>
   403             </sequential>
   404         </macrodef>
   405     </target>
   406     <target depends="-init-test-properties" if="${nb.junit.batch}" name="-init-macrodef-junit-batch" unless="${nb.junit.single}">
   407         <macrodef name="junit" uri="http://www.netbeans.org/ns/j2se-project/3">
   408             <attribute default="${includes}" name="includes"/>
   409             <attribute default="${excludes}" name="excludes"/>
   410             <attribute default="**" name="testincludes"/>
   411             <attribute default="" name="testmethods"/>
   412             <element name="customize" optional="true"/>
   413             <sequential>
   414                 <property name="junit.forkmode" value="perTest"/>
   415                 <junit dir="${work.dir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" forkmode="${junit.forkmode}" showoutput="true" tempdir="${build.dir}">
   416                     <batchtest todir="${build.test.results.dir}">
   417                         <fileset dir="${test.src.dir}" excludes="@{excludes},${excludes}" includes="@{includes}">
   418                             <filename name="@{testincludes}"/>
   419                         </fileset>
   420                         <fileset dir="${build.test.classes.dir}" excludes="@{excludes},${excludes},${test.binaryexcludes}" includes="${test.binaryincludes}">
   421                             <filename name="${test.binarytestincludes}"/>
   422                         </fileset>
   423                     </batchtest>
   424                     <syspropertyset>
   425                         <propertyref prefix="test-sys-prop."/>
   426                         <mapper from="test-sys-prop.*" to="*" type="glob"/>
   427                     </syspropertyset>
   428                     <formatter type="brief" usefile="false"/>
   429                     <formatter type="xml"/>
   430                     <jvmarg value="-ea"/>
   431                     <customize/>
   432                 </junit>
   433             </sequential>
   434         </macrodef>
   435     </target>
   436     <target depends="-init-macrodef-junit-init,-init-macrodef-junit-single, -init-macrodef-junit-batch" if="${junit.available}" name="-init-macrodef-junit"/>
   437     <target if="${testng.available}" name="-init-macrodef-testng">
   438         <macrodef name="testng" uri="http://www.netbeans.org/ns/j2se-project/3">
   439             <attribute default="${includes}" name="includes"/>
   440             <attribute default="${excludes}" name="excludes"/>
   441             <attribute default="**" name="testincludes"/>
   442             <attribute default="" name="testmethods"/>
   443             <element name="customize" optional="true"/>
   444             <sequential>
   445                 <condition else="" property="testng.methods.arg" value="@{testincludes}.@{testmethods}">
   446                     <isset property="test.method"/>
   447                 </condition>
   448                 <union id="test.set">
   449                     <fileset dir="${test.src.dir}" excludes="@{excludes},**/*.xml,${excludes}" includes="@{includes}">
   450                         <filename name="@{testincludes}"/>
   451                     </fileset>
   452                 </union>
   453                 <taskdef classname="org.testng.TestNGAntTask" classpath="${run.test.classpath}" name="testng"/>
   454                 <testng classfilesetref="test.set" failureProperty="tests.failed" listeners="org.testng.reporters.VerboseReporter" methods="${testng.methods.arg}" mode="${testng.mode}" outputdir="${build.test.results.dir}" suitename="parameter-lister" testname="TestNG tests" workingDir="${work.dir}">
   455                     <xmlfileset dir="${build.test.classes.dir}" includes="@{testincludes}"/>
   456                     <propertyset>
   457                         <propertyref prefix="test-sys-prop."/>
   458                         <mapper from="test-sys-prop.*" to="*" type="glob"/>
   459                     </propertyset>
   460                     <customize/>
   461                 </testng>
   462             </sequential>
   463         </macrodef>
   464     </target>
   465     <target name="-init-macrodef-test-impl">
   466         <macrodef name="test-impl" uri="http://www.netbeans.org/ns/j2se-project/3">
   467             <attribute default="${includes}" name="includes"/>
   468             <attribute default="${excludes}" name="excludes"/>
   469             <attribute default="**" name="testincludes"/>
   470             <attribute default="" name="testmethods"/>
   471             <element implicit="true" name="customize" optional="true"/>
   472             <sequential>
   473                 <echo>No tests executed.</echo>
   474             </sequential>
   475         </macrodef>
   476     </target>
   477     <target depends="-init-macrodef-junit" if="${junit.available}" name="-init-macrodef-junit-impl">
   478         <macrodef name="test-impl" uri="http://www.netbeans.org/ns/j2se-project/3">
   479             <attribute default="${includes}" name="includes"/>
   480             <attribute default="${excludes}" name="excludes"/>
   481             <attribute default="**" name="testincludes"/>
   482             <attribute default="" name="testmethods"/>
   483             <element implicit="true" name="customize" optional="true"/>
   484             <sequential>
   485                 <j2seproject3:junit excludes="@{excludes}" includes="@{includes}" testincludes="@{testincludes}" testmethods="@{testmethods}">
   486                     <customize/>
   487                 </j2seproject3:junit>
   488             </sequential>
   489         </macrodef>
   490     </target>
   491     <target depends="-init-macrodef-testng" if="${testng.available}" name="-init-macrodef-testng-impl">
   492         <macrodef name="test-impl" uri="http://www.netbeans.org/ns/j2se-project/3">
   493             <attribute default="${includes}" name="includes"/>
   494             <attribute default="${excludes}" name="excludes"/>
   495             <attribute default="**" name="testincludes"/>
   496             <attribute default="" name="testmethods"/>
   497             <element implicit="true" name="customize" optional="true"/>
   498             <sequential>
   499                 <j2seproject3:testng excludes="@{excludes}" includes="@{includes}" testincludes="@{testincludes}" testmethods="@{testmethods}">
   500                     <customize/>
   501                 </j2seproject3:testng>
   502             </sequential>
   503         </macrodef>
   504     </target>
   505     <target depends="-init-macrodef-test-impl,-init-macrodef-junit-impl,-init-macrodef-testng-impl" name="-init-macrodef-test">
   506         <macrodef name="test" uri="http://www.netbeans.org/ns/j2se-project/3">
   507             <attribute default="${includes}" name="includes"/>
   508             <attribute default="${excludes}" name="excludes"/>
   509             <attribute default="**" name="testincludes"/>
   510             <attribute default="" name="testmethods"/>
   511             <sequential>
   512                 <j2seproject3:test-impl excludes="@{excludes}" includes="@{includes}" testincludes="@{testincludes}" testmethods="@{testmethods}">
   513                     <customize>
   514                         <classpath>
   515                             <path path="${run.test.classpath}"/>
   516                         </classpath>
   517                         <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   518                         <jvmarg line="${run.jvmargs}"/>
   519                         <jvmarg line="${run.jvmargs.ide}"/>
   520                     </customize>
   521                 </j2seproject3:test-impl>
   522             </sequential>
   523         </macrodef>
   524     </target>
   525     <target if="${junit.available}" name="-init-macrodef-junit-debug" unless="${nb.junit.batch}">
   526         <macrodef name="junit-debug" uri="http://www.netbeans.org/ns/j2se-project/3">
   527             <attribute default="${includes}" name="includes"/>
   528             <attribute default="${excludes}" name="excludes"/>
   529             <attribute default="**" name="testincludes"/>
   530             <attribute default="" name="testmethods"/>
   531             <element name="customize" optional="true"/>
   532             <sequential>
   533                 <property name="junit.forkmode" value="perTest"/>
   534                 <junit dir="${work.dir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" forkmode="${junit.forkmode}" showoutput="true" tempdir="${build.dir}">
   535                     <test methods="@{testmethods}" name="@{testincludes}" todir="${build.test.results.dir}"/>
   536                     <syspropertyset>
   537                         <propertyref prefix="test-sys-prop."/>
   538                         <mapper from="test-sys-prop.*" to="*" type="glob"/>
   539                     </syspropertyset>
   540                     <formatter type="brief" usefile="false"/>
   541                     <formatter type="xml"/>
   542                     <jvmarg value="-ea"/>
   543                     <jvmarg line="${debug-args-line}"/>
   544                     <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
   545                     <customize/>
   546                 </junit>
   547             </sequential>
   548         </macrodef>
   549     </target>
   550     <target depends="-init-test-properties" if="${nb.junit.batch}" name="-init-macrodef-junit-debug-batch">
   551         <macrodef name="junit-debug" uri="http://www.netbeans.org/ns/j2se-project/3">
   552             <attribute default="${includes}" name="includes"/>
   553             <attribute default="${excludes}" name="excludes"/>
   554             <attribute default="**" name="testincludes"/>
   555             <attribute default="" name="testmethods"/>
   556             <element name="customize" optional="true"/>
   557             <sequential>
   558                 <property name="junit.forkmode" value="perTest"/>
   559                 <junit dir="${work.dir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" forkmode="${junit.forkmode}" showoutput="true" tempdir="${build.dir}">
   560                     <batchtest todir="${build.test.results.dir}">
   561                         <fileset dir="${test.src.dir}" excludes="@{excludes},${excludes}" includes="@{includes}">
   562                             <filename name="@{testincludes}"/>
   563                         </fileset>
   564                         <fileset dir="${build.test.classes.dir}" excludes="@{excludes},${excludes},${test.binaryexcludes}" includes="${test.binaryincludes}">
   565                             <filename name="${test.binarytestincludes}"/>
   566                         </fileset>
   567                     </batchtest>
   568                     <syspropertyset>
   569                         <propertyref prefix="test-sys-prop."/>
   570                         <mapper from="test-sys-prop.*" to="*" type="glob"/>
   571                     </syspropertyset>
   572                     <formatter type="brief" usefile="false"/>
   573                     <formatter type="xml"/>
   574                     <jvmarg value="-ea"/>
   575                     <jvmarg line="${debug-args-line}"/>
   576                     <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
   577                     <customize/>
   578                 </junit>
   579             </sequential>
   580         </macrodef>
   581     </target>
   582     <target depends="-init-macrodef-junit-debug,-init-macrodef-junit-debug-batch" if="${junit.available}" name="-init-macrodef-junit-debug-impl">
   583         <macrodef name="test-debug-impl" uri="http://www.netbeans.org/ns/j2se-project/3">
   584             <attribute default="${includes}" name="includes"/>
   585             <attribute default="${excludes}" name="excludes"/>
   586             <attribute default="**" name="testincludes"/>
   587             <attribute default="" name="testmethods"/>
   588             <element implicit="true" name="customize" optional="true"/>
   589             <sequential>
   590                 <j2seproject3:junit-debug excludes="@{excludes}" includes="@{includes}" testincludes="@{testincludes}" testmethods="@{testmethods}">
   591                     <customize/>
   592                 </j2seproject3:junit-debug>
   593             </sequential>
   594         </macrodef>
   595     </target>
   596     <target if="${testng.available}" name="-init-macrodef-testng-debug">
   597         <macrodef name="testng-debug" uri="http://www.netbeans.org/ns/j2se-project/3">
   598             <attribute default="${main.class}" name="testClass"/>
   599             <attribute default="" name="testMethod"/>
   600             <element name="customize2" optional="true"/>
   601             <sequential>
   602                 <condition else="-testclass @{testClass}" property="test.class.or.method" value="-methods @{testClass}.@{testMethod}">
   603                     <isset property="test.method"/>
   604                 </condition>
   605                 <condition else="-suitename parameter-lister -testname @{testClass} ${test.class.or.method}" property="testng.cmd.args" value="@{testClass}">
   606                     <matches pattern=".*\.xml" string="@{testClass}"/>
   607                 </condition>
   608                 <delete dir="${build.test.results.dir}" quiet="true"/>
   609                 <mkdir dir="${build.test.results.dir}"/>
   610                 <j2seproject3:debug classname="org.testng.TestNG" classpath="${debug.test.classpath}">
   611                     <customize>
   612                         <customize2/>
   613                         <jvmarg value="-ea"/>
   614                         <arg line="${testng.debug.mode}"/>
   615                         <arg line="-d ${build.test.results.dir}"/>
   616                         <arg line="-listener org.testng.reporters.VerboseReporter"/>
   617                         <arg line="${testng.cmd.args}"/>
   618                     </customize>
   619                 </j2seproject3:debug>
   620             </sequential>
   621         </macrodef>
   622     </target>
   623     <target depends="-init-macrodef-testng-debug" if="${testng.available}" name="-init-macrodef-testng-debug-impl">
   624         <macrodef name="testng-debug-impl" uri="http://www.netbeans.org/ns/j2se-project/3">
   625             <attribute default="${main.class}" name="testClass"/>
   626             <attribute default="" name="testMethod"/>
   627             <element implicit="true" name="customize2" optional="true"/>
   628             <sequential>
   629                 <j2seproject3:testng-debug testClass="@{testClass}" testMethod="@{testMethod}">
   630                     <customize2/>
   631                 </j2seproject3:testng-debug>
   632             </sequential>
   633         </macrodef>
   634     </target>
   635     <target depends="-init-macrodef-junit-debug-impl" if="${junit.available}" name="-init-macrodef-test-debug-junit">
   636         <macrodef name="test-debug" uri="http://www.netbeans.org/ns/j2se-project/3">
   637             <attribute default="${includes}" name="includes"/>
   638             <attribute default="${excludes}" name="excludes"/>
   639             <attribute default="**" name="testincludes"/>
   640             <attribute default="" name="testmethods"/>
   641             <attribute default="${main.class}" name="testClass"/>
   642             <attribute default="" name="testMethod"/>
   643             <sequential>
   644                 <j2seproject3:test-debug-impl excludes="@{excludes}" includes="@{includes}" testincludes="@{testincludes}" testmethods="@{testmethods}">
   645                     <customize>
   646                         <classpath>
   647                             <path path="${run.test.classpath}"/>
   648                         </classpath>
   649                         <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   650                         <jvmarg line="${run.jvmargs}"/>
   651                         <jvmarg line="${run.jvmargs.ide}"/>
   652                     </customize>
   653                 </j2seproject3:test-debug-impl>
   654             </sequential>
   655         </macrodef>
   656     </target>
   657     <target depends="-init-macrodef-testng-debug-impl" if="${testng.available}" name="-init-macrodef-test-debug-testng">
   658         <macrodef name="test-debug" uri="http://www.netbeans.org/ns/j2se-project/3">
   659             <attribute default="${includes}" name="includes"/>
   660             <attribute default="${excludes}" name="excludes"/>
   661             <attribute default="**" name="testincludes"/>
   662             <attribute default="" name="testmethods"/>
   663             <attribute default="${main.class}" name="testClass"/>
   664             <attribute default="" name="testMethod"/>
   665             <sequential>
   666                 <j2seproject3:testng-debug-impl testClass="@{testClass}" testMethod="@{testMethod}">
   667                     <customize2>
   668                         <syspropertyset>
   669                             <propertyref prefix="test-sys-prop."/>
   670                             <mapper from="test-sys-prop.*" to="*" type="glob"/>
   671                         </syspropertyset>
   672                     </customize2>
   673                 </j2seproject3:testng-debug-impl>
   674             </sequential>
   675         </macrodef>
   676     </target>
   677     <target depends="-init-macrodef-test-debug-junit,-init-macrodef-test-debug-testng" name="-init-macrodef-test-debug"/>
   678     <!--
   679                 pre NB7.2 profiling section; consider it deprecated
   680             -->
   681     <target depends="-profile-pre-init, init, -profile-post-init, -profile-init-macrodef-profile, -profile-init-check" if="profiler.info.jvmargs.agent" name="profile-init"/>
   682     <target if="profiler.info.jvmargs.agent" name="-profile-pre-init">
   683         <!-- Empty placeholder for easier customization. -->
   684         <!-- You can override this target in the ../build.xml file. -->
   685     </target>
   686     <target if="profiler.info.jvmargs.agent" name="-profile-post-init">
   687         <!-- Empty placeholder for easier customization. -->
   688         <!-- You can override this target in the ../build.xml file. -->
   689     </target>
   690     <target if="profiler.info.jvmargs.agent" name="-profile-init-macrodef-profile">
   691         <macrodef name="resolve">
   692             <attribute name="name"/>
   693             <attribute name="value"/>
   694             <sequential>
   695                 <property name="@{name}" value="${env.@{value}}"/>
   696             </sequential>
   697         </macrodef>
   698         <macrodef name="profile">
   699             <attribute default="${main.class}" name="classname"/>
   700             <element name="customize" optional="true"/>
   701             <sequential>
   702                 <property environment="env"/>
   703                 <resolve name="profiler.current.path" value="${profiler.info.pathvar}"/>
   704                 <java classname="@{classname}" dir="${profiler.info.dir}" failonerror="${java.failonerror}" fork="true" jvm="${profiler.info.jvm}">
   705                     <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   706                     <jvmarg value="${profiler.info.jvmargs.agent}"/>
   707                     <jvmarg line="${profiler.info.jvmargs}"/>
   708                     <env key="${profiler.info.pathvar}" path="${profiler.info.agentpath}:${profiler.current.path}"/>
   709                     <arg line="${application.args}"/>
   710                     <classpath>
   711                         <path path="${run.classpath}"/>
   712                     </classpath>
   713                     <syspropertyset>
   714                         <propertyref prefix="run-sys-prop."/>
   715                         <mapper from="run-sys-prop.*" to="*" type="glob"/>
   716                     </syspropertyset>
   717                     <customize/>
   718                 </java>
   719             </sequential>
   720         </macrodef>
   721     </target>
   722     <target depends="-profile-pre-init, init, -profile-post-init, -profile-init-macrodef-profile" if="profiler.info.jvmargs.agent" name="-profile-init-check">
   723         <fail unless="profiler.info.jvm">Must set JVM to use for profiling in profiler.info.jvm</fail>
   724         <fail unless="profiler.info.jvmargs.agent">Must set profiler agent JVM arguments in profiler.info.jvmargs.agent</fail>
   725     </target>
   726     <!--
   727                 end of pre NB7.2 profiling section
   728             -->
   729     <target depends="-init-debug-args" name="-init-macrodef-nbjpda">
   730         <macrodef name="nbjpdastart" uri="http://www.netbeans.org/ns/j2se-project/1">
   731             <attribute default="${main.class}" name="name"/>
   732             <attribute default="${debug.classpath}" name="classpath"/>
   733             <attribute default="" name="stopclassname"/>
   734             <sequential>
   735                 <nbjpdastart addressproperty="jpda.address" name="@{name}" stopclassname="@{stopclassname}" transport="${debug-transport}">
   736                     <classpath>
   737                         <path path="@{classpath}"/>
   738                     </classpath>
   739                 </nbjpdastart>
   740             </sequential>
   741         </macrodef>
   742         <macrodef name="nbjpdareload" uri="http://www.netbeans.org/ns/j2se-project/1">
   743             <attribute default="${build.classes.dir}" name="dir"/>
   744             <sequential>
   745                 <nbjpdareload>
   746                     <fileset dir="@{dir}" includes="${fix.classes}">
   747                         <include name="${fix.includes}*.class"/>
   748                     </fileset>
   749                 </nbjpdareload>
   750             </sequential>
   751         </macrodef>
   752     </target>
   753     <target name="-init-debug-args">
   754         <property name="version-output" value="java version &quot;${ant.java.version}"/>
   755         <condition property="have-jdk-older-than-1.4">
   756             <or>
   757                 <contains string="${version-output}" substring="java version &quot;1.0"/>
   758                 <contains string="${version-output}" substring="java version &quot;1.1"/>
   759                 <contains string="${version-output}" substring="java version &quot;1.2"/>
   760                 <contains string="${version-output}" substring="java version &quot;1.3"/>
   761             </or>
   762         </condition>
   763         <condition else="-Xdebug" property="debug-args-line" value="-Xdebug -Xnoagent -Djava.compiler=none">
   764             <istrue value="${have-jdk-older-than-1.4}"/>
   765         </condition>
   766         <condition else="dt_socket" property="debug-transport-by-os" value="dt_shmem">
   767             <os family="windows"/>
   768         </condition>
   769         <condition else="${debug-transport-by-os}" property="debug-transport" value="${debug.transport}">
   770             <isset property="debug.transport"/>
   771         </condition>
   772     </target>
   773     <target depends="-init-debug-args" name="-init-macrodef-debug">
   774         <macrodef name="debug" uri="http://www.netbeans.org/ns/j2se-project/3">
   775             <attribute default="${main.class}" name="classname"/>
   776             <attribute default="${debug.classpath}" name="classpath"/>
   777             <element name="customize" optional="true"/>
   778             <sequential>
   779                 <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
   780                     <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   781                     <jvmarg line="${debug-args-line}"/>
   782                     <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
   783                     <jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
   784                     <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/>
   785                     <jvmarg line="${run.jvmargs}"/>
   786                     <jvmarg line="${run.jvmargs.ide}"/>
   787                     <classpath>
   788                         <path path="@{classpath}"/>
   789                     </classpath>
   790                     <syspropertyset>
   791                         <propertyref prefix="run-sys-prop."/>
   792                         <mapper from="run-sys-prop.*" to="*" type="glob"/>
   793                     </syspropertyset>
   794                     <customize/>
   795                 </java>
   796             </sequential>
   797         </macrodef>
   798     </target>
   799     <target name="-init-macrodef-java">
   800         <macrodef name="java" uri="http://www.netbeans.org/ns/j2se-project/1">
   801             <attribute default="${main.class}" name="classname"/>
   802             <attribute default="${run.classpath}" name="classpath"/>
   803             <attribute default="jvm" name="jvm"/>
   804             <element name="customize" optional="true"/>
   805             <sequential>
   806                 <java classname="@{classname}" dir="${work.dir}" failonerror="${java.failonerror}" fork="true">
   807                     <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   808                     <jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
   809                     <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/>
   810                     <jvmarg line="${run.jvmargs}"/>
   811                     <jvmarg line="${run.jvmargs.ide}"/>
   812                     <classpath>
   813                         <path path="@{classpath}"/>
   814                     </classpath>
   815                     <syspropertyset>
   816                         <propertyref prefix="run-sys-prop."/>
   817                         <mapper from="run-sys-prop.*" to="*" type="glob"/>
   818                     </syspropertyset>
   819                     <customize/>
   820                 </java>
   821             </sequential>
   822         </macrodef>
   823     </target>
   824     <target name="-init-macrodef-copylibs">
   825         <macrodef name="copylibs" uri="http://www.netbeans.org/ns/j2se-project/3">
   826             <attribute default="${manifest.file}" name="manifest"/>
   827             <element name="customize" optional="true"/>
   828             <sequential>
   829                 <property location="${build.classes.dir}" name="build.classes.dir.resolved"/>
   830                 <pathconvert property="run.classpath.without.build.classes.dir">
   831                     <path path="${run.classpath}"/>
   832                     <map from="${build.classes.dir.resolved}" to=""/>
   833                 </pathconvert>
   834                 <pathconvert pathsep=" " property="jar.classpath">
   835                     <path path="${run.classpath.without.build.classes.dir}"/>
   836                     <chainedmapper>
   837                         <flattenmapper/>
   838                         <filtermapper>
   839                             <replacestring from=" " to="%20"/>
   840                         </filtermapper>
   841                         <globmapper from="*" to="lib/*"/>
   842                     </chainedmapper>
   843                 </pathconvert>
   844                 <taskdef classname="org.netbeans.modules.java.j2seproject.copylibstask.CopyLibs" classpath="${libs.CopyLibs.classpath}" name="copylibs"/>
   845                 <copylibs compress="${jar.compress}" excludeFromCopy="${copylibs.excludes}" index="${jar.index}" indexMetaInf="${jar.index.metainf}" jarfile="${dist.jar}" manifest="@{manifest}" rebase="${copylibs.rebase}" runtimeclasspath="${run.classpath.without.build.classes.dir}">
   846                     <fileset dir="${build.classes.dir}" excludes="${dist.archive.excludes}"/>
   847                     <manifest>
   848                         <attribute name="Class-Path" value="${jar.classpath}"/>
   849                         <customize/>
   850                     </manifest>
   851                 </copylibs>
   852             </sequential>
   853         </macrodef>
   854     </target>
   855     <target name="-init-presetdef-jar">
   856         <presetdef name="jar" uri="http://www.netbeans.org/ns/j2se-project/1">
   857             <jar compress="${jar.compress}" index="${jar.index}" jarfile="${dist.jar}">
   858                 <j2seproject1:fileset dir="${build.classes.dir}" excludes="${dist.archive.excludes}"/>
   859             </jar>
   860         </presetdef>
   861     </target>
   862     <target name="-init-ap-cmdline-properties">
   863         <property name="annotation.processing.enabled" value="true"/>
   864         <property name="annotation.processing.processors.list" value=""/>
   865         <property name="annotation.processing.processor.options" value=""/>
   866         <property name="annotation.processing.run.all.processors" value="true"/>
   867         <property name="javac.processorpath" value="${javac.classpath}"/>
   868         <property name="javac.test.processorpath" value="${javac.test.classpath}"/>
   869         <condition property="ap.supported.internal" value="true">
   870             <not>
   871                 <matches pattern="1\.[0-5](\..*)?" string="${javac.source}"/>
   872             </not>
   873         </condition>
   874     </target>
   875     <target depends="-init-ap-cmdline-properties" if="ap.supported.internal" name="-init-ap-cmdline-supported">
   876         <condition else="" property="ap.processors.internal" value="-processor ${annotation.processing.processors.list}">
   877             <isfalse value="${annotation.processing.run.all.processors}"/>
   878         </condition>
   879         <condition else="" property="ap.proc.none.internal" value="-proc:none">
   880             <isfalse value="${annotation.processing.enabled}"/>
   881         </condition>
   882     </target>
   883     <target depends="-init-ap-cmdline-properties,-init-ap-cmdline-supported" name="-init-ap-cmdline">
   884         <property name="ap.cmd.line.internal" value=""/>
   885     </target>
   886     <target depends="-pre-init,-init-private,-init-user,-init-project,-do-init,-post-init,-init-check,-init-macrodef-property,-init-macrodef-javac,-init-macrodef-test,-init-macrodef-test-debug,-init-macrodef-nbjpda,-init-macrodef-debug,-init-macrodef-java,-init-presetdef-jar,-init-ap-cmdline" name="init"/>
   887     <!--
   888                 ===================
   889                 COMPILATION SECTION
   890                 ===================
   891             -->
   892     <target name="-deps-jar-init" unless="built-jar.properties">
   893         <property location="${build.dir}/built-jar.properties" name="built-jar.properties"/>
   894         <delete file="${built-jar.properties}" quiet="true"/>
   895     </target>
   896     <target if="already.built.jar.${basedir}" name="-warn-already-built-jar">
   897         <echo level="warn" message="Cycle detected: parameter-lister was already built"/>
   898     </target>
   899     <target depends="init,-deps-jar-init" name="deps-jar" unless="no.deps">
   900         <mkdir dir="${build.dir}"/>
   901         <touch file="${built-jar.properties}" verbose="false"/>
   902         <property file="${built-jar.properties}" prefix="already.built.jar."/>
   903         <antcall target="-warn-already-built-jar"/>
   904         <propertyfile file="${built-jar.properties}">
   905             <entry key="${basedir}" value=""/>
   906         </propertyfile>
   907     </target>
   908     <target depends="init,-check-automatic-build,-clean-after-automatic-build" name="-verify-automatic-build"/>
   909     <target depends="init" name="-check-automatic-build">
   910         <available file="${build.classes.dir}/.netbeans_automatic_build" property="netbeans.automatic.build"/>
   911     </target>
   912     <target depends="init" if="netbeans.automatic.build" name="-clean-after-automatic-build">
   913         <antcall target="clean"/>
   914     </target>
   915     <target depends="init,deps-jar" name="-pre-pre-compile">
   916         <mkdir dir="${build.classes.dir}"/>
   917     </target>
   918     <target name="-pre-compile">
   919         <!-- Empty placeholder for easier customization. -->
   920         <!-- You can override this target in the ../build.xml file. -->
   921     </target>
   922     <target if="do.depend.true" name="-compile-depend">
   923         <pathconvert property="build.generated.subdirs">
   924             <dirset dir="${build.generated.sources.dir}" erroronmissingdir="false">
   925                 <include name="*"/>
   926             </dirset>
   927         </pathconvert>
   928         <j2seproject3:depend srcdir="${src.dir}:${src.config.dir}:${build.generated.subdirs}"/>
   929     </target>
   930     <target depends="init,deps-jar,-pre-pre-compile,-pre-compile, -copy-persistence-xml,-compile-depend" if="have.sources" name="-do-compile">
   931         <j2seproject3:javac gensrcdir="${build.generated.sources.dir}"/>
   932         <copy todir="${build.classes.dir}">
   933             <fileset dir="${src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
   934             <fileset dir="${src.config.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
   935         </copy>
   936     </target>
   937     <target if="has.persistence.xml" name="-copy-persistence-xml">
   938         <mkdir dir="${build.classes.dir}/META-INF"/>
   939         <copy todir="${build.classes.dir}/META-INF">
   940             <fileset dir="${meta.inf.dir}" includes="persistence.xml orm.xml"/>
   941         </copy>
   942     </target>
   943     <target name="-post-compile">
   944         <!-- Empty placeholder for easier customization. -->
   945         <!-- You can override this target in the ../build.xml file. -->
   946     </target>
   947     <target depends="init,deps-jar,-verify-automatic-build,-pre-pre-compile,-pre-compile,-do-compile,-post-compile" description="Compile project." name="compile"/>
   948     <target name="-pre-compile-single">
   949         <!-- Empty placeholder for easier customization. -->
   950         <!-- You can override this target in the ../build.xml file. -->
   951     </target>
   952     <target depends="init,deps-jar,-pre-pre-compile" name="-do-compile-single">
   953         <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
   954         <j2seproject3:force-recompile/>
   955         <j2seproject3:javac excludes="" gensrcdir="${build.generated.sources.dir}" includes="${javac.includes}" sourcepath="${src.dir}:${src.config.dir}"/>
   956     </target>
   957     <target name="-post-compile-single">
   958         <!-- Empty placeholder for easier customization. -->
   959         <!-- You can override this target in the ../build.xml file. -->
   960     </target>
   961     <target depends="init,deps-jar,-verify-automatic-build,-pre-pre-compile,-pre-compile-single,-do-compile-single,-post-compile-single" name="compile-single"/>
   962     <!--
   963                 ====================
   964                 JAR BUILDING SECTION
   965                 ====================
   966             -->
   967     <target depends="init" name="-pre-pre-jar">
   968         <dirname file="${dist.jar}" property="dist.jar.dir"/>
   969         <mkdir dir="${dist.jar.dir}"/>
   970     </target>
   971     <target name="-pre-jar">
   972         <!-- Empty placeholder for easier customization. -->
   973         <!-- You can override this target in the ../build.xml file. -->
   974     </target>
   975     <target depends="init" if="do.archive" name="-do-jar-create-manifest" unless="manifest.available">
   976         <tempfile deleteonexit="true" destdir="${build.dir}" property="tmp.manifest.file"/>
   977         <touch file="${tmp.manifest.file}" verbose="false"/>
   978     </target>
   979     <target depends="init" if="do.archive+manifest.available" name="-do-jar-copy-manifest">
   980         <tempfile deleteonexit="true" destdir="${build.dir}" property="tmp.manifest.file"/>
   981         <copy file="${manifest.file}" tofile="${tmp.manifest.file}"/>
   982     </target>
   983     <target depends="init,-do-jar-create-manifest,-do-jar-copy-manifest" if="do.archive+main.class.available" name="-do-jar-set-mainclass">
   984         <manifest file="${tmp.manifest.file}" mode="update">
   985             <attribute name="Main-Class" value="${main.class}"/>
   986         </manifest>
   987     </target>
   988     <target depends="init,-do-jar-create-manifest,-do-jar-copy-manifest" if="do.archive+profile.available" name="-do-jar-set-profile">
   989         <manifest file="${tmp.manifest.file}" mode="update">
   990             <attribute name="Profile" value="${javac.profile}"/>
   991         </manifest>
   992     </target>
   993     <target depends="init,-do-jar-create-manifest,-do-jar-copy-manifest" if="do.archive+splashscreen.available" name="-do-jar-set-splashscreen">
   994         <basename file="${application.splash}" property="splashscreen.basename"/>
   995         <mkdir dir="${build.classes.dir}/META-INF"/>
   996         <copy failonerror="false" file="${application.splash}" todir="${build.classes.dir}/META-INF"/>
   997         <manifest file="${tmp.manifest.file}" mode="update">
   998             <attribute name="SplashScreen-Image" value="META-INF/${splashscreen.basename}"/>
   999         </manifest>
  1000     </target>
  1001     <target depends="init,-init-macrodef-copylibs,compile,-pre-pre-jar,-pre-jar,-do-jar-create-manifest,-do-jar-copy-manifest,-do-jar-set-mainclass,-do-jar-set-profile,-do-jar-set-splashscreen" if="do.mkdist" name="-do-jar-copylibs">
  1002         <j2seproject3:copylibs manifest="${tmp.manifest.file}"/>
  1003         <echo level="info">To run this application from the command line without Ant, try:</echo>
  1004         <property location="${dist.jar}" name="dist.jar.resolved"/>
  1005         <echo level="info">java -jar "${dist.jar.resolved}"</echo>
  1006     </target>
  1007     <target depends="init,compile,-pre-pre-jar,-pre-jar,-do-jar-create-manifest,-do-jar-copy-manifest,-do-jar-set-mainclass,-do-jar-set-profile,-do-jar-set-splashscreen" if="do.archive" name="-do-jar-jar" unless="do.mkdist">
  1008         <j2seproject1:jar manifest="${tmp.manifest.file}"/>
  1009         <property location="${build.classes.dir}" name="build.classes.dir.resolved"/>
  1010         <property location="${dist.jar}" name="dist.jar.resolved"/>
  1011         <pathconvert property="run.classpath.with.dist.jar">
  1012             <path path="${run.classpath}"/>
  1013             <map from="${build.classes.dir.resolved}" to="${dist.jar.resolved}"/>
  1014         </pathconvert>
  1015         <condition else="" property="jar.usage.message" value="To run this application from the command line without Ant, try:${line.separator}${platform.java} -cp ${run.classpath.with.dist.jar} ${main.class}">
  1016             <isset property="main.class.available"/>
  1017         </condition>
  1018         <condition else="debug" property="jar.usage.level" value="info">
  1019             <isset property="main.class.available"/>
  1020         </condition>
  1021         <echo level="${jar.usage.level}" message="${jar.usage.message}"/>
  1022     </target>
  1023     <target depends="-do-jar-copylibs" if="do.archive" name="-do-jar-delete-manifest">
  1024         <delete>
  1025             <fileset file="${tmp.manifest.file}"/>
  1026         </delete>
  1027     </target>
  1028     <target depends="init,compile,-pre-pre-jar,-pre-jar,-do-jar-create-manifest,-do-jar-copy-manifest,-do-jar-set-mainclass,-do-jar-set-profile,-do-jar-set-splashscreen,-do-jar-jar,-do-jar-delete-manifest" name="-do-jar-without-libraries"/>
  1029     <target depends="init,compile,-pre-pre-jar,-pre-jar,-do-jar-create-manifest,-do-jar-copy-manifest,-do-jar-set-mainclass,-do-jar-set-profile,-do-jar-set-splashscreen,-do-jar-copylibs,-do-jar-delete-manifest" name="-do-jar-with-libraries"/>
  1030     <target name="-post-jar">
  1031         <!-- Empty placeholder for easier customization. -->
  1032         <!-- You can override this target in the ../build.xml file. -->
  1033     </target>
  1034     <target depends="init,compile,-pre-jar,-do-jar-without-libraries,-do-jar-with-libraries,-post-jar" name="-do-jar"/>
  1035     <target depends="init,compile,-pre-jar,-do-jar,-post-jar" description="Build JAR." name="jar"/>
  1036     <!--
  1037                 =================
  1038                 EXECUTION SECTION
  1039                 =================
  1040             -->
  1041     <target depends="init,compile" description="Run a main class." name="run">
  1042         <j2seproject1:java>
  1043             <customize>
  1044                 <arg line="${application.args}"/>
  1045             </customize>
  1046         </j2seproject1:java>
  1047     </target>
  1048     <target name="-do-not-recompile">
  1049         <property name="javac.includes.binary" value=""/>
  1050     </target>
  1051     <target depends="init,compile-single" name="run-single">
  1052         <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
  1053         <j2seproject1:java classname="${run.class}"/>
  1054     </target>
  1055     <target depends="init,compile-test-single" name="run-test-with-main">
  1056         <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
  1057         <j2seproject1:java classname="${run.class}" classpath="${run.test.classpath}"/>
  1058     </target>
  1059     <!--
  1060                 =================
  1061                 DEBUGGING SECTION
  1062                 =================
  1063             -->
  1064     <target depends="init" if="netbeans.home" name="-debug-start-debugger">
  1065         <j2seproject1:nbjpdastart name="${debug.class}"/>
  1066     </target>
  1067     <target depends="init" if="netbeans.home" name="-debug-start-debugger-main-test">
  1068         <j2seproject1:nbjpdastart classpath="${debug.test.classpath}" name="${debug.class}"/>
  1069     </target>
  1070     <target depends="init,compile" name="-debug-start-debuggee">
  1071         <j2seproject3:debug>
  1072             <customize>
  1073                 <arg line="${application.args}"/>
  1074             </customize>
  1075         </j2seproject3:debug>
  1076     </target>
  1077     <target depends="init,compile,-debug-start-debugger,-debug-start-debuggee" description="Debug project in IDE." if="netbeans.home" name="debug"/>
  1078     <target depends="init" if="netbeans.home" name="-debug-start-debugger-stepinto">
  1079         <j2seproject1:nbjpdastart stopclassname="${main.class}"/>
  1080     </target>
  1081     <target depends="init,compile,-debug-start-debugger-stepinto,-debug-start-debuggee" if="netbeans.home" name="debug-stepinto"/>
  1082     <target depends="init,compile-single" if="netbeans.home" name="-debug-start-debuggee-single">
  1083         <fail unless="debug.class">Must select one file in the IDE or set debug.class</fail>
  1084         <j2seproject3:debug classname="${debug.class}"/>
  1085     </target>
  1086     <target depends="init,compile-single,-debug-start-debugger,-debug-start-debuggee-single" if="netbeans.home" name="debug-single"/>
  1087     <target depends="init,compile-test-single" if="netbeans.home" name="-debug-start-debuggee-main-test">
  1088         <fail unless="debug.class">Must select one file in the IDE or set debug.class</fail>
  1089         <j2seproject3:debug classname="${debug.class}" classpath="${debug.test.classpath}"/>
  1090     </target>
  1091     <target depends="init,compile-test-single,-debug-start-debugger-main-test,-debug-start-debuggee-main-test" if="netbeans.home" name="debug-test-with-main"/>
  1092     <target depends="init" name="-pre-debug-fix">
  1093         <fail unless="fix.includes">Must set fix.includes</fail>
  1094         <property name="javac.includes" value="${fix.includes}.java"/>
  1095     </target>
  1096     <target depends="init,-pre-debug-fix,compile-single" if="netbeans.home" name="-do-debug-fix">
  1097         <j2seproject1:nbjpdareload/>
  1098     </target>
  1099     <target depends="init,-pre-debug-fix,-do-debug-fix" if="netbeans.home" name="debug-fix"/>
  1100     <!--
  1101                 =================
  1102                 PROFILING SECTION
  1103                 =================
  1104             -->
  1105     <!--
  1106                 pre NB7.2 profiler integration
  1107             -->
  1108     <target depends="profile-init,compile" description="Profile a project in the IDE." if="profiler.info.jvmargs.agent" name="-profile-pre72">
  1109         <fail unless="netbeans.home">This target only works when run from inside the NetBeans IDE.</fail>
  1110         <nbprofiledirect>
  1111             <classpath>
  1112                 <path path="${run.classpath}"/>
  1113             </classpath>
  1114         </nbprofiledirect>
  1115         <profile/>
  1116     </target>
  1117     <target depends="profile-init,compile-single" description="Profile a selected class in the IDE." if="profiler.info.jvmargs.agent" name="-profile-single-pre72">
  1118         <fail unless="profile.class">Must select one file in the IDE or set profile.class</fail>
  1119         <fail unless="netbeans.home">This target only works when run from inside the NetBeans IDE.</fail>
  1120         <nbprofiledirect>
  1121             <classpath>
  1122                 <path path="${run.classpath}"/>
  1123             </classpath>
  1124         </nbprofiledirect>
  1125         <profile classname="${profile.class}"/>
  1126     </target>
  1127     <target depends="profile-init,compile-single" if="profiler.info.jvmargs.agent" name="-profile-applet-pre72">
  1128         <fail unless="netbeans.home">This target only works when run from inside the NetBeans IDE.</fail>
  1129         <nbprofiledirect>
  1130             <classpath>
  1131                 <path path="${run.classpath}"/>
  1132             </classpath>
  1133         </nbprofiledirect>
  1134         <profile classname="sun.applet.AppletViewer">
  1135             <customize>
  1136                 <arg value="${applet.url}"/>
  1137             </customize>
  1138         </profile>
  1139     </target>
  1140     <target depends="profile-init,compile-test-single" if="profiler.info.jvmargs.agent" name="-profile-test-single-pre72">
  1141         <fail unless="netbeans.home">This target only works when run from inside the NetBeans IDE.</fail>
  1142         <nbprofiledirect>
  1143             <classpath>
  1144                 <path path="${run.test.classpath}"/>
  1145             </classpath>
  1146         </nbprofiledirect>
  1147         <junit dir="${profiler.info.dir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" jvm="${profiler.info.jvm}" showoutput="true">
  1148             <env key="${profiler.info.pathvar}" path="${profiler.info.agentpath}:${profiler.current.path}"/>
  1149             <jvmarg value="${profiler.info.jvmargs.agent}"/>
  1150             <jvmarg line="${profiler.info.jvmargs}"/>
  1151             <test name="${profile.class}"/>
  1152             <classpath>
  1153                 <path path="${run.test.classpath}"/>
  1154             </classpath>
  1155             <syspropertyset>
  1156                 <propertyref prefix="test-sys-prop."/>
  1157                 <mapper from="test-sys-prop.*" to="*" type="glob"/>
  1158             </syspropertyset>
  1159             <formatter type="brief" usefile="false"/>
  1160             <formatter type="xml"/>
  1161         </junit>
  1162     </target>
  1163     <!--
  1164                 end of pre NB72 profiling section
  1165             -->
  1166     <target if="netbeans.home" name="-profile-check">
  1167         <condition property="profiler.configured">
  1168             <or>
  1169                 <contains casesensitive="true" string="${run.jvmargs.ide}" substring="-agentpath:"/>
  1170                 <contains casesensitive="true" string="${run.jvmargs.ide}" substring="-javaagent:"/>
  1171             </or>
  1172         </condition>
  1173     </target>
  1174     <target depends="-profile-check,-profile-pre72" description="Profile a project in the IDE." if="profiler.configured" name="profile" unless="profiler.info.jvmargs.agent">
  1175         <startprofiler/>
  1176         <antcall target="run"/>
  1177     </target>
  1178     <target depends="-profile-check,-profile-single-pre72" description="Profile a selected class in the IDE." if="profiler.configured" name="profile-single" unless="profiler.info.jvmargs.agent">
  1179         <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
  1180         <startprofiler/>
  1181         <antcall target="run-single"/>
  1182     </target>
  1183     <target depends="-profile-test-single-pre72" description="Profile a selected test in the IDE." name="profile-test-single"/>
  1184     <target depends="-profile-check" description="Profile a selected test in the IDE." if="profiler.configured" name="profile-test" unless="profiler.info.jvmargs">
  1185         <fail unless="test.includes">Must select some files in the IDE or set test.includes</fail>
  1186         <startprofiler/>
  1187         <antcall target="test-single"/>
  1188     </target>
  1189     <target depends="-profile-check" description="Profile a selected class in the IDE." if="profiler.configured" name="profile-test-with-main">
  1190         <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
  1191         <startprofiler/>
  1192         <antcal target="run-test-with-main"/>
  1193     </target>
  1194     <target depends="-profile-check,-profile-applet-pre72" if="profiler.configured" name="profile-applet" unless="profiler.info.jvmargs.agent">
  1195         <fail unless="applet.url">Must select one file in the IDE or set applet.url</fail>
  1196         <startprofiler/>
  1197         <antcall target="run-applet"/>
  1198     </target>
  1199     <!--
  1200                 ===============
  1201                 JAVADOC SECTION
  1202                 ===============
  1203             -->
  1204     <target depends="init" if="have.sources" name="-javadoc-build">
  1205         <mkdir dir="${dist.javadoc.dir}"/>
  1206         <condition else="" property="javadoc.endorsed.classpath.cmd.line.arg" value="-J${endorsed.classpath.cmd.line.arg}">
  1207             <and>
  1208                 <isset property="endorsed.classpath.cmd.line.arg"/>
  1209                 <not>
  1210                     <equals arg1="${endorsed.classpath.cmd.line.arg}" arg2=""/>
  1211                 </not>
  1212             </and>
  1213         </condition>
  1214         <condition else="" property="bug5101868workaround" value="*.java">
  1215             <matches pattern="1\.[56](\..*)?" string="${java.version}"/>
  1216         </condition>
  1217         <javadoc additionalparam="-J-Dfile.encoding=${file.encoding} ${javadoc.additionalparam}" author="${javadoc.author}" charset="UTF-8" destdir="${dist.javadoc.dir}" docencoding="UTF-8" encoding="${javadoc.encoding.used}" failonerror="true" noindex="${javadoc.noindex}" nonavbar="${javadoc.nonavbar}" notree="${javadoc.notree}" private="${javadoc.private}" source="${javac.source}" splitindex="${javadoc.splitindex}" use="${javadoc.use}" useexternalfile="true" version="${javadoc.version}" windowtitle="${javadoc.windowtitle}">
  1218             <classpath>
  1219                 <path path="${javac.classpath}"/>
  1220             </classpath>
  1221             <fileset dir="${src.dir}" excludes="${bug5101868workaround},${excludes}" includes="${includes}">
  1222                 <filename name="**/*.java"/>
  1223             </fileset>
  1224             <fileset dir="${src.config.dir}" excludes="${bug5101868workaround},${excludes}" includes="${includes}">
  1225                 <filename name="**/*.java"/>
  1226             </fileset>
  1227             <fileset dir="${build.generated.sources.dir}" erroronmissingdir="false">
  1228                 <include name="**/*.java"/>
  1229                 <exclude name="*.java"/>
  1230             </fileset>
  1231             <arg line="${javadoc.endorsed.classpath.cmd.line.arg}"/>
  1232         </javadoc>
  1233         <copy todir="${dist.javadoc.dir}">
  1234             <fileset dir="${src.dir}" excludes="${excludes}" includes="${includes}">
  1235                 <filename name="**/doc-files/**"/>
  1236             </fileset>
  1237             <fileset dir="${src.config.dir}" excludes="${excludes}" includes="${includes}">
  1238                 <filename name="**/doc-files/**"/>
  1239             </fileset>
  1240             <fileset dir="${build.generated.sources.dir}" erroronmissingdir="false">
  1241                 <include name="**/doc-files/**"/>
  1242             </fileset>
  1243         </copy>
  1244     </target>
  1245     <target depends="init,-javadoc-build" if="netbeans.home" name="-javadoc-browse" unless="no.javadoc.preview">
  1246         <nbbrowse file="${dist.javadoc.dir}/index.html"/>
  1247     </target>
  1248     <target depends="init,-javadoc-build,-javadoc-browse" description="Build Javadoc." name="javadoc"/>
  1249     <!--
  1250                 =========================
  1251                 TEST COMPILATION SECTION
  1252                 =========================
  1253             -->
  1254     <target depends="init,compile" if="have.tests" name="-pre-pre-compile-test">
  1255         <mkdir dir="${build.test.classes.dir}"/>
  1256     </target>
  1257     <target name="-pre-compile-test">
  1258         <!-- Empty placeholder for easier customization. -->
  1259         <!-- You can override this target in the ../build.xml file. -->
  1260     </target>
  1261     <target if="do.depend.true" name="-compile-test-depend">
  1262         <j2seproject3:depend classpath="${javac.test.classpath}" destdir="${build.test.classes.dir}" srcdir="${test.src.dir}"/>
  1263     </target>
  1264     <target depends="init,deps-jar,compile,-pre-pre-compile-test,-pre-compile-test,-compile-test-depend" if="have.tests" name="-do-compile-test">
  1265         <j2seproject3:javac apgeneratedsrcdir="${build.test.classes.dir}" classpath="${javac.test.classpath}" debug="true" destdir="${build.test.classes.dir}" processorpath="${javac.test.processorpath}" srcdir="${test.src.dir}"/>
  1266         <copy todir="${build.test.classes.dir}">
  1267             <fileset dir="${test.src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
  1268         </copy>
  1269     </target>
  1270     <target name="-post-compile-test">
  1271         <!-- Empty placeholder for easier customization. -->
  1272         <!-- You can override this target in the ../build.xml file. -->
  1273     </target>
  1274     <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test,-do-compile-test,-post-compile-test" name="compile-test"/>
  1275     <target name="-pre-compile-test-single">
  1276         <!-- Empty placeholder for easier customization. -->
  1277         <!-- You can override this target in the ../build.xml file. -->
  1278     </target>
  1279     <target depends="init,deps-jar,compile,-pre-pre-compile-test,-pre-compile-test-single" if="have.tests" name="-do-compile-test-single">
  1280         <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
  1281         <j2seproject3:force-recompile destdir="${build.test.classes.dir}"/>
  1282         <j2seproject3:javac apgeneratedsrcdir="${build.test.classes.dir}" classpath="${javac.test.classpath}" debug="true" destdir="${build.test.classes.dir}" excludes="" includes="${javac.includes}" processorpath="${javac.test.processorpath}" sourcepath="${test.src.dir}" srcdir="${test.src.dir}"/>
  1283         <copy todir="${build.test.classes.dir}">
  1284             <fileset dir="${test.src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
  1285         </copy>
  1286     </target>
  1287     <target name="-post-compile-test-single">
  1288         <!-- Empty placeholder for easier customization. -->
  1289         <!-- You can override this target in the ../build.xml file. -->
  1290     </target>
  1291     <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test-single,-do-compile-test-single,-post-compile-test-single" name="compile-test-single"/>
  1292     <!--
  1293                 =======================
  1294                 TEST EXECUTION SECTION
  1295                 =======================
  1296             -->
  1297     <target depends="init" if="have.tests" name="-pre-test-run">
  1298         <mkdir dir="${build.test.results.dir}"/>
  1299     </target>
  1300     <target depends="init,compile-test,-pre-test-run" if="have.tests" name="-do-test-run">
  1301         <j2seproject3:test includes="${includes}" testincludes="**/*Test.java"/>
  1302     </target>
  1303     <target depends="init,compile-test,-pre-test-run,-do-test-run" if="have.tests" name="-post-test-run">
  1304         <fail if="tests.failed" unless="ignore.failing.tests">Some tests failed; see details above.</fail>
  1305     </target>
  1306     <target depends="init" if="have.tests" name="test-report"/>
  1307     <target depends="init" if="netbeans.home+have.tests" name="-test-browse"/>
  1308     <target depends="init,compile-test,-pre-test-run,-do-test-run,test-report,-post-test-run,-test-browse" description="Run unit tests." name="test"/>
  1309     <target depends="init" if="have.tests" name="-pre-test-run-single">
  1310         <mkdir dir="${build.test.results.dir}"/>
  1311     </target>
  1312     <target depends="init,compile-test-single,-pre-test-run-single" if="have.tests" name="-do-test-run-single">
  1313         <fail unless="test.includes">Must select some files in the IDE or set test.includes</fail>
  1314         <j2seproject3:test excludes="" includes="${test.includes}" testincludes="${test.includes}"/>
  1315     </target>
  1316     <target depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single" if="have.tests" name="-post-test-run-single">
  1317         <fail if="tests.failed" unless="ignore.failing.tests">Some tests failed; see details above.</fail>
  1318     </target>
  1319     <target depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single,-post-test-run-single" description="Run single unit test." name="test-single"/>
  1320     <target depends="init,compile-test-single,-pre-test-run-single" if="have.tests" name="-do-test-run-single-method">
  1321         <fail unless="test.class">Must select some files in the IDE or set test.class</fail>
  1322         <fail unless="test.method">Must select some method in the IDE or set test.method</fail>
  1323         <j2seproject3:test excludes="" includes="${javac.includes}" testincludes="${test.class}" testmethods="${test.method}"/>
  1324     </target>
  1325     <target depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single-method" if="have.tests" name="-post-test-run-single-method">
  1326         <fail if="tests.failed" unless="ignore.failing.tests">Some tests failed; see details above.</fail>
  1327     </target>
  1328     <target depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single-method,-post-test-run-single-method" description="Run single unit test." name="test-single-method"/>
  1329     <!--
  1330                 =======================
  1331                 TEST DEBUGGING SECTION
  1332                 =======================
  1333             -->
  1334     <target depends="init,compile-test-single,-pre-test-run-single" if="have.tests" name="-debug-start-debuggee-test">
  1335         <fail unless="test.class">Must select one file in the IDE or set test.class</fail>
  1336         <j2seproject3:test-debug excludes="" includes="${javac.includes}" testClass="${test.class}" testincludes="${javac.includes}"/>
  1337     </target>
  1338     <target depends="init,compile-test-single,-pre-test-run-single" if="have.tests" name="-debug-start-debuggee-test-method">
  1339         <fail unless="test.class">Must select one file in the IDE or set test.class</fail>
  1340         <fail unless="test.method">Must select some method in the IDE or set test.method</fail>
  1341         <j2seproject3:test-debug excludes="" includes="${javac.includes}" testClass="${test.class}" testMethod="${test.method}" testincludes="${test.class}" testmethods="${test.method}"/>
  1342     </target>
  1343     <target depends="init,compile-test" if="netbeans.home+have.tests" name="-debug-start-debugger-test">
  1344         <j2seproject1:nbjpdastart classpath="${debug.test.classpath}" name="${test.class}"/>
  1345     </target>
  1346     <target depends="init,compile-test-single,-debug-start-debugger-test,-debug-start-debuggee-test" name="debug-test"/>
  1347     <target depends="init,compile-test-single,-debug-start-debugger-test,-debug-start-debuggee-test-method" name="debug-test-method"/>
  1348     <target depends="init,-pre-debug-fix,compile-test-single" if="netbeans.home" name="-do-debug-fix-test">
  1349         <j2seproject1:nbjpdareload dir="${build.test.classes.dir}"/>
  1350     </target>
  1351     <target depends="init,-pre-debug-fix,-do-debug-fix-test" if="netbeans.home" name="debug-fix-test"/>
  1352     <!--
  1353                 =========================
  1354                 APPLET EXECUTION SECTION
  1355                 =========================
  1356             -->
  1357     <target depends="init,compile-single" name="run-applet">
  1358         <fail unless="applet.url">Must select one file in the IDE or set applet.url</fail>
  1359         <j2seproject1:java classname="sun.applet.AppletViewer">
  1360             <customize>
  1361                 <arg value="${applet.url}"/>
  1362             </customize>
  1363         </j2seproject1:java>
  1364     </target>
  1365     <!--
  1366                 =========================
  1367                 APPLET DEBUGGING  SECTION
  1368                 =========================
  1369             -->
  1370     <target depends="init,compile-single" if="netbeans.home" name="-debug-start-debuggee-applet">
  1371         <fail unless="applet.url">Must select one file in the IDE or set applet.url</fail>
  1372         <j2seproject3:debug classname="sun.applet.AppletViewer">
  1373             <customize>
  1374                 <arg value="${applet.url}"/>
  1375             </customize>
  1376         </j2seproject3:debug>
  1377     </target>
  1378     <target depends="init,compile-single,-debug-start-debugger,-debug-start-debuggee-applet" if="netbeans.home" name="debug-applet"/>
  1379     <!--
  1380                 ===============
  1381                 CLEANUP SECTION
  1382                 ===============
  1383             -->
  1384     <target name="-deps-clean-init" unless="built-clean.properties">
  1385         <property location="${build.dir}/built-clean.properties" name="built-clean.properties"/>
  1386         <delete file="${built-clean.properties}" quiet="true"/>
  1387     </target>
  1388     <target if="already.built.clean.${basedir}" name="-warn-already-built-clean">
  1389         <echo level="warn" message="Cycle detected: parameter-lister was already built"/>
  1390     </target>
  1391     <target depends="init,-deps-clean-init" name="deps-clean" unless="no.deps">
  1392         <mkdir dir="${build.dir}"/>
  1393         <touch file="${built-clean.properties}" verbose="false"/>
  1394         <property file="${built-clean.properties}" prefix="already.built.clean."/>
  1395         <antcall target="-warn-already-built-clean"/>
  1396         <propertyfile file="${built-clean.properties}">
  1397             <entry key="${basedir}" value=""/>
  1398         </propertyfile>
  1399     </target>
  1400     <target depends="init" name="-do-clean">
  1401         <delete dir="${build.dir}"/>
  1402         <delete dir="${dist.dir}" followsymlinks="false" includeemptydirs="true"/>
  1403     </target>
  1404     <target name="-post-clean">
  1405         <!-- Empty placeholder for easier customization. -->
  1406         <!-- You can override this target in the ../build.xml file. -->
  1407     </target>
  1408     <target depends="init,deps-clean,-do-clean,-post-clean" description="Clean build products." name="clean"/>
  1409     <target name="-check-call-dep">
  1410         <property file="${call.built.properties}" prefix="already.built."/>
  1411         <condition property="should.call.dep">
  1412             <and>
  1413                 <not>
  1414                     <isset property="already.built.${call.subproject}"/>
  1415                 </not>
  1416                 <available file="${call.script}"/>
  1417             </and>
  1418         </condition>
  1419     </target>
  1420     <target depends="-check-call-dep" if="should.call.dep" name="-maybe-call-dep">
  1421         <ant antfile="${call.script}" inheritall="false" target="${call.target}">
  1422             <propertyset>
  1423                 <propertyref prefix="transfer."/>
  1424                 <mapper from="transfer.*" to="*" type="glob"/>
  1425             </propertyset>
  1426         </ant>
  1427     </target>
  1428 </project>