java/nekurak.net-lib/nbproject/build-impl.xml
author František Kučera <franta-hg@frantovo.cz>
Thu Feb 11 08:52:50 2010 +0100 (2010-02-11)
changeset 27 88f3012c60a2
child 142 44ef544460ca
permissions -rw-r--r--
Přidání projektů: ear, ejb a lib.
franta-hg@27
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@27
     2
<!--
franta-hg@27
     3
*** GENERATED FROM project.xml - DO NOT EDIT  ***
franta-hg@27
     4
***         EDIT ../build.xml INSTEAD         ***
franta-hg@27
     5
franta-hg@27
     6
For the purpose of easier reading the script
franta-hg@27
     7
is divided into following sections:
franta-hg@27
     8
franta-hg@27
     9
  - initialization
franta-hg@27
    10
  - compilation
franta-hg@27
    11
  - jar
franta-hg@27
    12
  - execution
franta-hg@27
    13
  - debugging
franta-hg@27
    14
  - javadoc
franta-hg@27
    15
  - junit compilation
franta-hg@27
    16
  - junit execution
franta-hg@27
    17
  - junit debugging
franta-hg@27
    18
  - applet
franta-hg@27
    19
  - cleanup
franta-hg@27
    20
franta-hg@27
    21
        -->
franta-hg@27
    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="nekurak.net-lib-impl">
franta-hg@27
    23
    <fail message="Please build using Ant 1.7.1 or higher.">
franta-hg@27
    24
        <condition>
franta-hg@27
    25
            <not>
franta-hg@27
    26
                <antversion atleast="1.7.1"/>
franta-hg@27
    27
            </not>
franta-hg@27
    28
        </condition>
franta-hg@27
    29
    </fail>
franta-hg@27
    30
    <target depends="test,jar,javadoc" description="Build and test whole project." name="default"/>
franta-hg@27
    31
    <!-- 
franta-hg@27
    32
                ======================
franta-hg@27
    33
                INITIALIZATION SECTION 
franta-hg@27
    34
                ======================
franta-hg@27
    35
            -->
franta-hg@27
    36
    <target name="-pre-init">
franta-hg@27
    37
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
    38
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
    39
    </target>
franta-hg@27
    40
    <target depends="-pre-init" name="-init-private">
franta-hg@27
    41
        <property file="nbproject/private/config.properties"/>
franta-hg@27
    42
        <property file="nbproject/private/configs/${config}.properties"/>
franta-hg@27
    43
        <property file="nbproject/private/private.properties"/>
franta-hg@27
    44
    </target>
franta-hg@27
    45
    <target depends="-pre-init,-init-private" name="-init-user">
franta-hg@27
    46
        <property file="${user.properties.file}"/>
franta-hg@27
    47
        <!-- The two properties below are usually overridden -->
franta-hg@27
    48
        <!-- by the active platform. Just a fallback. -->
franta-hg@27
    49
        <property name="default.javac.source" value="1.4"/>
franta-hg@27
    50
        <property name="default.javac.target" value="1.4"/>
franta-hg@27
    51
    </target>
franta-hg@27
    52
    <target depends="-pre-init,-init-private,-init-user" name="-init-project">
franta-hg@27
    53
        <property file="nbproject/configs/${config}.properties"/>
franta-hg@27
    54
        <property file="nbproject/project.properties"/>
franta-hg@27
    55
    </target>
franta-hg@27
    56
    <target depends="-pre-init,-init-private,-init-user,-init-project,-init-macrodef-property" name="-do-init">
franta-hg@27
    57
        <available file="${manifest.file}" property="manifest.available"/>
franta-hg@27
    58
        <condition property="main.class.available">
franta-hg@27
    59
            <and>
franta-hg@27
    60
                <isset property="main.class"/>
franta-hg@27
    61
                <not>
franta-hg@27
    62
                    <equals arg1="${main.class}" arg2="" trim="true"/>
franta-hg@27
    63
                </not>
franta-hg@27
    64
            </and>
franta-hg@27
    65
        </condition>
franta-hg@27
    66
        <condition property="manifest.available+main.class">
franta-hg@27
    67
            <and>
franta-hg@27
    68
                <isset property="manifest.available"/>
franta-hg@27
    69
                <isset property="main.class.available"/>
franta-hg@27
    70
            </and>
franta-hg@27
    71
        </condition>
franta-hg@27
    72
        <condition property="do.mkdist">
franta-hg@27
    73
            <and>
franta-hg@27
    74
                <isset property="libs.CopyLibs.classpath"/>
franta-hg@27
    75
                <not>
franta-hg@27
    76
                    <istrue value="${mkdist.disabled}"/>
franta-hg@27
    77
                </not>
franta-hg@27
    78
            </and>
franta-hg@27
    79
        </condition>
franta-hg@27
    80
        <condition property="manifest.available+main.class+mkdist.available">
franta-hg@27
    81
            <and>
franta-hg@27
    82
                <istrue value="${manifest.available+main.class}"/>
franta-hg@27
    83
                <isset property="do.mkdist"/>
franta-hg@27
    84
            </and>
franta-hg@27
    85
        </condition>
franta-hg@27
    86
        <condition property="manifest.available+mkdist.available">
franta-hg@27
    87
            <and>
franta-hg@27
    88
                <istrue value="${manifest.available}"/>
franta-hg@27
    89
                <isset property="do.mkdist"/>
franta-hg@27
    90
            </and>
franta-hg@27
    91
        </condition>
franta-hg@27
    92
        <condition property="manifest.available-mkdist.available">
franta-hg@27
    93
            <or>
franta-hg@27
    94
                <istrue value="${manifest.available}"/>
franta-hg@27
    95
                <isset property="do.mkdist"/>
franta-hg@27
    96
            </or>
franta-hg@27
    97
        </condition>
franta-hg@27
    98
        <condition property="manifest.available+main.class-mkdist.available">
franta-hg@27
    99
            <or>
franta-hg@27
   100
                <istrue value="${manifest.available+main.class}"/>
franta-hg@27
   101
                <isset property="do.mkdist"/>
franta-hg@27
   102
            </or>
franta-hg@27
   103
        </condition>
franta-hg@27
   104
        <condition property="have.tests">
franta-hg@27
   105
            <or>
franta-hg@27
   106
                <available file="${test.src.dir}"/>
franta-hg@27
   107
            </or>
franta-hg@27
   108
        </condition>
franta-hg@27
   109
        <condition property="have.sources">
franta-hg@27
   110
            <or>
franta-hg@27
   111
                <available file="${src.dir}"/>
franta-hg@27
   112
            </or>
franta-hg@27
   113
        </condition>
franta-hg@27
   114
        <condition property="netbeans.home+have.tests">
franta-hg@27
   115
            <and>
franta-hg@27
   116
                <isset property="netbeans.home"/>
franta-hg@27
   117
                <isset property="have.tests"/>
franta-hg@27
   118
            </and>
franta-hg@27
   119
        </condition>
franta-hg@27
   120
        <condition property="no.javadoc.preview">
franta-hg@27
   121
            <and>
franta-hg@27
   122
                <isset property="javadoc.preview"/>
