java/nekurak.net-ejb/nbproject/build-impl.xml
author František Kučera <franta-hg@frantovo.cz>
Wed Jun 30 00:26:14 2010 +0200 (2010-06-30)
changeset 149 8238cdb4113a
parent 142 44ef544460ca
child 151 d7b5099bf65e
permissions -rw-r--r--
XMPP chat – první verze.
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
  - dist
franta-hg@27
    12
  - execution
franta-hg@27
    13
  - debugging
franta-hg@27
    14
  - javadoc
franta-hg@27
    15
  - cleanup
franta-hg@27
    16
franta-hg@27
    17
        -->
franta-hg@27
    18
<project xmlns:ejbjarproject1="http://www.netbeans.org/ns/j2ee-ejbjarproject/1" xmlns:ejbjarproject2="http://www.netbeans.org/ns/j2ee-ejbjarproject/2" xmlns:ejbjarproject3="http://www.netbeans.org/ns/j2ee-ejbjarproject/3" basedir=".." default="default" name="nekurak.net-ejb-impl">
franta-hg@27
    19
    <import file="ant-deploy.xml"/>
franta-hg@27
    20
    <fail message="Please build using Ant 1.7.1 or higher.">
franta-hg@27
    21
        <condition>
franta-hg@27
    22
            <not>
franta-hg@27
    23
                <antversion atleast="1.7.1"/>
franta-hg@27
    24
            </not>
franta-hg@27
    25
        </condition>
franta-hg@27
    26
    </fail>
franta-hg@27
    27
    <target depends="dist,javadoc" description="Build whole project." name="default"/>
franta-hg@27
    28
    <!-- 
franta-hg@27
    29
                INITIALIZATION SECTION 
franta-hg@27
    30
            -->
franta-hg@27
    31
    <target name="-pre-init">
franta-hg@27
    32
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
    33
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
    34
    </target>
franta-hg@27
    35
    <target depends="-pre-init" name="-init-private">
franta-hg@27
    36
        <property file="nbproject/private/private.properties"/>
franta-hg@27
    37
    </target>
franta-hg@27
    38
    <target depends="-pre-init,-init-private" name="-init-userdir">
franta-hg@27
    39
        <property location="${netbeans.user}/build.properties" name="user.properties.file"/>
franta-hg@27
    40
    </target>
franta-hg@27
    41
    <target depends="-pre-init,-init-private,-init-userdir" name="-init-user">
franta-hg@27
    42
        <property file="${user.properties.file}"/>
franta-hg@27
    43
        <!-- The two properties below are usually overridden -->
franta-hg@27
    44
        <!-- by the active platform. Just a fallback. -->
franta-hg@27
    45
        <property name="default.javac.source" value="1.4"/>
franta-hg@27
    46
        <property name="default.javac.target" value="1.4"/>
franta-hg@27
    47
    </target>
franta-hg@27
    48
    <target depends="-pre-init,-init-private,-init-userdir,-init-user" name="-init-project">
franta-hg@27
    49
        <property file="nbproject/project.properties"/>
franta-hg@27
    50
    </target>
franta-hg@27
    51
    <target depends="-pre-init,-init-private,-init-userdir,-init-user,-init-project,-init-macrodef-property" name="-do-init">
franta-hg@27
    52
        <!-- Ensure configuration directory exists. -->
franta-hg@27
    53
        <mkdir dir="${meta.inf}"/>
franta-hg@27
    54
        <property name="runmain.jvmargs" value=""/>
franta-hg@27
    55
        <condition property="have.tests">
franta-hg@27
    56
            <or>
franta-hg@27
    57
                <available file="${test.src.dir}"/>
franta-hg@27
    58
            </or>
franta-hg@27
    59
        </condition>
franta-hg@27
    60
        <condition property="have.sources">
franta-hg@27
    61
            <or>
franta-hg@27
    62
                <available file="${src.dir}"/>
franta-hg@27
    63
            </or>
franta-hg@27
    64
        </condition>
franta-hg@27
    65
        <condition property="netbeans.home+have.tests">
franta-hg@27
    66
            <and>
franta-hg@27
    67
                <isset property="netbeans.home"/>
franta-hg@27
    68
                <isset property="have.tests"/>
franta-hg@27
    69
            </and>
franta-hg@27
    70
        </condition>
franta-hg@27
    71
        <condition property="no.javadoc.preview">
franta-hg@27
    72
            <isfalse value="${javadoc.preview}"/>
franta-hg@27
    73
        </condition>
franta-hg@27
    74
        <available file="${meta.inf}/MANIFEST.MF" property="has.custom.manifest"/>
franta-hg@27
    75
        <!--
franta-hg@27
    76
                    Variables needed to support directory deployment.
franta-hg@27
    77
                -->
franta-hg@27
    78
        <condition property="do.package.with.custom.manifest.not.directory.deploy">
franta-hg@27
    79
            <and>
franta-hg@27
    80
                <isset property="has.custom.manifest"/>
franta-hg@27
    81
                <isfalse value="${directory.deployment.supported}"/>
franta-hg@27
    82
            </and>
franta-hg@27
    83
        </condition>
franta-hg@27
    84
        <condition property="do.package.without.custom.manifest.not.directory.deploy">
franta-hg@27
    85
            <and>
franta-hg@27
    86
                <not>
franta-hg@27
    87
                    <isset property="has.custom.manifest"/>
franta-hg@27
    88
                </not>
franta-hg@27
    89
                <isfalse value="${directory.deployment.supported}"/>
franta-hg@27
    90
            </and>
franta-hg@27
    91
        </condition>
franta-hg@27
    92
        <!--End Variables needed to support directory deployment.-->
franta-hg@27
    93
        <condition property="classes.dir" value="${build.ear.classes.dir}">
franta-hg@27
    94
            <isset property="dist.ear.dir"/>
franta-hg@27
    95
        </condition>
franta-hg@27
    96
        <property name="classes.dir" value="${build.classes.dir}"/>
franta-hg@27
    97
        <condition property="no.deps">
franta-hg@27
    98
            <and>
franta-hg@27
    99
                <istrue value="${no.dependencies}"/>
franta-hg@27
   100
            </and>
franta-hg@27
   101
        </condition>
franta-hg@27
   102
        <condition property="no.dist.ear.dir">
franta-hg@27
   103
            <not>
franta-hg@27
   104
                <isset property="dist.ear.dir"/>
franta-hg@27
   105
            </not>
franta-hg@27
   106
        </condition>
franta-hg@27
   107
        <property name="source.encoding" value="${file.encoding}"/>
franta-hg@27
   108
        <condition property="javadoc.encoding.used" value="${javadoc.encoding}">
franta-hg@27
   109
            <and>
franta-hg@27
   110
                <isset property="javadoc.encoding"/>
franta-hg@27
   111
                <not>
franta-hg@27
   112
                    <equals arg1="${javadoc.encoding}" arg2=""/>
franta-hg@27
   113
                </not>
franta-hg@27
   114
            </and>
franta-hg@27
   115
        </condition>
franta-hg@27
   116
        <property name="javadoc.encoding.used" value="${source.encoding}"/>
