Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/AuthenticationService/nbproject/build-impl.xml @ 6147

Last change on this file since 6147 was 6147, checked in by mholper, 13 years ago

added UserNameHandler for all serviceProject, central in ECJClient #1441

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