franta-hg@27
   123
                <isfalse value="${javadoc.preview}"/>
franta-hg@27
   124
            </and>
franta-hg@27
   125
        </condition>
franta-hg@27
   126
        <property name="run.jvmargs" value=""/>
franta-hg@27
   127
        <property name="javac.compilerargs" value=""/>
franta-hg@27
   128
        <property name="work.dir" value="${basedir}"/>
franta-hg@27
   129
        <condition property="no.deps">
franta-hg@27
   130
            <and>
franta-hg@27
   131
                <istrue value="${no.dependencies}"/>
franta-hg@27
   132
            </and>
franta-hg@27
   133
        </condition>
franta-hg@27
   134
        <property name="javac.debug" value="true"/>
franta-hg@27
   135
        <property name="javadoc.preview" value="true"/>
franta-hg@27
   136
        <property name="application.args" value=""/>
franta-hg@27
   137
        <property name="source.encoding" value="${file.encoding}"/>
franta-hg@27
   138
        <property name="runtime.encoding" value="${source.encoding}"/>
franta-hg@27
   139
        <condition property="javadoc.encoding.used" value="${javadoc.encoding}">
franta-hg@27
   140
            <and>
franta-hg@27
   141
                <isset property="javadoc.encoding"/>
franta-hg@27
   142
                <not>
franta-hg@27
   143
                    <equals arg1="${javadoc.encoding}" arg2=""/>
franta-hg@27
   144
                </not>
franta-hg@27
   145
            </and>
franta-hg@27
   146
        </condition>
franta-hg@27
   147
        <property name="javadoc.encoding.used" value="${source.encoding}"/>
franta-hg@27
   148
        <property name="includes" value="**"/>
franta-hg@27
   149
        <property name="excludes" value=""/>
franta-hg@27
   150
        <property name="do.depend" value="false"/>
franta-hg@27
   151
        <condition property="do.depend.true">
franta-hg@27
   152
            <istrue value="${do.depend}"/>
franta-hg@27
   153
        </condition>
franta-hg@27
   154
        <path id="endorsed.classpath.path" path="${endorsed.classpath}"/>
franta-hg@27
   155
        <condition else="" property="endorsed.classpath.cmd.line.arg" value="-Xbootclasspath/p:'${toString:endorsed.classpath.path}'">
franta-hg@27
   156
            <length length="0" string="${endorsed.classpath}" when="greater"/>
franta-hg@27
   157
        </condition>
franta-hg@27
   158
        <property name="javac.fork" value="false"/>
franta-hg@27
   159
    </target>
franta-hg@27
   160
    <target name="-post-init">
franta-hg@27
   161
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   162
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   163
    </target>
franta-hg@27
   164
    <target depends="-pre-init,-init-private,-init-user,-init-project,-do-init" name="-init-check">
franta-hg@27
   165
        <fail unless="src.dir">Must set src.dir</fail>
franta-hg@27
   166
        <fail unless="test.src.dir">Must set test.src.dir</fail>
franta-hg@27
   167
        <fail unless="build.dir">Must set build.dir</fail>
franta-hg@27
   168
        <fail unless="dist.dir">Must set dist.dir</fail>
franta-hg@27
   169
        <fail unless="build.classes.dir">Must set build.classes.dir</fail>
franta-hg@27
   170
        <fail unless="dist.javadoc.dir">Must set dist.javadoc.dir</fail>
franta-hg@27
   171
        <fail unless="build.test.classes.dir">Must set build.test.classes.dir</fail>
franta-hg@27
   172
        <fail unless="build.test.results.dir">Must set build.test.results.dir</fail>
franta-hg@27
   173
        <fail unless="build.classes.excludes">Must set build.classes.excludes</fail>
franta-hg@27
   174
        <fail unless="dist.jar">Must set dist.jar</fail>
franta-hg@27
   175
    </target>
franta-hg@27
   176
    <target name="-init-macrodef-property">
franta-hg@27
   177
        <macrodef name="property" uri="http://www.netbeans.org/ns/j2se-project/1">
franta-hg@27
   178
            <attribute name="name"/>
franta-hg@27
   179
            <attribute name="value"/>
franta-hg@27
   180
            <sequential>
franta-hg@27
   181
                <property name="@{name}" value="${@{value}}"/>
franta-hg@27
   182
            </sequential>
franta-hg@27
   183
        </macrodef>
franta-hg@27
   184
    </target>
franta-hg@27
   185
    <target name="-init-macrodef-javac">
franta-hg@27
   186
        <macrodef name="javac" uri="http://www.netbeans.org/ns/j2se-project/3">
franta-hg@27
   187
            <attribute default="${src.dir}" name="srcdir"/>
franta-hg@27
   188
            <attribute default="${build.classes.dir}" name="destdir"/>
franta-hg@27
   189
            <attribute default="${javac.classpath}" name="classpath"/>
franta-hg@27
   190
            <attribute default="${includes}" name="includes"/>
franta-hg@27
   191
            <attribute default="${excludes}" name="excludes"/>
franta-hg@27
   192
            <attribute default="${javac.debug}" name="debug"/>
franta-hg@27
   193
            <attribute default="${empty.dir}" name="sourcepath"/>
franta-hg@27
   194
            <attribute default="${empty.dir}" name="gensrcdir"/>
franta-hg@27
   195
            <element name="customize" optional="true"/>
franta-hg@27
   196
            <sequential>
franta-hg@27
   197
                <property location="${build.dir}/empty" name="empty.dir"/>
franta-hg@27
   198
                <mkdir dir="${empty.dir}"/>
franta-hg@27
   199
                <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}">
franta-hg@27
   200
                    <src>
franta-hg@27
   201
                        <dirset dir="@{gensrcdir}" erroronmissingdir="false">
franta-hg@27
   202
                            <include name="*"/>
franta-hg@27
   203
                        </dirset>
franta-hg@27
   204
                    </src>
franta-hg@27
   205
                    <classpath>
franta-hg@27
   206
                        <path path="@{classpath}"/>
franta-hg@27
   207
                    </classpath>
franta-hg@27
   208
                    <compilerarg line="${endorsed.classpath.cmd.line.arg}"/>
franta-hg@27
   209
                    <compilerarg line="${javac.compilerargs}"/>
franta-hg@27
   210
                    <customize/>
franta-hg@27
   211
                </javac>
franta-hg@27
   212
            </sequential>
franta-hg@27
   213
        </macrodef>
franta-hg@27
   214
        <macrodef name="depend" uri="http://www.netbeans.org/ns/j2se-project/3">
franta-hg@27
   215
            <attribute default="${src.dir}" name="srcdir"/>
franta-hg@27
   216
            <attribute default="${build.classes.dir}" name="destdir"/>
franta-hg@27
   217
            <attribute default="${javac.classpath}" name="classpath"/>
franta-hg@27
   218
            <sequential>
franta-hg@27
   219
                <depend cache="${build.dir}/depcache" destdir="@{destdir}" excludes="${excludes}" includes="${includes}" srcdir="@{srcdir}">
franta-hg@27
   220
                    <classpath>
franta-hg@27
   221
                        <path path="@{classpath}"/>
franta-hg@27
   222
                    </classpath>