franta-hg@27
   117
        <property name="includes" value="**"/>
franta-hg@27
   118
        <property name="excludes" value=""/>
franta-hg@27
   119
        <path id="endorsed.classpath.path" path="${endorsed.classpath}"/>
franta-hg@27
   120
        <condition else="" property="endorsed.classpath.cmd.line.arg" value="-Xbootclasspath/p:'${toString:endorsed.classpath.path}'">
franta-hg@27
   121
            <length length="0" string="${endorsed.classpath}" when="greater"/>
franta-hg@27
   122
        </condition>
franta-hg@27
   123
    </target>
franta-hg@27
   124
    <target depends="init" name="-init-cos" unless="deploy.on.save">
franta-hg@27
   125
        <condition property="deploy.on.save" value="true">
franta-hg@27
   126
            <istrue value="${j2ee.deploy.on.save}"/>
franta-hg@27
   127
        </condition>
franta-hg@27
   128
    </target>
franta-hg@27
   129
    <target name="-post-init">
franta-hg@27
   130
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   131
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   132
    </target>
franta-hg@27
   133
    <target depends="-pre-init,-init-private,-init-userdir,-init-user,-init-project,-do-init" name="-init-check">
franta-hg@27
   134
        <fail unless="src.dir">Must set src.dir</fail>
franta-hg@27
   135
        <fail unless="test.src.dir">Must set test.src.dir</fail>
franta-hg@27
   136
        <fail unless="build.dir">Must set build.dir</fail>
franta-hg@27
   137
        <fail unless="build.generated.dir">Must set build.generated.dir</fail>
franta-hg@27
   138
        <fail unless="dist.dir">Must set dist.dir</fail>
franta-hg@27
   139
        <fail unless="build.classes.dir">Must set build.classes.dir</fail>
franta-hg@27
   140
        <fail unless="dist.javadoc.dir">Must set dist.javadoc.dir</fail>
franta-hg@27
   141
        <fail unless="build.classes.excludes">Must set build.classes.excludes</fail>
franta-hg@27
   142
        <fail unless="dist.jar">Must set dist.jar</fail>
franta-hg@142
   143
        <condition property="missing.j2ee.server.home">
franta-hg@142
   144
            <and>
franta-hg@142
   145
                <matches pattern="j2ee.server.home" string="${j2ee.platform.classpath}"/>
franta-hg@142
   146
                <not>
franta-hg@142
   147
                    <isset property="j2ee.server.home"/>
franta-hg@142
   148
                </not>
franta-hg@142
   149
            </and>
franta-hg@142
   150
        </condition>
franta-hg@142
   151
        <fail if="missing.j2ee.server.home">
franta-hg@142
   152
The Java EE server classpath is not correctly set up - server home directory is missing.
franta-hg@142
   153
Either open the project in the IDE and assign the server or setup the server classpath manually.
franta-hg@142
   154
For example like this:
franta-hg@142
   155
   ant -Dj2ee.server.home=&lt;app_server_installation_directory&gt;
franta-hg@142
   156
                </fail>
franta-hg@27
   157
        <fail unless="j2ee.platform.classpath">
franta-hg@27
   158
The Java EE server classpath is not correctly set up. Your active server type is ${j2ee.server.type}.
franta-hg@27
   159
Either open the project in the IDE and assign the server or setup the server classpath manually.
franta-hg@27
   160
For example like this:
franta-hg@27
   161
   ant -Duser.properties.file=&lt;path_to_property_file&gt; (where you put the property "j2ee.platform.classpath" in a .properties file)
franta-hg@27
   162
or ant -Dj2ee.platform.classpath=&lt;server_classpath&gt; (where no properties file is used)
franta-hg@27
   163
                </fail>
franta-hg@27
   164
    </target>
franta-hg@27
   165
    <target name="-init-macrodef-property">
franta-hg@27
   166
        <macrodef name="property" uri="http://www.netbeans.org/ns/j2ee-ejbjarproject/1">
franta-hg@27
   167
            <attribute name="name"/>
franta-hg@27
   168
            <attribute name="value"/>
franta-hg@27
   169
            <sequential>
franta-hg@27
   170
                <property name="@{name}" value="${@{value}}"/>
franta-hg@27
   171
            </sequential>
franta-hg@27
   172
        </macrodef>
franta-hg@27
   173
    </target>
franta-hg@142
   174
    <target depends="-init-ap-cmdline-properties" if="ap.supported.internal" name="-init-macrodef-javac-with-processors">
franta-hg@27
   175
        <macrodef name="javac" uri="http://www.netbeans.org/ns/j2ee-ejbjarproject/2">
franta-hg@27
   176
            <attribute default="${src.dir}" name="srcdir"/>
franta-hg@27
   177
            <attribute default="${build.classes.dir}" name="destdir"/>
franta-hg@27
   178
            <attribute default="${javac.classpath}:${j2ee.platform.classpath}" name="classpath"/>
franta-hg@142
   179
            <attribute default="${javac.processorpath}" name="processorpath"/>
franta-hg@142
   180
            <attribute default="${build.generated.sources.dir}/ap-source-output" name="apgeneratedsrcdir"/>
franta-hg@142
   181
            <attribute default="${includes}" name="includes"/>
franta-hg@142
   182
            <attribute default="${excludes}" name="excludes"/>
franta-hg@142
   183
            <attribute default="${javac.debug}" name="debug"/>
franta-hg@142
   184
            <attribute default="${empty.dir}" name="gensrcdir"/>
franta-hg@142
   185
            <element name="customize" optional="true"/>
franta-hg@142
   186
            <sequential>
franta-hg@142
   187
                <property name="javac.compilerargs" value=""/>
franta-hg@142
   188
                <property location="${build.dir}/empty" name="empty.dir"/>
franta-hg@142
   189
                <mkdir dir="${empty.dir}"/>
franta-hg@142
   190
                <mkdir dir="@{apgeneratedsrcdir}"/>
franta-hg@142
   191
                <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" includeantruntime="false" includes="@{includes}" source="${javac.source}" srcdir="@{srcdir}" target="${javac.target}">
franta-hg@142
   192
                    <src>
franta-hg@142
   193
                        <dirset dir="@{gensrcdir}" erroronmissingdir="false">
franta-hg@142
   194
                            <include name="*"/>
franta-hg@142
   195
                        </dirset>
franta-hg@142
   196
                    </src>
franta-hg@142
   197
                    <classpath>
franta-hg@142
   198
                        <path path="@{classpath}"/>
franta-hg@142
   199
                    </classpath>
franta-hg@142
   200
                    <compilerarg line="${endorsed.classpath.cmd.line.arg}"/>
franta-hg@142
   201
                    <compilerarg line="${javac.compilerargs}"/>
franta-hg@142
   202
                    <compilerarg value="-processorpath"/>
franta-hg@142
   203
                    <compilerarg path="@{processorpath}:${empty.dir}"/>
franta-hg@142
   204
                    <compilerarg line="${ap.processors.internal}"/>
franta-hg@142
   205
                    <compilerarg value="-s"/>
franta-hg@142
   206
                    <compilerarg path="@{apgeneratedsrcdir}"/>
