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