franta-hg@27
   223
                </depend>
franta-hg@27
   224
            </sequential>
franta-hg@27
   225
        </macrodef>
franta-hg@27
   226
        <macrodef name="force-recompile" uri="http://www.netbeans.org/ns/j2se-project/3">
franta-hg@27
   227
            <attribute default="${build.classes.dir}" name="destdir"/>
franta-hg@27
   228
            <sequential>
franta-hg@27
   229
                <fail unless="javac.includes">Must set javac.includes</fail>
franta-hg@27
   230
                <pathconvert pathsep="," property="javac.includes.binary">
franta-hg@27
   231
                    <path>
franta-hg@27
   232
                        <filelist dir="@{destdir}" files="${javac.includes}"/>
franta-hg@27
   233
                    </path>
franta-hg@27
   234
                    <globmapper from="*.java" to="*.class"/>
franta-hg@27
   235
                </pathconvert>
franta-hg@27
   236
                <delete>
franta-hg@27
   237
                    <files includes="${javac.includes.binary}"/>
franta-hg@27
   238
                </delete>
franta-hg@27
   239
            </sequential>
franta-hg@27
   240
        </macrodef>
franta-hg@27
   241
    </target>
franta-hg@27
   242
    <target name="-init-macrodef-junit">
franta-hg@27
   243
        <macrodef name="junit" uri="http://www.netbeans.org/ns/j2se-project/3">
franta-hg@27
   244
            <attribute default="${includes}" name="includes"/>
franta-hg@27
   245
            <attribute default="${excludes}" name="excludes"/>
franta-hg@27
   246
            <attribute default="**" name="testincludes"/>
franta-hg@27
   247
            <sequential>
franta-hg@27
   248
                <junit dir="${work.dir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" showoutput="true" tempdir="${build.dir}">
franta-hg@27
   249
                    <batchtest todir="${build.test.results.dir}">
franta-hg@27
   250
                        <fileset dir="${test.src.dir}" excludes="@{excludes},${excludes}" includes="@{includes}">
franta-hg@27
   251
                            <filename name="@{testincludes}"/>
franta-hg@27
   252
                        </fileset>
franta-hg@27
   253
                    </batchtest>
franta-hg@27
   254
                    <classpath>
franta-hg@27
   255
                        <path path="${run.test.classpath}"/>
franta-hg@27
   256
                    </classpath>
franta-hg@27
   257
                    <syspropertyset>
franta-hg@27
   258
                        <propertyref prefix="test-sys-prop."/>
franta-hg@27
   259
                        <mapper from="test-sys-prop.*" to="*" type="glob"/>
franta-hg@27
   260
                    </syspropertyset>
franta-hg@27
   261
                    <formatter type="brief" usefile="false"/>
franta-hg@27
   262
                    <formatter type="xml"/>
franta-hg@27
   263
                    <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
franta-hg@27
   264
                    <jvmarg line="${run.jvmargs}"/>
franta-hg@27
   265
                </junit>
franta-hg@27
   266
            </sequential>
franta-hg@27
   267
        </macrodef>
franta-hg@27
   268
    </target>
franta-hg@27
   269
    <target depends="-init-debug-args" name="-init-macrodef-nbjpda">
franta-hg@27
   270
        <macrodef name="nbjpdastart" uri="http://www.netbeans.org/ns/j2se-project/1">
franta-hg@27
   271
            <attribute default="${main.class}" name="name"/>
franta-hg@27
   272
            <attribute default="${debug.classpath}" name="classpath"/>
franta-hg@27
   273
            <attribute default="" name="stopclassname"/>
franta-hg@27
   274
            <sequential>
franta-hg@27
   275
                <nbjpdastart addressproperty="jpda.address" name="@{name}" stopclassname="@{stopclassname}" transport="${debug-transport}">
franta-hg@27
   276
                    <classpath>
franta-hg@27
   277
                        <path path="@{classpath}"/>
franta-hg@27
   278
                    </classpath>
franta-hg@27
   279
                </nbjpdastart>
franta-hg@27
   280
            </sequential>
franta-hg@27
   281
        </macrodef>
franta-hg@27
   282
        <macrodef name="nbjpdareload" uri="http://www.netbeans.org/ns/j2se-project/1">
franta-hg@27
   283
            <attribute default="${build.classes.dir}" name="dir"/>
franta-hg@27
   284
            <sequential>
franta-hg@27
   285
                <nbjpdareload>
franta-hg@27
   286
                    <fileset dir="@{dir}" includes="${fix.classes}">
franta-hg@27
   287
                        <include name="${fix.includes}*.class"/>
franta-hg@27
   288
                    </fileset>
franta-hg@27
   289
                </nbjpdareload>
franta-hg@27
   290
            </sequential>
franta-hg@27
   291
        </macrodef>
franta-hg@27
   292
    </target>
franta-hg@27
   293
    <target name="-init-debug-args">
franta-hg@27
   294
        <property name="version-output" value="java version &quot;${ant.java.version}"/>
franta-hg@27
   295
        <condition property="have-jdk-older-than-1.4">
franta-hg@27
   296
            <or>
franta-hg@27
   297
                <contains string="${version-output}" substring="java version &quot;1.0"/>
franta-hg@27
   298
                <contains string="${version-output}" substring="java version &quot;1.1"/>
franta-hg@27
   299
                <contains string="${version-output}" substring="java version &quot;1.2"/>
franta-hg@27
   300
                <contains string="${version-output}" substring="java version &quot;1.3"/>
franta-hg@27
   301
            </or>
franta-hg@27
   302
        </condition>
franta-hg@27
   303
        <condition else="-Xdebug" property="debug-args-line" value="-Xdebug -Xnoagent -Djava.compiler=none">
franta-hg@27
   304
            <istrue value="${have-jdk-older-than-1.4}"/>
franta-hg@27
   305
        </condition>
franta-hg@27
   306
        <condition else="dt_socket" property="debug-transport-by-os" value="dt_shmem">
franta-hg@27
   307
            <os family="windows"/>
franta-hg@27
   308
        </condition>
franta-hg@27
   309
        <condition else="${debug-transport-by-os}" property="debug-transport" value="${debug.transport}">
franta-hg@27
   310
            <isset property="debug.transport"/>
franta-hg@27
   311
        </condition>
franta-hg@27
   312
    </target>
franta-hg@27
   313
    <target depends="-init-debug-args" name="-init-macrodef-debug">
franta-hg@27
   314
        <macrodef name="debug" uri="http://www.netbeans.org/ns/j2se-project/3">
franta-hg@27
   315
            <attribute default="${main.class}" name="classname"/>
franta-hg@27
   316
            <attribute default="${debug.classpath}" name="classpath"/>
franta-hg@27
   317
            <element name="customize" optional="true"/>
franta-hg@27
   318
            <sequential>
franta-hg@27
   319
                <java classname="@{classname}" dir="${work.dir}" fork="true">
franta-hg@27
   320
                    <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
franta-hg@27
   321
                    <jvmarg line="${debug-args-line}"/>
franta-hg@27
   322
                    <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
franta-hg@27
   323
                    <jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
franta-hg@27
   324
                    <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/>