franta-hg@142
   207
                    <compilerarg line="${ap.proc.none.internal}"/>
franta-hg@142
   208
                    <customize/>
franta-hg@142
   209
                </javac>
franta-hg@142
   210
            </sequential>
franta-hg@142
   211
        </macrodef>
franta-hg@142
   212
    </target>
franta-hg@142
   213
    <target depends="-init-ap-cmdline-properties" name="-init-macrodef-javac-without-processors" unless="ap.supported.internal">
franta-hg@142
   214
        <macrodef name="javac" uri="http://www.netbeans.org/ns/j2ee-ejbjarproject/2">
franta-hg@142
   215
            <attribute default="${src.dir}" name="srcdir"/>
franta-hg@142
   216
            <attribute default="${build.classes.dir}" name="destdir"/>
franta-hg@142
   217
            <attribute default="${javac.classpath}:${j2ee.platform.classpath}" name="classpath"/>
franta-hg@142
   218
            <attribute default="${javac.processorpath}" name="processorpath"/>
franta-hg@142
   219
            <attribute default="${build.generated.sources.dir}/ap-source-output" name="apgeneratedsrcdir"/>
franta-hg@27
   220
            <attribute default="${includes}" name="includes"/>
franta-hg@27
   221
            <attribute default="${excludes}" name="excludes"/>
franta-hg@27
   222
            <attribute default="${javac.debug}" name="debug"/>
franta-hg@27
   223
            <attribute default="${empty.dir}" name="gensrcdir"/>
franta-hg@27
   224
            <element name="customize" optional="true"/>
franta-hg@27
   225
            <sequential>
franta-hg@27
   226
                <property name="javac.compilerargs" value=""/>
franta-hg@27
   227
                <property location="${build.dir}/empty" name="empty.dir"/>
franta-hg@27
   228
                <mkdir dir="${empty.dir}"/>
franta-hg@27
   229
                <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" includeantruntime="false" includes="@{includes}" source="${javac.source}" srcdir="@{srcdir}" target="${javac.target}">
franta-hg@27
   230
                    <src>
franta-hg@27
   231
                        <dirset dir="@{gensrcdir}" erroronmissingdir="false">
franta-hg@27
   232
                            <include name="*"/>
franta-hg@27
   233
                        </dirset>
franta-hg@27
   234
                    </src>
franta-hg@27
   235
                    <classpath>
franta-hg@27
   236
                        <path path="@{classpath}"/>
franta-hg@27
   237
                    </classpath>
franta-hg@27
   238
                    <compilerarg line="${endorsed.classpath.cmd.line.arg}"/>
franta-hg@27
   239
                    <compilerarg line="${javac.compilerargs}"/>
franta-hg@27
   240
                    <customize/>
franta-hg@27
   241
                </javac>
franta-hg@27
   242
            </sequential>
franta-hg@27
   243
        </macrodef>
franta-hg@27
   244
    </target>
franta-hg@142
   245
    <target depends="-init-macrodef-javac-with-processors,-init-macrodef-javac-without-processors" name="-init-macrodef-javac">
franta-hg@142
   246
        <macrodef name="depend" uri="http://www.netbeans.org/ns/j2ee-ejbjarproject/2">
franta-hg@142
   247
            <attribute default="${src.dir}" name="srcdir"/>
franta-hg@142
   248
            <attribute default="${build.classes.dir}" name="destdir"/>
franta-hg@142
   249
            <attribute default="${javac.classpath}:${j2ee.platform.classpath}" name="classpath"/>
franta-hg@142
   250
            <sequential>
franta-hg@142
   251
                <depend cache="${build.dir}/depcache" destdir="@{destdir}" excludes="${excludes}" includes="${includes}" srcdir="@{srcdir}">
franta-hg@142
   252
                    <classpath>
franta-hg@142
   253
                        <path path="@{classpath}"/>
franta-hg@142
   254
                    </classpath>
franta-hg@142
   255
                </depend>
franta-hg@142
   256
            </sequential>
franta-hg@142
   257
        </macrodef>
franta-hg@142
   258
        <macrodef name="force-recompile" uri="http://www.netbeans.org/ns/j2ee-ejbjarproject/2">
franta-hg@142
   259
            <attribute default="${build.classes.dir}" name="destdir"/>
franta-hg@142
   260
            <sequential>
franta-hg@142
   261
                <fail unless="javac.includes">Must set javac.includes</fail>
franta-hg@142
   262
                <pathconvert pathsep="," property="javac.includes.binary">
franta-hg@142
   263
                    <path>
franta-hg@142
   264
                        <filelist dir="@{destdir}" files="${javac.includes}"/>
franta-hg@142
   265
                    </path>
franta-hg@142
   266
                    <globmapper from="*.java" to="*.class"/>
franta-hg@142
   267
                </pathconvert>
franta-hg@142
   268
                <delete>
franta-hg@142
   269
                    <files includes="${javac.includes.binary}"/>
franta-hg@142
   270
                </delete>
franta-hg@142
   271
            </sequential>
franta-hg@142
   272
        </macrodef>
franta-hg@142
   273
    </target>
franta-hg@27
   274
    <target name="-init-macrodef-junit">
franta-hg@27
   275
        <macrodef name="junit" uri="http://www.netbeans.org/ns/j2ee-ejbjarproject/2">
franta-hg@27
   276
            <attribute default="${includes}" name="includes"/>
franta-hg@27
   277
            <attribute default="${excludes}" name="excludes"/>
franta-hg@27
   278
            <attribute default="**" name="testincludes"/>
franta-hg@27
   279
            <sequential>
franta-hg@27
   280
                <junit dir="${basedir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" showoutput="true" tempdir="${java.io.tmpdir}">
franta-hg@27
   281
                    <batchtest todir="${build.test.results.dir}">
franta-hg@27
   282
                        <fileset dir="${test.src.dir}" excludes="@{excludes},${excludes}" includes="@{includes}">
franta-hg@27
   283
                            <filename name="@{testincludes}"/>
franta-hg@27
   284
                        </fileset>
franta-hg@27
   285
                    </batchtest>
franta-hg@27
   286
                    <classpath>
franta-hg@27
   287
                        <path path="${run.test.classpath}"/>
franta-hg@27
   288
                        <path path="${j2ee.platform.classpath}"/>
franta-hg@27
   289
                        <path path="${j2ee.platform.embeddableejb.classpath}"/>
franta-hg@27
   290
                    </classpath>
franta-hg@27
   291
                    <syspropertyset>
franta-hg@27
   292
                        <propertyref prefix="test-sys-prop."/>
franta-hg@27
   293
                        <mapper from="test-sys-prop.*" to="*" type="glob"/>
franta-hg@27
   294
                    </syspropertyset>
franta-hg@27
   295
                    <formatter type="brief" usefile="false"/>
franta-hg@27
   296
                    <formatter type="xml"/>
franta-hg@27
   297
                    <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
franta-hg@27
   298
                    <jvmarg line="${runmain.jvmargs}"/>
franta-hg@27
   299
                </junit>
franta-hg@27
   300
            </sequential>
