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