franta-hg@27
   325
                    <jvmarg line="${run.jvmargs}"/>
franta-hg@27
   326
                    <classpath>
franta-hg@27
   327
                        <path path="@{classpath}"/>
franta-hg@27
   328
                    </classpath>
franta-hg@27
   329
                    <syspropertyset>
franta-hg@27
   330
                        <propertyref prefix="run-sys-prop."/>
franta-hg@27
   331
                        <mapper from="run-sys-prop.*" to="*" type="glob"/>
franta-hg@27
   332
                    </syspropertyset>
franta-hg@27
   333
                    <customize/>
franta-hg@27
   334
                </java>
franta-hg@27
   335
            </sequential>
franta-hg@27
   336
        </macrodef>
franta-hg@27
   337
    </target>
franta-hg@27
   338
    <target name="-init-macrodef-java">
franta-hg@27
   339
        <macrodef name="java" uri="http://www.netbeans.org/ns/j2se-project/1">
franta-hg@27
   340
            <attribute default="${main.class}" name="classname"/>
franta-hg@27
   341
            <attribute default="${run.classpath}" name="classpath"/>
franta-hg@27
   342
            <element name="customize" optional="true"/>
franta-hg@27
   343
            <sequential>
franta-hg@27
   344
                <java classname="@{classname}" dir="${work.dir}" fork="true">
franta-hg@27
   345
                    <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
franta-hg@27
   346
                    <jvmarg value="-Dfile.encoding=${runtime.encoding}"/>
franta-hg@27
   347
                    <redirector errorencoding="${runtime.encoding}" inputencoding="${runtime.encoding}" outputencoding="${runtime.encoding}"/>
franta-hg@27
   348
                    <jvmarg line="${run.jvmargs}"/>
franta-hg@27
   349
                    <classpath>
franta-hg@27
   350
                        <path path="@{classpath}"/>
franta-hg@27
   351
                    </classpath>
franta-hg@27
   352
                    <syspropertyset>
franta-hg@27
   353
                        <propertyref prefix="run-sys-prop."/>
franta-hg@27
   354
                        <mapper from="run-sys-prop.*" to="*" type="glob"/>
franta-hg@27
   355
                    </syspropertyset>
franta-hg@27
   356
                    <customize/>
franta-hg@27
   357
                </java>
franta-hg@27
   358
            </sequential>
franta-hg@27
   359
        </macrodef>
franta-hg@27
   360
    </target>
franta-hg@27
   361
    <target name="-init-presetdef-jar">
franta-hg@27
   362
        <presetdef name="jar" uri="http://www.netbeans.org/ns/j2se-project/1">
franta-hg@27
   363
            <jar compress="${jar.compress}" jarfile="${dist.jar}">
franta-hg@27
   364
                <j2seproject1:fileset dir="${build.classes.dir}"/>
franta-hg@27
   365
            </jar>
franta-hg@27
   366
        </presetdef>
franta-hg@27
   367
    </target>
franta-hg@27
   368
    <target depends="-pre-init,-init-private,-init-user,-init-project,-do-init,-post-init,-init-check,-init-macrodef-property,-init-macrodef-javac,-init-macrodef-junit,-init-macrodef-nbjpda,-init-macrodef-debug,-init-macrodef-java,-init-presetdef-jar" name="init"/>
franta-hg@27
   369
    <!--
franta-hg@27
   370
                ===================
franta-hg@27
   371
                COMPILATION SECTION
franta-hg@27
   372
                ===================
franta-hg@27
   373
            -->
franta-hg@27
   374
    <target name="-deps-jar-init" unless="built-jar.properties">
franta-hg@27
   375
        <property location="${build.dir}/built-jar.properties" name="built-jar.properties"/>
franta-hg@27
   376
        <delete file="${built-jar.properties}" quiet="true"/>
franta-hg@27
   377
    </target>
franta-hg@27
   378
    <target if="already.built.jar.${basedir}" name="-warn-already-built-jar">
franta-hg@27
   379
        <echo level="warn" message="Cycle detected: nekurak.net-lib was already built"/>
franta-hg@27
   380
    </target>
franta-hg@27
   381
    <target depends="init,-deps-jar-init" name="deps-jar" unless="no.deps">
franta-hg@27
   382
        <mkdir dir="${build.dir}"/>
franta-hg@27
   383
        <touch file="${built-jar.properties}" verbose="false"/>
franta-hg@27
   384
        <property file="${built-jar.properties}" prefix="already.built.jar."/>
franta-hg@27
   385
        <antcall target="-warn-already-built-jar"/>
franta-hg@27
   386
        <propertyfile file="${built-jar.properties}">
franta-hg@27
   387
            <entry key="${basedir}" value=""/>
franta-hg@27
   388
        </propertyfile>
franta-hg@27
   389
    </target>
franta-hg@27
   390
    <target depends="init,-check-automatic-build,-clean-after-automatic-build" name="-verify-automatic-build"/>
franta-hg@27
   391
    <target depends="init" name="-check-automatic-build">
franta-hg@27
   392
        <available file="${build.classes.dir}/.netbeans_automatic_build" property="netbeans.automatic.build"/>
franta-hg@27
   393
    </target>
franta-hg@27
   394
    <target depends="init" if="netbeans.automatic.build" name="-clean-after-automatic-build">
franta-hg@27
   395
        <antcall target="clean"/>
franta-hg@27
   396
    </target>
franta-hg@27
   397
    <target depends="init,deps-jar" name="-pre-pre-compile">
franta-hg@27
   398
        <mkdir dir="${build.classes.dir}"/>
franta-hg@27
   399
    </target>
franta-hg@27
   400
    <target name="-pre-compile">
franta-hg@27
   401
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   402
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   403
    </target>
franta-hg@27
   404
    <target if="do.depend.true" name="-compile-depend">
franta-hg@27
   405
        <pathconvert property="build.generated.subdirs">
franta-hg@27
   406
            <dirset dir="${build.generated.sources.dir}" erroronmissingdir="false">
franta-hg@27
   407
                <include name="*"/>
franta-hg@27
   408
            </dirset>
franta-hg@27
   409
        </pathconvert>
franta-hg@27
   410
        <j2seproject3:depend srcdir="${src.dir}:${build.generated.subdirs}"/>
franta-hg@27
   411
    </target>
franta-hg@27
   412
    <target depends="init,deps-jar,-pre-pre-compile,-pre-compile,-compile-depend" if="have.sources" name="-do-compile">
franta-hg@27
   413
        <j2seproject3:javac gensrcdir="${build.generated.sources.dir}"/>
franta-hg@27
   414
        <copy todir="${build.classes.dir}">
franta-hg@27
   415
            <fileset dir="${src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
franta-hg@27
   416
        </copy>
franta-hg@27
   417
    </target>
franta-hg@27
   418
    <target name="-post-compile">
franta-hg@27
   419
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   420
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   421
    </target>
franta-hg@27
   422
    <target depends="init,deps-jar,-verify-automatic-build,-pre-pre-compile,-pre-compile,-do-compile,-post-compile" description="Compile project." name="compile"/>
franta-hg@27
   423
    <target name="-pre-compile-single">
franta-hg@27
   424
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   425
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   426
    </target>