franta-hg@27
   301
        </macrodef>
franta-hg@27
   302
    </target>
franta-hg@27
   303
    <target name="-init-macrodef-java">
franta-hg@27
   304
        <macrodef name="java" uri="http://www.netbeans.org/ns/j2ee-ejbjarproject/3">
franta-hg@27
   305
            <attribute default="${main.class}" name="classname"/>
franta-hg@27
   306
            <element name="customize" optional="true"/>
franta-hg@27
   307
            <sequential>
franta-hg@27
   308
                <java classname="@{classname}" fork="true">
franta-hg@27
   309
                    <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
franta-hg@27
   310
                    <jvmarg line="${runmain.jvmargs}"/>
franta-hg@27
   311
                    <classpath>
franta-hg@27
   312
                        <path path="${build.classes.dir}:${javac.classpath}:${j2ee.platform.classpath}"/>
franta-hg@27
   313
                    </classpath>
franta-hg@27
   314
                    <syspropertyset>
franta-hg@27
   315
                        <propertyref prefix="run-sys-prop."/>
franta-hg@27
   316
                        <mapper from="run-sys-prop.*" to="*" type="glob"/>
franta-hg@27
   317
                    </syspropertyset>
franta-hg@27
   318
                    <customize/>
franta-hg@27
   319
                </java>
franta-hg@27
   320
            </sequential>
franta-hg@27
   321
        </macrodef>
franta-hg@27
   322
    </target>
franta-hg@27
   323
    <target depends="-init-debug-args" name="-init-macrodef-nbjpda">
franta-hg@27
   324
        <macrodef name="nbjpdastart" uri="http://www.netbeans.org/ns/j2ee-ejbjarproject/1">
franta-hg@27
   325
            <attribute default="${main.class}" name="name"/>
franta-hg@27
   326
            <attribute default="${debug.classpath}" name="classpath"/>
franta-hg@27
   327
            <sequential>
franta-hg@27
   328
                <nbjpdastart addressproperty="jpda.address" name="@{name}" transport="${debug-transport}">
franta-hg@27
   329
                    <classpath>
franta-hg@27
   330
                        <path path="@{classpath}"/>
franta-hg@27
   331
                    </classpath>
franta-hg@27
   332
                </nbjpdastart>
franta-hg@27
   333
            </sequential>
franta-hg@27
   334
        </macrodef>
franta-hg@27
   335
        <macrodef name="nbjpdareload" uri="http://www.netbeans.org/ns/j2ee-ejbjarproject/1">
franta-hg@27
   336
            <attribute default="${build.classes.dir}" name="dir"/>
franta-hg@27
   337
            <sequential>
franta-hg@27
   338
                <nbjpdareload>
franta-hg@27
   339
                    <fileset dir="@{dir}" includes="${fix.classes}">
franta-hg@27
   340
                        <include name="${fix.includes}*.class"/>
franta-hg@27
   341
                    </fileset>
franta-hg@27
   342
                </nbjpdareload>
franta-hg@27
   343
            </sequential>
franta-hg@27
   344
        </macrodef>
franta-hg@27
   345
        <macrodef name="nbjpdaappreloaded" uri="http://www.netbeans.org/ns/web-project/1">
franta-hg@27
   346
            <sequential>
franta-hg@27
   347
                <nbjpdaappreloaded/>
franta-hg@27
   348
            </sequential>
franta-hg@27
   349
        </macrodef>
franta-hg@27
   350
    </target>
franta-hg@27
   351
    <target name="-init-debug-args">
franta-hg@27
   352
        <property name="version-output" value="java version &quot;${ant.java.version}"/>
franta-hg@27
   353
        <condition property="have-jdk-older-than-1.4">
franta-hg@27
   354
            <or>
franta-hg@27
   355
                <contains string="${version-output}" substring="java version &quot;1.0"/>
franta-hg@27
   356
                <contains string="${version-output}" substring="java version &quot;1.1"/>
franta-hg@27
   357
                <contains string="${version-output}" substring="java version &quot;1.2"/>
franta-hg@27
   358
                <contains string="${version-output}" substring="java version &quot;1.3"/>
franta-hg@27
   359
            </or>
franta-hg@27
   360
        </condition>
franta-hg@27
   361
        <condition else="-Xdebug" property="debug-args-line" value="-Xdebug -Xnoagent -Djava.compiler=none">
franta-hg@27
   362
            <istrue value="${have-jdk-older-than-1.4}"/>
franta-hg@27
   363
        </condition>
franta-hg@27
   364
        <condition else="dt_socket" property="debug-transport-by-os" value="dt_shmem">
franta-hg@27
   365
            <os family="windows"/>
franta-hg@27
   366
        </condition>
franta-hg@27
   367
        <condition else="${debug-transport-by-os}" property="debug-transport" value="${debug.transport}">
franta-hg@27
   368
            <isset property="debug.transport"/>
franta-hg@27
   369
        </condition>
franta-hg@27
   370
    </target>
franta-hg@27
   371
    <target depends="-init-debug-args" name="-init-macrodef-debug">
franta-hg@27
   372
        <macrodef name="debug" uri="http://www.netbeans.org/ns/j2ee-ejbjarproject/1">
franta-hg@27
   373
            <attribute default="${main.class}" name="classname"/>
franta-hg@27
   374
            <attribute default="${debug.classpath}" name="classpath"/>
franta-hg@27
   375
            <attribute default="${application.args}" name="args"/>
franta-hg@27
   376
            <element name="customize" optional="true"/>
franta-hg@27
   377
            <sequential>
franta-hg@27
   378
                <java classname="@{classname}" fork="true">
franta-hg@27
   379
                    <jvmarg line="${debug-args-line}"/>
franta-hg@27
   380
                    <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
franta-hg@142
   381
                    <jvmarg line="${runmain.jvmargs}"/>
franta-hg@27
   382
                    <classpath>
franta-hg@27
   383
                        <path path="@{classpath}"/>
franta-hg@27
   384
                    </classpath>
franta-hg@27
   385
                    <arg line="@{args}"/>
franta-hg@27
   386
                    <customize/>
franta-hg@27
   387
                </java>
franta-hg@27
   388
            </sequential>
franta-hg@27
   389
        </macrodef>
franta-hg@27
   390
    </target>
franta-hg@27
   391
    <target name="-init-taskdefs">
franta-hg@27
   392
        <fail unless="libs.CopyLibs.classpath">
franta-hg@27
   393
The libs.CopyLibs.classpath property is not set up.
franta-hg@27
   394
This property must point to 
franta-hg@27
   395
org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part
franta-hg@27
   396
of NetBeans IDE installation and is usually located at 
franta-hg@27
   397
&lt;netbeans_installation&gt;/java&lt;version&gt;/ant/extra folder.
franta-hg@27
   398
Either open the project in the IDE and make sure CopyLibs library
franta-hg@27
   399
exists or setup the property manually. For example like this:
franta-hg@27
   400
 ant -Dlibs.CopyLibs.classpath=a/path/to/org-netbeans-modules-java-j2seproject-copylibstask.jar
franta-hg@27
   401
                </fail>