franta-hg@27
   427
    <target depends="init,deps-jar,-pre-pre-compile" name="-do-compile-single">
franta-hg@27
   428
        <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
franta-hg@27
   429
        <j2seproject3:force-recompile/>
franta-hg@27
   430
        <j2seproject3:javac excludes="" gensrcdir="${build.generated.sources.dir}" includes="${javac.includes}" sourcepath="${src.dir}"/>
franta-hg@27
   431
    </target>
franta-hg@27
   432
    <target name="-post-compile-single">
franta-hg@27
   433
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   434
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   435
    </target>
franta-hg@27
   436
    <target depends="init,deps-jar,-verify-automatic-build,-pre-pre-compile,-pre-compile-single,-do-compile-single,-post-compile-single" name="compile-single"/>
franta-hg@27
   437
    <!--
franta-hg@27
   438
                ====================
franta-hg@27
   439
                JAR BUILDING SECTION
franta-hg@27
   440
                ====================
franta-hg@27
   441
            -->
franta-hg@27
   442
    <target depends="init" name="-pre-pre-jar">
franta-hg@27
   443
        <dirname file="${dist.jar}" property="dist.jar.dir"/>
franta-hg@27
   444
        <mkdir dir="${dist.jar.dir}"/>
franta-hg@27
   445
    </target>
franta-hg@27
   446
    <target name="-pre-jar">
franta-hg@27
   447
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   448
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   449
    </target>
franta-hg@27
   450
    <target depends="init,compile,-pre-pre-jar,-pre-jar" name="-do-jar-without-manifest" unless="manifest.available-mkdist.available">
franta-hg@27
   451
        <j2seproject1:jar/>
franta-hg@27
   452
    </target>
franta-hg@27
   453
    <target depends="init,compile,-pre-pre-jar,-pre-jar" if="manifest.available" name="-do-jar-with-manifest" unless="manifest.available+main.class-mkdist.available">
franta-hg@27
   454
        <j2seproject1:jar manifest="${manifest.file}"/>
franta-hg@27
   455
    </target>
franta-hg@27
   456
    <target depends="init,compile,-pre-pre-jar,-pre-jar" if="manifest.available+main.class" name="-do-jar-with-mainclass" unless="manifest.available+main.class+mkdist.available">
franta-hg@27
   457
        <j2seproject1:jar manifest="${manifest.file}">
franta-hg@27
   458
            <j2seproject1:manifest>
franta-hg@27
   459
                <j2seproject1:attribute name="Main-Class" value="${main.class}"/>
franta-hg@27
   460
            </j2seproject1:manifest>
franta-hg@27
   461
        </j2seproject1:jar>
franta-hg@27
   462
        <echo>To run this application from the command line without Ant, try:</echo>
franta-hg@27
   463
        <property location="${build.classes.dir}" name="build.classes.dir.resolved"/>
franta-hg@27
   464
        <property location="${dist.jar}" name="dist.jar.resolved"/>
franta-hg@27
   465
        <pathconvert property="run.classpath.with.dist.jar">
franta-hg@27
   466
            <path path="${run.classpath}"/>
franta-hg@27
   467
            <map from="${build.classes.dir.resolved}" to="${dist.jar.resolved}"/>
franta-hg@27
   468
        </pathconvert>
franta-hg@27
   469
        <echo>java -cp "${run.classpath.with.dist.jar}" ${main.class}</echo>
franta-hg@27
   470
    </target>
franta-hg@27
   471
    <target depends="init,compile,-pre-pre-jar,-pre-jar" if="manifest.available+main.class+mkdist.available" name="-do-jar-with-libraries">
franta-hg@27
   472
        <property location="${build.classes.dir}" name="build.classes.dir.resolved"/>
franta-hg@27
   473
        <pathconvert property="run.classpath.without.build.classes.dir">
franta-hg@27
   474
            <path path="${run.classpath}"/>
franta-hg@27
   475
            <map from="${build.classes.dir.resolved}" to=""/>
franta-hg@27
   476
        </pathconvert>
franta-hg@27
   477
        <pathconvert pathsep=" " property="jar.classpath">
franta-hg@27
   478
            <path path="${run.classpath.without.build.classes.dir}"/>
franta-hg@27
   479
            <chainedmapper>
franta-hg@27
   480
                <flattenmapper/>
franta-hg@27
   481
                <globmapper from="*" to="lib/*"/>
franta-hg@27
   482
            </chainedmapper>
franta-hg@27
   483
        </pathconvert>
franta-hg@27
   484
        <taskdef classname="org.netbeans.modules.java.j2seproject.copylibstask.CopyLibs" classpath="${libs.CopyLibs.classpath}" name="copylibs"/>
franta-hg@27
   485
        <copylibs compress="${jar.compress}" jarfile="${dist.jar}" manifest="${manifest.file}" runtimeclasspath="${run.classpath.without.build.classes.dir}">
franta-hg@27
   486
            <fileset dir="${build.classes.dir}"/>
franta-hg@27
   487
            <manifest>
franta-hg@27
   488
                <attribute name="Main-Class" value="${main.class}"/>
franta-hg@27
   489
                <attribute name="Class-Path" value="${jar.classpath}"/>
franta-hg@27
   490
            </manifest>
franta-hg@27
   491
        </copylibs>
franta-hg@27
   492
        <echo>To run this application from the command line without Ant, try:</echo>
franta-hg@27
   493
        <property location="${dist.jar}" name="dist.jar.resolved"/>
franta-hg@27
   494
        <echo>java -jar "${dist.jar.resolved}"</echo>
franta-hg@27
   495
    </target>
franta-hg@27
   496
    <target depends="init,compile,-pre-pre-jar,-pre-jar" if="manifest.available+mkdist.available" name="-do-jar-with-libraries-without-mainclass" unless="main.class.available">
franta-hg@27
   497
        <property location="${build.classes.dir}" name="build.classes.dir.resolved"/>
franta-hg@27
   498
        <pathconvert property="run.classpath.without.build.classes.dir">
franta-hg@27
   499
            <path path="${run.classpath}"/>
franta-hg@27
   500
            <map from="${build.classes.dir.resolved}" to=""/>
franta-hg@27
   501
        </pathconvert>
franta-hg@27
   502
        <pathconvert pathsep=" " property="jar.classpath">
franta-hg@27
   503
            <path path="${run.classpath.without.build.classes.dir}"/>
franta-hg@27
   504
            <chainedmapper>
franta-hg@27
   505
                <flattenmapper/>
franta-hg@27
   506
                <globmapper from="*" to="lib/*"/>
franta-hg@27
   507
            </chainedmapper>
franta-hg@27
   508
        </pathconvert>
franta-hg@27
   509
        <taskdef classname="org.netbeans.modules.java.j2seproject.copylibstask.CopyLibs" classpath="${libs.CopyLibs.classpath}" name="copylibs"/>
franta-hg@27
   510
        <copylibs compress="${jar.compress}" jarfile="${dist.jar}" manifest="${manifest.file}" runtimeclasspath="${run.classpath.without.build.classes.dir}">
franta-hg@27
   511
            <fileset dir="${build.classes.dir}"/>