franta-hg@27
   402
        <taskdef classpath="${libs.CopyLibs.classpath}" resource="org/netbeans/modules/java/j2seproject/copylibstask/antlib.xml"/>
franta-hg@27
   403
    </target>
franta-hg@142
   404
    <target name="-init-ap-cmdline-properties">
franta-hg@142
   405
        <property name="annotation.processing.enabled" value="true"/>
franta-hg@142
   406
        <property name="annotation.processing.processors.list" value=""/>
franta-hg@142
   407
        <property name="annotation.processing.run.all.processors" value="true"/>
franta-hg@142
   408
        <property name="javac.processorpath" value="${javac.classpath}"/>
franta-hg@142
   409
        <property name="javac.test.processorpath" value="${javac.test.classpath}"/>
franta-hg@142
   410
        <condition property="ap.supported.internal" value="true">
franta-hg@142
   411
            <not>
franta-hg@142
   412
                <matches pattern="1\.[0-5](\..*)?" string="${javac.source}"/>
franta-hg@142
   413
            </not>
franta-hg@142
   414
        </condition>
franta-hg@142
   415
    </target>
franta-hg@142
   416
    <target depends="-init-ap-cmdline-properties" if="ap.supported.internal" name="-init-ap-cmdline-supported">
franta-hg@142
   417
        <condition else="" property="ap.processors.internal" value="-processor ${annotation.processing.processors.list}">
franta-hg@142
   418
            <isfalse value="${annotation.processing.run.all.processors}"/>
franta-hg@142
   419
        </condition>
franta-hg@142
   420
        <condition else="" property="ap.proc.none.internal" value="-proc:none">
franta-hg@142
   421
            <isfalse value="${annotation.processing.enabled}"/>
franta-hg@142
   422
        </condition>
franta-hg@142
   423
    </target>
franta-hg@142
   424
    <target depends="-init-ap-cmdline-properties,-init-ap-cmdline-supported" name="-init-ap-cmdline">
franta-hg@142
   425
        <property name="ap.cmd.line.internal" value=""/>
franta-hg@142
   426
    </target>
franta-hg@142
   427
    <target depends="-pre-init,-init-private,-init-userdir,-init-user,-init-project,-do-init,-post-init,-init-check,-init-macrodef-property,-init-macrodef-javac,-init-macrodef-junit,-init-macrodef-java,-init-macrodef-nbjpda,-init-macrodef-debug,-init-taskdefs,-init-ap-cmdline" name="init"/>
franta-hg@27
   428
    <!--
franta-hg@27
   429
                COMPILATION SECTION
franta-hg@27
   430
            -->
franta-hg@27
   431
    <target depends="init" if="no.dist.ear.dir" name="-deps-module-jar" unless="no.deps">
franta-hg@108
   432
        <ant antfile="${project.SuperDAO}/build.xml" inheritall="false" target="jar">
franta-hg@108
   433
            <property name="deploy.on.save" value="false"/>
franta-hg@108
   434
        </ant>
franta-hg@27
   435
        <ant antfile="${project.nekurak_net-lib}/build.xml" inheritall="false" target="jar">
franta-hg@27
   436
            <property name="deploy.on.save" value="false"/>
franta-hg@27
   437
        </ant>
franta-hg@27
   438
    </target>
franta-hg@27
   439
    <target depends="init" if="dist.ear.dir" name="-deps-ear-jar" unless="no.deps">
franta-hg@108
   440
        <ant antfile="${project.SuperDAO}/build.xml" inheritall="false" target="jar">
franta-hg@108
   441
            <property name="deploy.on.save" value="false"/>
franta-hg@108
   442
        </ant>
franta-hg@27
   443
        <ant antfile="${project.nekurak_net-lib}/build.xml" inheritall="false" target="jar">
franta-hg@27
   444
            <property name="deploy.on.save" value="false"/>
franta-hg@27
   445
        </ant>
franta-hg@27
   446
    </target>
franta-hg@27
   447
    <target depends="init, -deps-module-jar, -deps-ear-jar" name="deps-jar"/>
franta-hg@27
   448
    <target depends="init,deps-jar" name="-pre-pre-compile">
franta-hg@27
   449
        <mkdir dir="${build.classes.dir}"/>
franta-hg@27
   450
        <mkdir dir="${build.ear.classes.dir}"/>
franta-hg@27
   451
    </target>
franta-hg@27
   452
    <target name="-pre-compile">
franta-hg@27
   453
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   454
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   455
    </target>
franta-hg@27
   456
    <target depends="compile" name="library-inclusion-in-archive">
franta-hg@27
   457
        <copyfiles files="${reference.nekurak_net-lib.jar}" todir="${build.classes.dir}"/>
franta-hg@108
   458
        <copyfiles files="${reference.SuperDAO.jar}" todir="${build.classes.dir}"/>
franta-hg@149
   459
        <copyfiles files="${libs.Smack-XMPP.classpath}" todir="${build.classes.dir}"/>
franta-hg@27
   460
    </target>
franta-hg@27
   461
    <target depends="compile" name="library-inclusion-in-manifest">
franta-hg@27
   462
        <copyfiles files="${reference.nekurak_net-lib.jar}" todir="${dist.ear.dir}/lib"/>
franta-hg@108
   463
        <copyfiles files="${reference.SuperDAO.jar}" todir="${dist.ear.dir}/lib"/>
franta-hg@149
   464
        <copyfiles files="${libs.Smack-XMPP.classpath}" todir="${dist.ear.dir}/lib"/>
franta-hg@27
   465
        <manifest file="${build.ear.classes.dir}/META-INF/MANIFEST.MF" mode="update"/>
franta-hg@27
   466
    </target>
franta-hg@27
   467
    <target name="-copy-meta-inf">
franta-hg@27
   468
        <copy todir="${classes.dir}">
franta-hg@27
   469
            <fileset dir="${meta.inf}" includes="**/*.dbschema"/>
franta-hg@27
   470
        </copy>
franta-hg@27
   471
        <copy todir="${classes.dir}/META-INF">
franta-hg@27
   472
            <fileset dir="${meta.inf}" excludes="**/*.dbschema **/xml-resources/** ${meta.inf.excludes}"/>
franta-hg@27
   473
        </copy>
franta-hg@27
   474
    </target>
franta-hg@27
   475
    <target depends="init,deps-jar,-pre-pre-compile,-pre-compile,-copy-meta-inf" if="have.sources" name="-do-compile">
franta-hg@27
   476
        <ejbjarproject2:javac destdir="${classes.dir}" gensrcdir="${build.generated.sources.dir}"/>
franta-hg@27
   477
        <copy todir="${classes.dir}">
franta-hg@27
   478
            <fileset dir="${src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
franta-hg@27
   479
        </copy>
franta-hg@27
   480
    </target>
franta-hg@27
   481
    <target name="-post-compile">
franta-hg@27
   482
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   483
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   484
    </target>
franta-hg@27
   485
    <target depends="init,deps-jar,-pre-pre-compile,-pre-compile,-do-compile,-post-compile" description="Compile project." name="compile"/>
franta-hg@27
   486
    <target name="-pre-compile-single">
franta-hg@27
   487
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   488
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   489
    </target>
franta-hg@27
   490
    <target depends="init,deps-jar,-pre-pre-compile" name="-do-compile-single">
franta-hg@27
   491
        <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
franta-hg@27
   492
        <ejbjarproject2:javac excludes="" gensrcdir="${build.generated.sources.dir}" includes="${javac.includes}"/>
franta-hg@27
   493
    </target>
franta-hg@27
   494
    <target name="-post-compile-single">
franta-hg@27
   495
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   496
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   497
    </target>
franta-hg@27
   498
    <target depends="init,deps-jar,-pre-pre-compile,-pre-compile-single,-do-compile-single,-post-compile-single" name="compile-single"/>
franta-hg@27
   499
    <!--
franta-hg@27
   500
                DIST BUILDING SECTION
franta-hg@27
   501
            -->
franta-hg@27
   502
    <target name="-pre-dist">
franta-hg@27
   503
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   504
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   505
    </target>
franta-hg@27
   506
    <target depends="init,compile,-pre-dist,library-inclusion-in-archive" if="has.custom.manifest" name="-do-dist-with-manifest">
franta-hg@27
   507
        <dirname file="${dist.jar}" property="dist.jar.dir"/>
franta-hg@27
   508
        <mkdir dir="${dist.jar.dir}"/>
franta-hg@27
   509
        <jar compress="${jar.compress}" jarfile="${dist.jar}" manifest="${build.classes.dir}/META-INF/MANIFEST.MF">
franta-hg@27
   510
            <fileset dir="${build.classes.dir}"/>
franta-hg@27
   511
        </jar>
franta-hg@27
   512
    </target>
franta-hg@27
   513
    <target depends="init,compile,-pre-dist,library-inclusion-in-archive" name="-do-dist-without-manifest" unless="has.custom.manifest">
franta-hg@27
   514
        <dirname file="${dist.jar}" property="dist.jar.dir"/>
franta-hg@27
   515
        <mkdir dir="${dist.jar.dir}"/>
franta-hg@27
   516
        <jar compress="${jar.compress}" jarfile="${dist.jar}">
franta-hg@27
   517
            <fileset dir="${build.classes.dir}"/>
franta-hg@27
   518
        </jar>
franta-hg@27
   519
    </target>
franta-hg@27
   520
    <!--
franta-hg@27
   521
                TARGETS NEEDED TO SUPPORT DIRECTORY DEPLOYMENT
franta-hg@27
   522
            -->
franta-hg@27
   523
    <target depends="init,compile,-pre-dist,library-inclusion-in-archive" if="do.package.with.custom.manifest.not.directory.deploy" name="-do-tmp-dist-with-manifest">
franta-hg@27
   524
        <dirname file="${dist.jar}" property="dist.jar.dir"/>
franta-hg@27
   525
        <mkdir dir="${dist.jar.dir}"/>
franta-hg@27
   526
        <jar compress="${jar.compress}" jarfile="${dist.jar}" manifest="${build.classes.dir}/META-INF/MANIFEST.MF">
franta-hg@27
   527
            <fileset dir="${build.classes.dir}"/>
franta-hg@27
   528
        </jar>
franta-hg@27
   529
    </target>
franta-hg@27
   530
    <target depends="init,compile,-pre-dist,library-inclusion-in-archive" if="do.package.without.custom.manifest.not.directory.deploy" name="-do-tmp-dist-without-manifest">
franta-hg@27
   531
        <dirname file="${dist.jar}" property="dist.jar.dir"/>
franta-hg@27
   532
        <mkdir dir="${dist.jar.dir}"/>
franta-hg@27
   533
        <jar compress="${jar.compress}" jarfile="${dist.jar}">
franta-hg@27
   534
            <fileset dir="${build.classes.dir}"/>
franta-hg@27
   535
        </jar>
franta-hg@27
   536
    </target>
franta-hg@27
   537
    <target depends="init,compile,-pre-dist,library-inclusion-in-archive, -do-tmp-dist-without-manifest, -do-tmp-dist-with-manifest" name="-do-dist-directory-deploy"/>
franta-hg@27
   538
    <target depends="init,compile,-pre-dist,-do-dist-directory-deploy,-post-dist" description="Build distribution (JAR) - if directory deployment is not supported." name="dist-directory-deploy"/>
franta-hg@27
   539
    <!--
franta-hg@27
   540
                END TARGETS NEEDED TO SUPPORT DIRECTORY DEPLOYMENT
franta-hg@27
   541
            -->
franta-hg@27
   542
    <target depends="init,compile,-pre-dist,library-inclusion-in-archive, -do-dist-without-manifest, -do-dist-with-manifest" name="-do-dist"/>
franta-hg@27
   543
    <target depends="init,compile,-pre-dist,library-inclusion-in-manifest" name="-do-ear-dist">
franta-hg@27
   544
        <dirname file="${dist.ear.jar}" property="dist.jar.dir"/>
franta-hg@27
   545
        <mkdir dir="${dist.jar.dir}"/>
franta-hg@27
   546
        <jar compress="${jar.compress}" jarfile="${dist.ear.jar}" manifest="${build.ear.classes.dir}/META-INF/MANIFEST.MF">
franta-hg@27
   547
            <fileset dir="${build.ear.classes.dir}"/>
franta-hg@27
   548
        </jar>
franta-hg@27
   549
    </target>
franta-hg@27
   550
    <target name="-post-dist">
franta-hg@27
   551
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   552
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   553
    </target>
franta-hg@27
   554
    <target depends="init,compile,-pre-dist,-do-dist,-post-dist" description="Build distribution (JAR)." name="dist"/>
franta-hg@27
   555
    <target depends="init,-init-cos,compile,-pre-dist,-do-ear-dist,-post-dist" description="Build distribution (JAR) to be packaged into an EAR." name="dist-ear"/>
franta-hg@27
   556
    <!--
franta-hg@27
   557
                EXECUTION SECTION
franta-hg@27
   558
            -->
franta-hg@27
   559
    <target depends="run-deploy" description="Deploy to server." name="run"/>
franta-hg@27
   560
    <target name="-init-deploy">
franta-hg@27
   561
        <property name="include.jar.manifest" value=""/>
franta-hg@27
   562
    </target>
franta-hg@27
   563
    <target name="pre-run-deploy">
franta-hg@27
   564
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   565
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   566
    </target>
franta-hg@27
   567
    <target name="post-run-deploy">
franta-hg@27
   568
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   569
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   570
    </target>
franta-hg@27
   571
    <target name="-pre-nbmodule-run-deploy">
franta-hg@27
   572
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   573
        <!-- This target can be overriden by NetBeans modules. Don't override it directly, use -pre-run-deploy task instead. -->
franta-hg@27
   574
    </target>
franta-hg@27
   575
    <target name="-post-nbmodule-run-deploy">
franta-hg@27
   576
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   577
        <!-- This target can be overriden by NetBeans modules. Don't override it directly, use -post-run-deploy task instead. -->
franta-hg@27
   578
    </target>
franta-hg@27
   579
    <target name="-run-deploy-am">