franta-hg@27
   512
            <manifest>
franta-hg@27
   513
                <attribute name="Class-Path" value="${jar.classpath}"/>
franta-hg@27
   514
            </manifest>
franta-hg@27
   515
        </copylibs>
franta-hg@27
   516
    </target>
franta-hg@27
   517
    <target depends="init,compile,-pre-pre-jar,-pre-jar" if="do.mkdist" name="-do-jar-with-libraries-without-manifest" unless="manifest.available">
franta-hg@27
   518
        <property location="${build.classes.dir}" name="build.classes.dir.resolved"/>
franta-hg@27
   519
        <pathconvert property="run.classpath.without.build.classes.dir">
franta-hg@27
   520
            <path path="${run.classpath}"/>
franta-hg@27
   521
            <map from="${build.classes.dir.resolved}" to=""/>
franta-hg@27
   522
        </pathconvert>
franta-hg@27
   523
        <pathconvert pathsep=" " property="jar.classpath">
franta-hg@27
   524
            <path path="${run.classpath.without.build.classes.dir}"/>
franta-hg@27
   525
            <chainedmapper>
franta-hg@27
   526
                <flattenmapper/>
franta-hg@27
   527
                <globmapper from="*" to="lib/*"/>
franta-hg@27
   528
            </chainedmapper>
franta-hg@27
   529
        </pathconvert>
franta-hg@27
   530
        <taskdef classname="org.netbeans.modules.java.j2seproject.copylibstask.CopyLibs" classpath="${libs.CopyLibs.classpath}" name="copylibs"/>
franta-hg@27
   531
        <copylibs compress="${jar.compress}" jarfile="${dist.jar}" runtimeclasspath="${run.classpath.without.build.classes.dir}">
franta-hg@27
   532
            <fileset dir="${build.classes.dir}"/>
franta-hg@27
   533
            <manifest>
franta-hg@27
   534
                <attribute name="Class-Path" value="${jar.classpath}"/>
franta-hg@27
   535
            </manifest>
franta-hg@27
   536
        </copylibs>
franta-hg@27
   537
    </target>
franta-hg@27
   538
    <target name="-post-jar">
franta-hg@27
   539
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   540
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   541
    </target>
franta-hg@27
   542
    <target depends="init,compile,-pre-jar,-do-jar-with-manifest,-do-jar-without-manifest,-do-jar-with-mainclass,-do-jar-with-libraries,-do-jar-with-libraries-without-mainclass,-do-jar-with-libraries-without-manifest,-post-jar" description="Build JAR." name="jar"/>
franta-hg@27
   543
    <!--
franta-hg@27
   544
                =================
franta-hg@27
   545
                EXECUTION SECTION
franta-hg@27
   546
                =================
franta-hg@27
   547
            -->
franta-hg@27
   548
    <target depends="init,compile" description="Run a main class." name="run">
franta-hg@27
   549
        <j2seproject1:java>
franta-hg@27
   550
            <customize>
franta-hg@27
   551
                <arg line="${application.args}"/>
franta-hg@27
   552
            </customize>
franta-hg@27
   553
        </j2seproject1:java>
franta-hg@27
   554
    </target>
franta-hg@27
   555
    <target name="-do-not-recompile">
franta-hg@27
   556
        <property name="javac.includes.binary" value=""/>
franta-hg@27
   557
    </target>
franta-hg@27
   558
    <target depends="init,compile-single" name="run-single">
franta-hg@27
   559
        <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
franta-hg@27
   560
        <j2seproject1:java classname="${run.class}"/>
franta-hg@27
   561
    </target>
franta-hg@27
   562
    <target depends="init,compile-test-single" name="run-test-with-main">
franta-hg@27
   563
        <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
franta-hg@27
   564
        <j2seproject1:java classname="${run.class}" classpath="${run.test.classpath}"/>
franta-hg@27
   565
    </target>
franta-hg@27
   566
    <!--
franta-hg@27
   567
                =================
franta-hg@27
   568
                DEBUGGING SECTION
franta-hg@27
   569
                =================
franta-hg@27
   570
            -->
franta-hg@27
   571
    <target depends="init" if="netbeans.home" name="-debug-start-debugger">
franta-hg@27
   572
        <j2seproject1:nbjpdastart name="${debug.class}"/>
franta-hg@27
   573
    </target>
franta-hg@27
   574
    <target depends="init" if="netbeans.home" name="-debug-start-debugger-main-test">
franta-hg@27
   575
        <j2seproject1:nbjpdastart classpath="${debug.test.classpath}" name="${debug.class}"/>
franta-hg@27
   576
    </target>
franta-hg@27
   577
    <target depends="init,compile" name="-debug-start-debuggee">
franta-hg@27
   578
        <j2seproject3:debug>
franta-hg@27
   579
            <customize>
franta-hg@27
   580
                <arg line="${application.args}"/>
franta-hg@27
   581
            </customize>
franta-hg@27
   582
        </j2seproject3:debug>
franta-hg@27
   583
    </target>
franta-hg@27
   584
    <target depends="init,compile,-debug-start-debugger,-debug-start-debuggee" description="Debug project in IDE." if="netbeans.home" name="debug"/>
franta-hg@27
   585
    <target depends="init" if="netbeans.home" name="-debug-start-debugger-stepinto">
franta-hg@27
   586
        <j2seproject1:nbjpdastart stopclassname="${main.class}"/>
franta-hg@27
   587
    </target>
franta-hg@27
   588
    <target depends="init,compile,-debug-start-debugger-stepinto,-debug-start-debuggee" if="netbeans.home" name="debug-stepinto"/>
franta-hg@27
   589
    <target depends="init,compile-single" if="netbeans.home" name="-debug-start-debuggee-single">
franta-hg@27
   590
        <fail unless="debug.class">Must select one file in the IDE or set debug.class</fail>
franta-hg@27
   591
        <j2seproject3:debug classname="${debug.class}"/>
franta-hg@27
   592
    </target>
franta-hg@27
   593
    <target depends="init,compile-single,-debug-start-debugger,-debug-start-debuggee-single" if="netbeans.home" name="debug-single"/>
franta-hg@27
   594
    <target depends="init,compile-test-single" if="netbeans.home" name="-debug-start-debuggee-main-test">
franta-hg@27
   595
        <fail unless="debug.class">Must select one file in the IDE or set debug.class</fail>
franta-hg@27
   596
        <j2seproject3:debug classname="${debug.class}" classpath="${debug.test.classpath}"/>
franta-hg@27
   597
    </target>
franta-hg@27
   598
    <target depends="init,compile-test-single,-debug-start-debugger-main-test,-debug-start-debuggee-main-test" if="netbeans.home" name="debug-test-with-main"/>
franta-hg@27
   599
    <target depends="init" name="-pre-debug-fix">
franta-hg@27
   600
        <fail unless="fix.includes">Must set fix.includes</fail>
franta-hg@27
   601
        <property name="javac.includes" value="${fix.includes}.java"/>
franta-hg@27
   602
    </target>
franta-hg@27
   603
    <target depends="init,-pre-debug-fix,compile-single" if="netbeans.home" name="-do-debug-fix">
franta-hg@27
   604
        <j2seproject1:nbjpdareload/>