franta-hg@27
   580
        <!-- Task to deploy to the Access Manager runtime. -->
franta-hg@27
   581
    </target>
franta-hg@27
   582
    <target depends="init,-init-cos,-init-deploy,compile,library-inclusion-in-archive,dist-directory-deploy,pre-run-deploy,-pre-nbmodule-run-deploy,-run-deploy-nb,-init-deploy-ant,-deploy-ant,-run-deploy-am,-post-nbmodule-run-deploy,post-run-deploy" name="run-deploy">
franta-hg@27
   583
        <nbjpdaappreloaded/>
franta-hg@27
   584
    </target>
franta-hg@27
   585
    <target if="netbeans.home" name="-run-deploy-nb">
franta-hg@27
   586
        <nbdeploy debugmode="false" forceRedeploy="${forceRedeploy}"/>
franta-hg@27
   587
    </target>
franta-hg@27
   588
    <target name="-init-deploy-ant" unless="netbeans.home">
franta-hg@27
   589
        <property name="deploy.ant.archive" value="${dist.jar}"/>
franta-hg@27
   590
        <property name="deploy.ant.resource.dir" value="${resource.dir}"/>
franta-hg@27
   591
        <property name="deploy.ant.enabled" value="true"/>
franta-hg@27
   592
    </target>
franta-hg@27
   593
    <target depends="dist,-run-undeploy-nb,-init-deploy-ant,-undeploy-ant" name="run-undeploy"/>
franta-hg@27
   594
    <target if="netbeans.home" name="-run-undeploy-nb">
franta-hg@27
   595
        <fail message="Undeploy is not supported from within the IDE"/>
franta-hg@27
   596
    </target>
franta-hg@27
   597
    <target depends="dist" name="verify">
franta-hg@27
   598
        <nbverify file="${dist.jar}"/>
franta-hg@27
   599
    </target>
franta-hg@27
   600
    <target depends="init,compile-single" name="run-main">
franta-hg@27
   601
        <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
franta-hg@27
   602
        <ejbjarproject3:java classname="${run.class}"/>
franta-hg@27
   603
    </target>
franta-hg@27
   604
    <!--
franta-hg@27
   605
                DEBUGGING SECTION
franta-hg@27
   606
            -->
franta-hg@27
   607
    <target depends="init,compile,dist-directory-deploy" description="Debug project in IDE." if="netbeans.home" name="debug">
franta-hg@27
   608
        <nbdeploy debugmode="true"/>
franta-hg@27
   609
        <antcall target="connect-debugger"/>
franta-hg@27
   610
    </target>
franta-hg@27
   611
    <target name="connect-debugger" unless="is.debugged">
franta-hg@27
   612
        <nbjpdaconnect address="${jpda.address}" host="${jpda.host}" name="${name}" transport="${jpda.transport}">
franta-hg@27
   613
            <classpath>
franta-hg@27
   614
                <path path="${debug.classpath}"/>
franta-hg@27
   615
            </classpath>
franta-hg@27
   616
            <sourcepath>
franta-hg@27
   617
                <path path="${web.docbase.dir}"/>
franta-hg@27
   618
            </sourcepath>
franta-hg@27
   619
        </nbjpdaconnect>
franta-hg@27
   620
    </target>
franta-hg@27
   621
    <target depends="init" if="netbeans.home" name="-debug-start-debugger">
franta-hg@27
   622
        <ejbjarproject1:nbjpdastart/>
franta-hg@27
   623
    </target>
franta-hg@27
   624
    <target depends="init,compile-single" if="netbeans.home" name="-debug-start-debuggee-single">
franta-hg@27
   625
        <fail unless="main.class">Must select one file in the IDE or set main.class</fail>
franta-hg@27
   626
        <ejbjarproject1:debug/>
franta-hg@27
   627
    </target>
franta-hg@27
   628
    <target depends="init,compile-single,-debug-start-debugger,-debug-start-debuggee-single" if="netbeans.home" name="debug-single-main"/>
franta-hg@27
   629
    <target depends="init" name="-pre-debug-fix">
franta-hg@27
   630
        <fail unless="fix.includes">Must set fix.includes</fail>
franta-hg@27
   631
        <property name="javac.includes" value="${fix.includes}.java"/>
franta-hg@27
   632
    </target>
franta-hg@27
   633
    <target depends="init,-pre-debug-fix,compile-single" if="netbeans.home" name="-do-debug-fix">
franta-hg@27
   634
        <ejbjarproject1:nbjpdareload/>
franta-hg@27
   635
    </target>
franta-hg@27
   636
    <target depends="init,-pre-debug-fix,-do-debug-fix" if="netbeans.home" name="debug-fix"/>
franta-hg@27
   637
    <!--
franta-hg@27
   638
                JAVADOC SECTION
franta-hg@27
   639
            -->
franta-hg@142
   640
    <target depends="init" if="have.sources" name="javadoc-build">
franta-hg@27
   641
        <mkdir dir="${dist.javadoc.dir}"/>
franta-hg@27
   642
        <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
   643
            <classpath>
franta-hg@27
   644
                <path path="${javac.classpath}:${j2ee.platform.classpath}"/>
franta-hg@27
   645
            </classpath>
franta-hg@27
   646
            <fileset dir="${src.dir}" excludes="${excludes}" includes="${includes}">
franta-hg@27
   647
                <filename name="**/*.java"/>
franta-hg@27
   648
            </fileset>
franta-hg@27
   649
            <fileset dir="${build.generated.sources.dir}" erroronmissingdir="false">
franta-hg@27
   650
                <include name="**/*.java"/>
franta-hg@27
   651
            </fileset>
franta-hg@27
   652
        </javadoc>
franta-hg@27
   653
    </target>
franta-hg@27
   654
    <target depends="init,javadoc-build" if="netbeans.home" name="javadoc-browse" unless="no.javadoc.preview">
franta-hg@27
   655
        <nbbrowse file="${dist.javadoc.dir}/index.html"/>
franta-hg@27
   656
    </target>
franta-hg@27
   657
    <target depends="init,javadoc-build,javadoc-browse" description="Build Javadoc." name="javadoc"/>
franta-hg@27
   658
    <!--
franta-hg@27
   659
                JUNIT COMPILATION SECTION
franta-hg@27
   660
            -->
franta-hg@27
   661
    <target depends="init,compile" if="have.tests" name="-pre-pre-compile-test">
franta-hg@27
   662
        <mkdir dir="${build.test.classes.dir}"/>
franta-hg@27
   663
        <property name="j2ee.platform.embeddableejb.classpath" value=""/>
franta-hg@27
   664
    </target>
franta-hg@27
   665
    <target name="-pre-compile-test">
franta-hg@27
   666
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   667
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   668
    </target>
franta-hg@27
   669
    <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test" if="have.tests" name="-do-compile-test">
franta-hg@27
   670
        <ejbjarproject2:javac classpath="${javac.test.classpath}:${j2ee.platform.classpath}:${j2ee.platform.embeddableejb.classpath}" debug="true" destdir="${build.test.classes.dir}" srcdir="${test.src.dir}"/>
franta-hg@27
   671
        <copy todir="${build.test.classes.dir}">