franta-hg@27
   605
    </target>
franta-hg@27
   606
    <target depends="init,-pre-debug-fix,-do-debug-fix" if="netbeans.home" name="debug-fix"/>
franta-hg@27
   607
    <!--
franta-hg@27
   608
                ===============
franta-hg@27
   609
                JAVADOC SECTION
franta-hg@27
   610
                ===============
franta-hg@27
   611
            -->
franta-hg@27
   612
    <target depends="init" name="-javadoc-build">
franta-hg@27
   613
        <mkdir dir="${dist.javadoc.dir}"/>
franta-hg@27
   614
        <javadoc additionalparam="${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}">
franta-hg@27
   615
            <classpath>
franta-hg@27
   616
                <path path="${javac.classpath}"/>
franta-hg@27
   617
            </classpath>
franta-hg@27
   618
            <fileset dir="${src.dir}" excludes="${excludes}" includes="${includes}">
franta-hg@27
   619
                <filename name="**/*.java"/>
franta-hg@27
   620
            </fileset>
franta-hg@27
   621
            <fileset dir="${build.generated.sources.dir}" erroronmissingdir="false">
franta-hg@27
   622
                <include name="**/*.java"/>
franta-hg@27
   623
            </fileset>
franta-hg@27
   624
        </javadoc>
franta-hg@27
   625
    </target>
franta-hg@27
   626
    <target depends="init,-javadoc-build" if="netbeans.home" name="-javadoc-browse" unless="no.javadoc.preview">
franta-hg@27
   627
        <nbbrowse file="${dist.javadoc.dir}/index.html"/>
franta-hg@27
   628
    </target>
franta-hg@27
   629
    <target depends="init,-javadoc-build,-javadoc-browse" description="Build Javadoc." name="javadoc"/>
franta-hg@27
   630
    <!--
franta-hg@27
   631
                =========================
franta-hg@27
   632
                JUNIT COMPILATION SECTION
franta-hg@27
   633
                =========================
franta-hg@27
   634
            -->
franta-hg@27
   635
    <target depends="init,compile" if="have.tests" name="-pre-pre-compile-test">
franta-hg@27
   636
        <mkdir dir="${build.test.classes.dir}"/>
franta-hg@27
   637
    </target>
franta-hg@27
   638
    <target name="-pre-compile-test">
franta-hg@27
   639
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   640
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   641
    </target>
franta-hg@27
   642
    <target if="do.depend.true" name="-compile-test-depend">
franta-hg@27
   643
        <j2seproject3:depend classpath="${javac.test.classpath}" destdir="${build.test.classes.dir}" srcdir="${test.src.dir}"/>
franta-hg@27
   644
    </target>
franta-hg@27
   645
    <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test,-compile-test-depend" if="have.tests" name="-do-compile-test">
franta-hg@27
   646
        <j2seproject3:javac classpath="${javac.test.classpath}" debug="true" destdir="${build.test.classes.dir}" srcdir="${test.src.dir}"/>
franta-hg@27
   647
        <copy todir="${build.test.classes.dir}">
franta-hg@27
   648
            <fileset dir="${test.src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
franta-hg@27
   649
        </copy>
franta-hg@27
   650
    </target>
franta-hg@27
   651
    <target name="-post-compile-test">
franta-hg@27
   652
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   653
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   654
    </target>
franta-hg@27
   655
    <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test,-do-compile-test,-post-compile-test" name="compile-test"/>
franta-hg@27
   656
    <target name="-pre-compile-test-single">
franta-hg@27
   657
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   658
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   659
    </target>
franta-hg@27
   660
    <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test-single" if="have.tests" name="-do-compile-test-single">
franta-hg@27
   661
        <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
franta-hg@27
   662
        <j2seproject3:force-recompile destdir="${build.test.classes.dir}"/>
franta-hg@27
   663
        <j2seproject3:javac classpath="${javac.test.classpath}" debug="true" destdir="${build.test.classes.dir}" excludes="" includes="${javac.includes}" sourcepath="${test.src.dir}" srcdir="${test.src.dir}"/>
franta-hg@27
   664
        <copy todir="${build.test.classes.dir}">
franta-hg@27
   665
            <fileset dir="${test.src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
franta-hg@27
   666
        </copy>
franta-hg@27
   667
    </target>
franta-hg@27
   668
    <target name="-post-compile-test-single">
franta-hg@27
   669
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   670
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   671
    </target>
franta-hg@27
   672
    <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test-single,-do-compile-test-single,-post-compile-test-single" name="compile-test-single"/>
franta-hg@27
   673
    <!--
franta-hg@27
   674
                =======================
franta-hg@27
   675
                JUNIT EXECUTION SECTION
franta-hg@27
   676
                =======================
franta-hg@27
   677
            -->
franta-hg@27
   678
    <target depends="init" if="have.tests" name="-pre-test-run">
franta-hg@27
   679
        <mkdir dir="${build.test.results.dir}"/>
franta-hg@27
   680
    </target>
franta-hg@27
   681
    <target depends="init,compile-test,-pre-test-run" if="have.tests" name="-do-test-run">
franta-hg@27
   682
        <j2seproject3:junit testincludes="**/*Test.java"/>
franta-hg@27
   683
    </target>
franta-hg@27
   684
    <target depends="init,compile-test,-pre-test-run,-do-test-run" if="have.tests" name="-post-test-run">
franta-hg@27
   685
        <fail if="tests.failed" unless="ignore.failing.tests">Some tests failed; see details above.</fail>
franta-hg@27
   686
    </target>
franta-hg@27
   687
    <target depends="init" if="have.tests" name="test-report"/>
franta-hg@27
   688
    <target depends="init" if="netbeans.home+have.tests" name="-test-browse"/>
franta-hg@27
   689
    <target depends="init,compile-test,-pre-test-run,-do-test-run,test-report,-post-test-run,-test-browse" description="Run unit tests." name="test"/>
franta-hg@27
   690
    <target depends="init" if="have.tests" name="-pre-test-run-single">
franta-hg@27
   691
        <mkdir dir="${build.test.results.dir}"/>
franta-hg@27
   692
    </target>
franta-hg@27
   693
    <target depends="init,compile-test-single,-pre-test-run-single" if="have.tests" name="-do-test-run-single">
franta-hg@27
   694
        <fail unless="test.includes">Must select some files in the IDE or set test.includes</fail>
franta-hg@27
   695
        <j2seproject3:junit excludes="" includes="${test.includes}"/>
franta-hg@27
   696
    </target>
franta-hg@27
   697
    <target depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single" if="have.tests" name="-post-test-run-single">
franta-hg@27
   698
        <fail if="tests.failed" unless="ignore.failing.tests">Some tests failed; see details above.</fail>
franta-hg@27
   699
    </target>
franta-hg@27
   700
    <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"/>
franta-hg@27
   701
    <!--
franta-hg@27
   702
                =======================
franta-hg@27
   703
                JUNIT DEBUGGING SECTION
franta-hg@27
   704
                =======================
franta-hg@27
   705
            -->
franta-hg@27
   706
    <target depends="init,compile-test" if="have.tests" name="-debug-start-debuggee-test">