franta-hg@27
   672
            <fileset dir="${test.src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
franta-hg@27
   673
        </copy>
franta-hg@27
   674
    </target>
franta-hg@27
   675
    <target name="-post-compile-test">
franta-hg@27
   676
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   677
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   678
    </target>
franta-hg@27
   679
    <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test,-do-compile-test,-post-compile-test" name="compile-test"/>
franta-hg@27
   680
    <target name="-pre-compile-test-single">
franta-hg@27
   681
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   682
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   683
    </target>
franta-hg@27
   684
    <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test-single" if="have.tests" name="-do-compile-test-single">
franta-hg@27
   685
        <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
franta-hg@27
   686
        <ejbjarproject2:javac classpath="${javac.test.classpath}:${j2ee.platform.classpath}:${j2ee.platform.embeddableejb.classpath}" debug="true" destdir="${build.test.classes.dir}" excludes="" includes="${javac.includes}" srcdir="${test.src.dir}"/>
franta-hg@27
   687
    </target>
franta-hg@27
   688
    <target name="-post-compile-test-single">
franta-hg@27
   689
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   690
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   691
    </target>
franta-hg@27
   692
    <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
   693
    <!--
franta-hg@27
   694
                JUNIT EXECUTION SECTION
franta-hg@27
   695
            -->
franta-hg@27
   696
    <target depends="init" if="have.tests" name="-pre-test-run">
franta-hg@27
   697
        <mkdir dir="${build.test.results.dir}"/>
franta-hg@27
   698
    </target>
franta-hg@27
   699
    <target depends="init,compile-test,-pre-test-run" if="have.tests" name="-do-test-run">
franta-hg@27
   700
        <ejbjarproject2:junit testincludes="**/*Test.java"/>
franta-hg@27
   701
    </target>
franta-hg@27
   702
    <target depends="init,compile-test,-pre-test-run,-do-test-run" if="have.tests" name="-post-test-run">
franta-hg@27
   703
        <fail if="tests.failed" unless="ignore.failing.tests">Some tests failed; see details above.</fail>
franta-hg@27
   704
    </target>
franta-hg@27
   705
    <target depends="init" if="have.tests" name="test-report"/>
franta-hg@27
   706
    <target depends="init" if="netbeans.home+have.tests" name="-test-browse"/>
franta-hg@27
   707
    <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
   708
    <target depends="init" if="have.tests" name="-pre-test-run-single">
franta-hg@27
   709
        <mkdir dir="${build.test.results.dir}"/>
franta-hg@27
   710
    </target>
franta-hg@27
   711
    <target depends="init,compile-test-single,-pre-test-run-single" if="have.tests" name="-do-test-run-single">
franta-hg@27
   712
        <fail unless="test.includes">Must select some files in the IDE or set test.includes</fail>
franta-hg@27
   713
        <ejbjarproject2:junit excludes="" includes="${test.includes}"/>
franta-hg@27
   714
    </target>
franta-hg@27
   715
    <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
   716
        <fail if="tests.failed" unless="ignore.failing.tests">Some tests failed; see details above.</fail>
franta-hg@27
   717
    </target>
franta-hg@27
   718
    <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
   719
    <!--
franta-hg@27
   720
                JUNIT DEBUGGING SECTION
franta-hg@27
   721
            -->
franta-hg@27
   722
    <target depends="init,compile-test" if="have.tests" name="-debug-start-debuggee-test">
franta-hg@27
   723
        <fail unless="test.class">Must select one file in the IDE or set test.class</fail>
franta-hg@27
   724
        <property location="${build.test.results.dir}/TEST-${test.class}.xml" name="test.report.file"/>
franta-hg@27
   725
        <delete file="${test.report.file}"/>
franta-hg@27
   726
        <!-- the directory must exist, otherwise the XML formatter would fail -->
franta-hg@27
   727
        <mkdir dir="${build.test.results.dir}"/>
franta-hg@27
   728
        <ejbjarproject1:debug args="${test.class}" classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner" classpath="${ant.home}/lib/ant.jar:${ant.home}/lib/ant-junit.jar:${debug.test.classpath}:${j2ee.platform.embeddableejb.classpath}">
franta-hg@27
   729
            <customize>
franta-hg@27
   730
                <arg value="showoutput=true"/>
franta-hg@27
   731
                <arg value="formatter=org.apache.tools.ant.taskdefs.optional.junit.BriefJUnitResultFormatter"/>
franta-hg@27
   732
                <arg value="formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,${test.report.file}"/>
franta-hg@27
   733
            </customize>
franta-hg@27
   734
        </ejbjarproject1:debug>
franta-hg@27
   735
    </target>
franta-hg@27
   736
    <target depends="init,compile-test" if="netbeans.home+have.tests" name="-debug-start-debugger-test">
franta-hg@27
   737
        <ejbjarproject1:nbjpdastart classpath="${debug.test.classpath}" name="${test.class}"/>
franta-hg@27
   738
    </target>
franta-hg@27
   739
    <target depends="init,compile-test,-debug-start-debugger-test,-debug-start-debuggee-test" name="debug-test"/>
franta-hg@27
   740
    <target depends="init,-pre-debug-fix,compile-test-single" if="netbeans.home" name="-do-debug-fix-test">
franta-hg@27
   741
        <ejbjarproject1:nbjpdareload dir="${build.test.classes.dir}"/>
franta-hg@27
   742
    </target>
franta-hg@27
   743
    <target depends="init,-pre-debug-fix,-do-debug-fix-test" if="netbeans.home" name="debug-fix-test"/>
franta-hg@27
   744
    <!--
franta-hg@27
   745
                CLEANUP SECTION
franta-hg@27
   746
            -->
franta-hg@27
   747
    <target depends="init" if="no.dist.ear.dir" name="deps-clean" unless="no.deps">
franta-hg@108
   748
        <ant antfile="${project.SuperDAO}/build.xml" inheritall="false" target="clean"/>
franta-hg@27
   749
        <ant antfile="${project.nekurak_net-lib}/build.xml" inheritall="false" target="clean"/>
franta-hg@27
   750
    </target>
franta-hg@27
   751
    <target depends="init" name="-do-clean">
franta-hg@27
   752
        <delete dir="${build.dir}"/>
franta-hg@27
   753
        <delete dir="${dist.dir}"/>
franta-hg@27
   754
    </target>
franta-hg@27
   755
    <target name="-post-clean">
franta-hg@27
   756
        <!-- Empty placeholder for easier customization. -->
franta-hg@27
   757
        <!-- You can override this target in the ../build.xml file. -->
franta-hg@27
   758
    </target>
franta-hg@27
   759
    <target depends="init" if="netbeans.home" name="undeploy-clean">
franta-hg@27
   760
        <nbundeploy failOnError="false" startServer="false"/>
franta-hg@27
   761
    </target>
franta-hg@27
   762
    <target depends="init,undeploy-clean,deps-clean,-do-clean,-post-clean" description="Clean build products." name="clean"/>
franta-hg@27
   763
    <target depends="clean" name="clean-ear"/>
franta-hg@27
   764
</project>