franta-hg@27
   707
        <fail unless="test.class">Must select one file in the IDE or set test.class</fail>
franta-hg@27
   708
        <property location="${build.test.results.dir}/TEST-${test.class}.xml" name="test.report.file"/>
franta-hg@27
   709
        <delete file="${test.report.file}"/>
franta-hg@27
   710
        <mkdir dir="${build.test.results.dir}"/>
franta-hg@27
   711
        <j2seproject3:debug classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner" classpath="${ant.home}/lib/ant.jar:${ant.home}/lib/ant-junit.jar:${debug.test.classpath}">
franta-hg@27
   712
            <customize>
franta-hg@27
   713
                <syspropertyset>
franta-hg@27
   714
                    <propertyref prefix="test-sys-prop."/>
franta-hg@27
   715
                    <mapper from="test-sys-prop.*" to="*" type="glob"/>
franta-hg@27
   716
                </syspropertyset>
franta-hg@27
   717
                <arg value="${test.class}"/>
franta-hg@27
   718
                <arg value="showoutput=true"/>
franta-hg@27
   719
                <arg value="formatter=org.apache.tools.ant.taskdefs.optional.junit.BriefJUnitResultFormatter"/>
franta-hg@27
   720
                <arg value="formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,${test.report.file}"/>
franta-hg@27
   721
            </customize>
franta-hg@27
   722
        </j2seproject3:debug>
franta-hg@27
   723
    </target>
franta-hg@27
   724
    <target depends="init,compile-test" if="netbeans.home+have.tests" name="-debug-start-debugger-test">
franta-hg@27
   725
        <j2seproject1:nbjpdastart classpath="${debug.test.classpath}" name="${test.class}"/>
franta-hg@27
   726
    </target>
franta-hg@27
   727
    <target depends="init,compile-test-single,-debug-start-debugger-test,-debug-start-debuggee-test" name="debug-test"/>
franta-hg@27
   728
    <target depends="init,-pre-debug-fix,compile-test-single" if="netbeans.home" name="-do-debug-fix-test">
franta-hg@27
   729
        <j2seproject1:nbjpdareload dir="${build.test.classes.dir}"/>
franta-hg@27
   730
    </target>
franta-hg@27
   731
    <target depends="init,-pre-debug-fix,-do-debug-fix-test" if="netbeans.home" name="debug-fix-test"/>
franta-hg@27
   732
    <!--
franta-hg@27
   733
                =========================
franta-hg@27
   734
                APPLET EXECUTION SECTION
franta-hg@27
   735
                =========================
franta-hg@27
   736
            -->
franta-hg@27
   737
    <target depends="init,compile-single" name="run-applet">
franta-hg@27
   738
        <fail unless="applet.url">Must select one file in the IDE or set applet.url</fail>
franta-hg@27
   739
        <j2seproject1:java classname="sun.applet.AppletViewer">
franta-hg@27
   740
            <customize>
franta-hg@27
   741
                <arg value="${applet.url}"/>
franta-hg@27
   742
            </customize>
franta-hg@27
   743
        </j2seproject1:java>
franta-hg@27
   744
    </target>
franta-hg@27
   745
    <!--
franta-hg@27
   746
                =========================
franta-hg@27
   747
                APPLET DEBUGGING  SECTION
franta-hg@27
   748
                =========================
franta-hg@27
   749
            -->
franta-hg@27
   750
    <target depends="init,compile-single" if="netbeans.home" name="-debug-start-debuggee-applet">
franta-hg@27
   751
        <fail unless="applet.url">Must select one file in the IDE or set applet.url</fail>
franta-hg@27
   752
        <j2seproject3:debug classname="sun.applet.AppletViewer">
franta-hg@27
   753
            <customize>
franta-hg@27
   754
                <arg value="${applet.url}"/>
franta-hg@27
   755
            </customize>
franta-hg@27
   756
        </j2seproject3:debug>
franta-hg@27
   757
    </target>
franta-hg@27
   758
    <target depends="init,compile-single,-debug-start-debugger,-debug-start-debuggee-applet" if="netbeans.home" name="debug-applet"/>
franta-hg@27
   759
    <!--
franta-hg@27
   760
                ===============
franta-hg@27
   761
                CLEANUP SECTION
franta-hg@27
   762
                ===============
franta-hg@27
   763
            -->
franta-hg@27
   764
    <target name="-deps-clean-init" unless="built-clean.properties">
franta-hg@27
   765
        <property location="${build.dir}/built-clean.properties" name="built-clean.properties"/>
franta-hg@27
   766
        <delete file="${built-clean.properties}" quiet="true"/>
franta-hg@27
   767
    </target>
franta-hg@27
   768
    <target if="already.built.clean.${basedir}" name="-warn-already-built-clean">
franta-hg@27
   769
        <echo level="warn" message="Cycle detected: nekurak.net-lib was already built"/>
franta-hg@27
   770
    </target>
franta-hg@27
   771
    <target depends="init,-deps-clean-init" name="deps-clean" unless="no.deps">
franta-hg@27
   772
        <mkdir dir="${build.dir}"/>
franta-hg@27
   773
        <touch file="${built-clean.properties}" verbose="false"/>
franta-hg@27
   774
        <property file="${built-clean.properties}" prefix="already.built.clean."/>
franta-hg@27
   775
        <antcall target="-warn-already-built-clean"/>
franta-hg@27
   776
        <propertyfile file="${built-clean.properties}">
franta-hg@27
   777
            <entry key="${basedir}" value=""/>
franta-hg@27
   778
        </propertyfile>
franta-hg@27
   779
    </target>
franta-hg@27
   780
    <target depends="init" name="-do-clean">
franta-hg@27
   781
        <delete dir="${build.dir}"/>
franta-hg@27
   782
        <delete dir="${dist.dir}" followsymlinks="false" includeemptydirs="true"/>
franta-hg@27
   783
    </target>
franta-hg@27
   784
    <target name="-post-clean">
franta-hg@27
   785
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   786
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   787
    </target>
franta-hg@27
   788
    <target depends="init,deps-clean,-do-clean,-post-clean" description="Clean build products." name="clean"/>
franta-hg@27
   789
    <target name="-check-call-dep">
franta-hg@27
   790
        <property file="${call.built.properties}" prefix="already.built."/>
franta-hg@27
   791
        <condition property="should.call.dep">
franta-hg@27
   792
            <not>
franta-hg@27
   793
                <isset property="already.built.${call.subproject}"/>
franta-hg@27
   794
            </not>
franta-hg@27
   795
        </condition>
franta-hg@27
   796
    </target>
franta-hg@27
   797
    <target depends="-check-call-dep" if="should.call.dep" name="-maybe-call-dep">
franta-hg@27
   798
        <ant antfile="${call.script}" inheritall="false" target="${call.target}">
franta-hg@27
   799
            <propertyset>
franta-hg@27
   800
                <propertyref prefix="transfer."/>
franta-hg@27
   801
                <mapper from="transfer.*" to="*" type="glob"/>
franta-hg@27
   802
            </propertyset>
franta-hg@27
   803
        </ant>
franta-hg@27
   804
    </target>
franta-hg@27
   805
</project>