6f913dd92973e0255afeb17aaab0232cddbc43c2
[simdecs.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         - junit compilation
15         - junit execution
16         - junit 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="simdecs-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 depends="-pre-init,-init-private" name="-init-user">
41         <property file="${user.properties.file}"/>
42         <!-- The two properties below are usually overridden -->
43         <!-- by the active platform. Just a fallback. -->
44         <property name="default.javac.source" value="1.4"/>
45         <property name="default.javac.target" value="1.4"/>
46     </target>
47     <target depends="-pre-init,-init-private,-init-user" name="-init-project">
48         <property file="nbproject/project.properties"/>
49     </target>
50     <target depends="-pre-init,-init-private,-init-user,-init-project,-init-macrodef-property" if="dist.ear.dir" name="-do-ear-init"/>
51     <target depends="-pre-init,-init-private,-init-user,-init-project,-init-macrodef-property" name="-do-init">
52         <condition property="have.tests">
53             <or>
54                 <available file="${test.src.dir}"/>
55             </or>
56         </condition>
57         <condition property="have.sources">
58             <or>
59                 <available file="${src.dir}"/>
60             </or>
61         </condition>
62         <condition property="netbeans.home+have.tests">
63             <and>
64                 <isset property="netbeans.home"/>
65                 <isset property="have.tests"/>
66             </and>
67         </condition>
68         <condition property="no.javadoc.preview">
69             <isfalse value="${javadoc.preview}"/>
70         </condition>
71         <property name="javac.compilerargs" value=""/>
72         <condition property="no.deps">
73             <and>
74                 <istrue value="${no.dependencies}"/>
75             </and>
76         </condition>
77         <condition property="no.dist.ear.dir">
78             <not>
79                 <isset property="dist.ear.dir"/>
80             </not>
81         </condition>
82         <property name="build.web.excludes" value="${build.classes.excludes}"/>
83         <condition property="do.compile.jsps">
84             <istrue value="${compile.jsps}"/>
85         </condition>
86         <condition property="do.debug.server">
87             <or>
88                 <not>
89                     <isset property="debug.server"/>
90                 </not>
91                 <istrue value="${debug.server}"/>
92                 <and>
93                     <not>
94                         <istrue value="${debug.server}"/>
95                     </not>
96                     <not>
97                         <istrue value="${debug.client}"/>
98                     </not>
99                 </and>
100             </or>
101         </condition>
102         <condition property="do.debug.client">
103             <istrue value="${debug.client}"/>
104         </condition>
105         <condition property="do.display.browser">
106             <istrue value="${display.browser}"/>
107         </condition>
108         <condition property="do.display.browser.debug">
109             <and>
110                 <isset property="do.display.browser"/>
111                 <not>
112                     <isset property="do.debug.client"/>
113                 </not>
114             </and>
115         </condition>
116         <available file="${conf.dir}/MANIFEST.MF" property="has.custom.manifest"/>
117         <available file="${persistence.xml.dir}/persistence.xml" property="has.persistence.xml"/>
118         <condition property="do.war.package.with.custom.manifest">
119             <isset property="has.custom.manifest"/>
120         </condition>
121         <condition property="do.war.package.without.custom.manifest">
122             <not>
123                 <isset property="has.custom.manifest"/>
124             </not>
125         </condition>
126         <condition property="do.tmp.war.package.with.custom.manifest">
127             <and>
128                 <isset property="has.custom.manifest"/>
129                 <or>
130                     <isfalse value="${directory.deployment.supported}"/>
131                     <isset property="dist.ear.dir"/>
132                 </or>
133             </and>
134         </condition>
135         <condition property="do.tmp.war.package.without.custom.manifest">
136             <and>
137                 <not>
138                     <isset property="has.custom.manifest"/>
139                 </not>
140                 <or>
141                     <isfalse value="${directory.deployment.supported}"/>
142                     <isset property="dist.ear.dir"/>
143                 </or>
144             </and>
145         </condition>
146         <condition property="do.tmp.war.package">
147             <or>
148                 <isfalse value="${directory.deployment.supported}"/>
149                 <isset property="dist.ear.dir"/>
150             </or>
151         </condition>
152         <property name="build.meta.inf.dir" value="${build.web.dir}/META-INF"/>
153         <condition else="" property="application.args.param" value="${application.args}">
154             <and>
155                 <isset property="application.args"/>
156                 <not>
157                     <equals arg1="${application.args}" arg2="" trim="true"/>
158                 </not>
159             </and>
160         </condition>
161         <property name="source.encoding" value="${file.encoding}"/>
162         <condition property="javadoc.encoding.used" value="${javadoc.encoding}">
163             <and>
164                 <isset property="javadoc.encoding"/>
165                 <not>
166                     <equals arg1="${javadoc.encoding}" arg2=""/>
167                 </not>
168             </and>
169         </condition>
170         <property name="javadoc.encoding.used" value="${source.encoding}"/>
171         <property name="includes" value="**"/>
172         <property name="excludes" value=""/>
173         <property name="runmain.jvmargs" value=""/>
174         <path id="endorsed.classpath.path" path="${endorsed.classpath}"/>
175         <condition else="" property="endorsed.classpath.cmd.line.arg" value="-Xbootclasspath/p:'${toString:endorsed.classpath.path}'">
176             <and>
177                 <isset property="endorsed.classpath"/>
178                 <length length="0" string="${endorsed.classpath}" when="greater"/>
179             </and>
180         </condition>
181         <condition else="false" property="jdkBug6558476">
182             <and>
183                 <matches pattern="1\.[56]" string="${java.specification.version}"/>
184                 <not>
185                     <os family="unix"/>
186                 </not>
187             </and>
188         </condition>
189         <property name="javac.fork" value="${jdkBug6558476}"/>
190     </target>
191     <target depends="init" name="-init-cos" unless="deploy.on.save">
192         <condition property="deploy.on.save" value="true">
193             <or>
194                 <istrue value="${j2ee.deploy.on.save}"/>
195                 <istrue value="${j2ee.compile.on.save}"/>
196             </or>
197         </condition>
198     </target>
199     <target name="-post-init">
200         <!-- Empty placeholder for easier customization. -->
201         <!-- You can override this target in the ../build.xml file. -->
202     </target>
203     <target depends="-pre-init,-init-private,-init-user,-init-project,-do-init" name="-init-check">
204         <fail unless="src.dir">Must set src.dir</fail>
205         <fail unless="test.src.dir">Must set test.src.dir</fail>
206         <fail unless="build.dir">Must set build.dir</fail>
207         <fail unless="build.web.dir">Must set build.web.dir</fail>
208         <fail unless="build.generated.dir">Must set build.generated.dir</fail>
209         <fail unless="dist.dir">Must set dist.dir</fail>
210         <fail unless="build.classes.dir">Must set build.classes.dir</fail>
211         <fail unless="dist.javadoc.dir">Must set dist.javadoc.dir</fail>
212         <fail unless="build.test.classes.dir">Must set build.test.classes.dir</fail>
213         <fail unless="build.test.results.dir">Must set build.test.results.dir</fail>
214         <fail unless="build.classes.excludes">Must set build.classes.excludes</fail>
215         <fail unless="dist.war">Must set dist.war</fail>
216         <condition property="missing.j2ee.server.home">
217             <and>
218                 <matches pattern="j2ee.server.home" string="${j2ee.platform.classpath}"/>
219                 <not>
220                     <isset property="j2ee.server.home"/>
221                 </not>
222             </and>
223         </condition>
224         <fail if="missing.j2ee.server.home">
225 The Java EE server classpath is not correctly set up - server home directory is missing.
226 Either open the project in the IDE and assign the server or setup the server classpath manually.
227 For example like this:
228    ant -Dj2ee.server.home=&lt;app_server_installation_directory&gt;
229                 </fail>
230         <fail unless="j2ee.platform.classpath">
231 The Java EE server classpath is not correctly set up. Your active server type is ${j2ee.server.type}.
232 Either open the project in the IDE and assign the server or setup the server classpath manually.
233 For example like this:
234    ant -Duser.properties.file=&lt;path_to_property_file&gt; (where you put the property "j2ee.platform.classpath" in a .properties file)
235 or ant -Dj2ee.platform.classpath=&lt;server_classpath&gt; (where no properties file is used)
236                 </fail>
237     </target>
238     <target name="-init-macrodef-property">
239         <macrodef name="property" uri="http://www.netbeans.org/ns/web-project/1">
240             <attribute name="name"/>
241             <attribute name="value"/>
242             <sequential>
243                 <property name="@{name}" value="${@{value}}"/>
244             </sequential>
245         </macrodef>
246     </target>
247     <target depends="-init-ap-cmdline-properties" if="ap.supported.internal" name="-init-macrodef-javac-with-processors">
248         <macrodef name="javac" uri="http://www.netbeans.org/ns/web-project/2">
249             <attribute default="${src.dir}" name="srcdir"/>
250             <attribute default="${build.classes.dir}" name="destdir"/>
251             <attribute default="${javac.classpath}:${j2ee.platform.classpath}" name="classpath"/>
252             <attribute default="${javac.processorpath}" name="processorpath"/>
253             <attribute default="${build.generated.sources.dir}/ap-source-output" name="apgeneratedsrcdir"/>
254             <attribute default="${includes}" name="includes"/>
255             <attribute default="${excludes}" name="excludes"/>
256             <attribute default="${javac.debug}" name="debug"/>
257             <attribute default="${empty.dir}" name="gensrcdir"/>
258             <element name="customize" optional="true"/>
259             <sequential>
260                 <property location="${build.dir}/empty" name="empty.dir"/>
261                 <mkdir dir="${empty.dir}"/>
262                 <mkdir dir="@{apgeneratedsrcdir}"/>
263                 <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}">
264                     <src>
265                         <dirset dir="@{gensrcdir}" erroronmissingdir="false">
266                             <include name="*"/>
267                         </dirset>
268                     </src>
269                     <classpath>
270                         <path path="@{classpath}"/>
271                     </classpath>
272                     <compilerarg line="${endorsed.classpath.cmd.line.arg}"/>
273                     <compilerarg line="${javac.compilerargs}"/>
274                     <compilerarg value="-processorpath"/>
275                     <compilerarg path="@{processorpath}:${empty.dir}"/>
276                     <compilerarg line="${ap.processors.internal}"/>
277                     <compilerarg value="-s"/>
278                     <compilerarg path="@{apgeneratedsrcdir}"/>
279                     <compilerarg line="${ap.proc.none.internal}"/>
280                     <customize/>
281                 </javac>
282             </sequential>
283         </macrodef>
284     </target>
285     <target depends="-init-ap-cmdline-properties" name="-init-macrodef-javac-without-processors" unless="ap.supported.internal">
286         <macrodef name="javac" uri="http://www.netbeans.org/ns/web-project/2">
287             <attribute default="${src.dir}" name="srcdir"/>
288             <attribute default="${build.classes.dir}" name="destdir"/>
289             <attribute default="${javac.classpath}:${j2ee.platform.classpath}" name="classpath"/>
290             <attribute default="${javac.processorpath}" name="processorpath"/>
291             <attribute default="${build.generated.sources.dir}/ap-source-output" name="apgeneratedsrcdir"/>
292             <attribute default="${includes}" name="includes"/>
293             <attribute default="${excludes}" name="excludes"/>
294             <attribute default="${javac.debug}" name="debug"/>
295             <attribute default="${empty.dir}" name="gensrcdir"/>
296             <element name="customize" optional="true"/>
297             <sequential>
298                 <property location="${build.dir}/empty" name="empty.dir"/>
299                 <mkdir dir="${empty.dir}"/>
300                 <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}">
301                     <src>
302                         <dirset dir="@{gensrcdir}" erroronmissingdir="false">
303                             <include name="*"/>
304                         </dirset>
305                     </src>
306                     <classpath>
307                         <path path="@{classpath}"/>
308                     </classpath>
309                     <compilerarg line="${endorsed.classpath.cmd.line.arg}"/>
310                     <compilerarg line="${javac.compilerargs}"/>
311                     <customize/>
312                 </javac>
313             </sequential>
314         </macrodef>
315     </target>
316     <target depends="-init-macrodef-javac-with-processors,-init-macrodef-javac-without-processors" name="-init-macrodef-javac">
317         <macrodef name="depend" uri="http://www.netbeans.org/ns/web-project/2">
318             <attribute default="${src.dir}" name="srcdir"/>
319             <attribute default="${build.classes.dir}" name="destdir"/>
320             <attribute default="${javac.classpath}:${j2ee.platform.classpath}" name="classpath"/>
321             <sequential>
322                 <depend cache="${build.dir}/depcache" destdir="@{destdir}" excludes="${excludes}" includes="${includes}" srcdir="@{srcdir}">
323                     <classpath>
324                         <path path="@{classpath}"/>
325                     </classpath>
326                 </depend>
327             </sequential>
328         </macrodef>
329         <macrodef name="force-recompile" uri="http://www.netbeans.org/ns/web-project/2">
330             <attribute default="${build.classes.dir}" name="destdir"/>
331             <sequential>
332                 <fail unless="javac.includes">Must set javac.includes</fail>
333                 <pathconvert pathsep="${line.separator}" property="javac.includes.binary">
334                     <path>
335                         <filelist dir="@{destdir}" files="${javac.includes}"/>
336                     </path>
337                     <globmapper from="*.java" to="*.class"/>
338                 </pathconvert>
339                 <tempfile deleteonexit="true" property="javac.includesfile.binary"/>
340                 <echo file="${javac.includesfile.binary}" message="${javac.includes.binary}"/>
341                 <delete>
342                     <files includesfile="${javac.includesfile.binary}"/>
343                 </delete>
344                 <delete file="${javac.includesfile.binary}"/>
345             </sequential>
346         </macrodef>
347     </target>
348     <target name="-init-macrodef-junit">
349         <macrodef name="junit" uri="http://www.netbeans.org/ns/web-project/2">
350             <attribute default="${includes}" name="includes"/>
351             <attribute default="${excludes}" name="excludes"/>
352             <attribute default="**" name="testincludes"/>
353             <sequential>
354                 <junit dir="${basedir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" showoutput="true" tempdir="${java.io.tmpdir}">
355                     <batchtest todir="${build.test.results.dir}">
356                         <fileset dir="${test.src.dir}" excludes="@{excludes},${excludes}" includes="@{includes}">
357                             <filename name="@{testincludes}"/>
358                         </fileset>
359                     </batchtest>
360                     <classpath>
361                         <path path="${run.test.classpath}:${j2ee.platform.classpath}:${j2ee.platform.embeddableejb.classpath}"/>
362                     </classpath>
363                     <syspropertyset>
364                         <propertyref prefix="test-sys-prop."/>
365                         <mapper from="test-sys-prop.*" to="*" type="glob"/>
366                     </syspropertyset>
367                     <formatter type="brief" usefile="false"/>
368                     <formatter type="xml"/>
369                     <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
370                     <jvmarg value="-ea"/>
371                     <jvmarg line="${runmain.jvmargs}"/>
372                 </junit>
373             </sequential>
374         </macrodef>
375     </target>
376     <target name="-init-macrodef-java">
377         <macrodef name="java" uri="http://www.netbeans.org/ns/web-project/1">
378             <attribute default="${main.class}" name="classname"/>
379             <attribute default="${debug.classpath}" name="classpath"/>
380             <element name="customize" optional="true"/>
381             <sequential>
382                 <java classname="@{classname}" fork="true">
383                     <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
384                     <jvmarg line="${runmain.jvmargs}"/>
385                     <classpath>
386                         <path path="@{classpath}:${j2ee.platform.classpath}"/>
387                     </classpath>
388                     <syspropertyset>
389                         <propertyref prefix="run-sys-prop."/>
390                         <mapper from="run-sys-prop.*" to="*" type="glob"/>
391                     </syspropertyset>
392                     <customize/>
393                 </java>
394             </sequential>
395         </macrodef>
396     </target>
397     <target name="-init-macrodef-nbjsdebug">
398         <macrodef name="nbjsdebugstart" uri="http://www.netbeans.org/ns/web-project/1">
399             <attribute default="${client.url}" name="webUrl"/>
400             <sequential>
401                 <nbjsdebugstart urlPart="${client.urlPart}" webUrl="@{webUrl}"/>
402             </sequential>
403         </macrodef>
404     </target>
405     <target depends="-init-debug-args" name="-init-macrodef-nbjpda">
406         <macrodef name="nbjpdastart" uri="http://www.netbeans.org/ns/web-project/1">
407             <attribute default="${main.class}" name="name"/>
408             <attribute default="${debug.classpath}:${j2ee.platform.classpath}" name="classpath"/>
409             <sequential>
410                 <nbjpdastart addressproperty="jpda.address" name="@{name}" transport="${debug-transport}">
411                     <classpath>
412                         <path path="@{classpath}"/>
413                     </classpath>
414                 </nbjpdastart>
415             </sequential>
416         </macrodef>
417         <macrodef name="nbjpdareload" uri="http://www.netbeans.org/ns/web-project/1">
418             <attribute default="${build.classes.dir}" name="dir"/>
419             <sequential>
420                 <nbjpdareload>
421                     <fileset dir="@{dir}" includes="${fix.classes}">
422                         <include name="${fix.includes}*.class"/>
423                     </fileset>
424                 </nbjpdareload>
425             </sequential>
426         </macrodef>
427         <macrodef name="nbjpdaappreloaded" uri="http://www.netbeans.org/ns/web-project/1">
428             <sequential>
429                 <nbjpdaappreloaded/>
430             </sequential>
431         </macrodef>
432     </target>
433     <target name="-init-debug-args">
434         <property name="version-output" value="java version &quot;${ant.java.version}"/>
435         <condition property="have-jdk-older-than-1.4">
436             <or>
437                 <contains string="${version-output}" substring="java version &quot;1.0"/>
438                 <contains string="${version-output}" substring="java version &quot;1.1"/>
439                 <contains string="${version-output}" substring="java version &quot;1.2"/>
440                 <contains string="${version-output}" substring="java version &quot;1.3"/>
441             </or>
442         </condition>
443         <condition else="-Xdebug" property="debug-args-line" value="-Xdebug -Xnoagent -Djava.compiler=none">
444             <istrue value="${have-jdk-older-than-1.4}"/>
445         </condition>
446         <condition else="dt_socket" property="debug-transport-by-os" value="dt_shmem">
447             <os family="windows"/>
448         </condition>
449         <condition else="${debug-transport-by-os}" property="debug-transport" value="${debug.transport}">
450             <isset property="debug.transport"/>
451         </condition>
452     </target>
453     <target depends="-init-debug-args" name="-init-macrodef-debug">
454         <macrodef name="debug" uri="http://www.netbeans.org/ns/web-project/1">
455             <attribute default="${main.class}" name="classname"/>
456             <attribute default="${debug.classpath}:${j2ee.platform.classpath}" name="classpath"/>
457             <attribute default="${application.args.param}" name="args"/>
458             <element name="customize" optional="true"/>
459             <sequential>
460                 <java classname="@{classname}" fork="true">
461                     <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
462                     <jvmarg line="${debug-args-line}"/>
463                     <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
464                     <jvmarg line="${runmain.jvmargs}"/>
465                     <classpath>
466                         <path path="@{classpath}"/>
467                     </classpath>
468                     <syspropertyset>
469                         <propertyref prefix="run-sys-prop."/>
470                         <mapper from="run-sys-prop.*" to="*" type="glob"/>
471                     </syspropertyset>
472                     <arg line="@{args}"/>
473                     <customize/>
474                 </java>
475             </sequential>
476         </macrodef>
477     </target>
478     <target name="-init-taskdefs">
479         <fail unless="libs.CopyLibs.classpath">
480 The libs.CopyLibs.classpath property is not set up.
481 This property must point to 
482 org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part
483 of NetBeans IDE installation and is usually located at 
484 &lt;netbeans_installation&gt;/java&lt;version&gt;/ant/extra folder.
485 Either open the project in the IDE and make sure CopyLibs library
486 exists or setup the property manually. For example like this:
487  ant -Dlibs.CopyLibs.classpath=a/path/to/org-netbeans-modules-java-j2seproject-copylibstask.jar
488                 </fail>
489         <taskdef classpath="${libs.CopyLibs.classpath}" resource="org/netbeans/modules/java/j2seproject/copylibstask/antlib.xml"/>
490     </target>
491     <target name="-init-ap-cmdline-properties">
492         <property name="annotation.processing.enabled" value="true"/>
493         <property name="annotation.processing.processors.list" value=""/>
494         <property name="annotation.processing.run.all.processors" value="true"/>
495         <property name="javac.processorpath" value="${javac.classpath}"/>
496         <property name="javac.test.processorpath" value="${javac.test.classpath}"/>
497         <condition property="ap.supported.internal" value="true">
498             <not>
499                 <matches pattern="1\.[0-5](\..*)?" string="${javac.source}"/>
500             </not>
501         </condition>
502     </target>
503     <target depends="-init-ap-cmdline-properties" if="ap.supported.internal" name="-init-ap-cmdline-supported">
504         <condition else="" property="ap.processors.internal" value="-processor ${annotation.processing.processors.list}">
505             <isfalse value="${annotation.processing.run.all.processors}"/>
506         </condition>
507         <condition else="" property="ap.proc.none.internal" value="-proc:none">
508             <isfalse value="${annotation.processing.enabled}"/>
509         </condition>
510     </target>
511     <target depends="-init-ap-cmdline-properties,-init-ap-cmdline-supported" name="-init-ap-cmdline">
512         <property name="ap.cmd.line.internal" value=""/>
513     </target>
514     <target depends="-profile-pre-init, init, -profile-post-init, -profile-init-check" name="profile-init"/>
515     <target name="-profile-pre-init">
516         <!-- Empty placeholder for easier customization. -->
517         <!-- You can override this target in the ../build.xml file. -->
518     </target>
519     <target name="-profile-post-init">
520         <!-- Empty placeholder for easier customization. -->
521         <!-- You can override this target in the ../build.xml file. -->
522     </target>
523     <target depends="-profile-pre-init, init, -profile-post-init" name="-profile-init-check">
524         <fail unless="profiler.info.jvm">Must set JVM to use for profiling in profiler.info.jvm</fail>
525         <fail unless="profiler.info.jvmargs.agent">Must set profiler agent JVM arguments in profiler.info.jvmargs.agent</fail>
526     </target>
527     <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-java,-init-macrodef-nbjpda,-init-macrodef-nbjsdebug,-init-macrodef-debug,-init-taskdefs,-init-ap-cmdline" name="init"/>
528     <!--
529                 COMPILATION SECTION
530             -->
531     <target depends="init" if="no.dist.ear.dir" name="deps-module-jar" unless="no.deps"/>
532     <target depends="init" if="dist.ear.dir" name="deps-ear-jar" unless="no.deps"/>
533     <target depends="init, deps-module-jar, deps-ear-jar" name="deps-jar" unless="no.deps"/>
534     <target depends="init,deps-jar" name="-pre-pre-compile">
535         <mkdir dir="${build.classes.dir}"/>
536     </target>
537     <target name="-pre-compile">
538         <!-- Empty placeholder for easier customization. -->
539         <!-- You can override this target in the ../build.xml file. -->
540     </target>
541     <target name="-copy-webdir">
542         <copy todir="${build.web.dir}">
543             <fileset dir="${web.docbase.dir}" excludes="${build.web.excludes},${excludes}" includes="${includes}"/>
544         </copy>
545         <copy todir="${build.web.dir}/WEB-INF">
546             <fileset dir="${webinf.dir}" excludes="${build.web.excludes}"/>
547         </copy>
548     </target>
549     <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">
550         <webproject2:javac destdir="${build.classes.dir}" gensrcdir="${build.generated.sources.dir}"/>
551         <copy todir="${build.classes.dir}">
552             <fileset dir="${src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
553         </copy>
554     </target>
555     <target if="has.custom.manifest" name="-copy-manifest">
556         <mkdir dir="${build.meta.inf.dir}"/>
557         <copy todir="${build.meta.inf.dir}">
558             <fileset dir="${conf.dir}" includes="MANIFEST.MF"/>
559         </copy>
560     </target>
561     <target if="has.persistence.xml" name="-copy-persistence-xml">
562         <mkdir dir="${build.web.dir}/WEB-INF/classes/META-INF"/>
563         <copy todir="${build.web.dir}/WEB-INF/classes/META-INF">
564             <fileset dir="${persistence.xml.dir}" includes="persistence.xml"/>
565         </copy>
566     </target>
567     <target name="-post-compile">
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,-pre-pre-compile,-pre-compile,-do-compile,-post-compile" description="Compile project." name="compile"/>
572     <target name="-pre-compile-single">
573         <!-- Empty placeholder for easier customization. -->
574         <!-- You can override this target in the ../build.xml file. -->
575     </target>
576     <target depends="init,deps-jar,-pre-pre-compile" name="-do-compile-single">
577         <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
578         <webproject2:javac excludes="" gensrcdir="${build.generated.sources.dir}" includes="${javac.includes}"/>
579         <copy todir="${build.classes.dir}">
580             <fileset dir="${src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
581         </copy>
582     </target>
583     <target name="-post-compile-single">
584         <!-- Empty placeholder for easier customization. -->
585         <!-- You can override this target in the ../build.xml file. -->
586     </target>
587     <target depends="init,deps-jar,-pre-pre-compile,-pre-compile-single,-do-compile-single,-post-compile-single" name="compile-single"/>
588     <property name="jspc.schemas" value="/resources/schemas/"/>
589     <property name="jspc.dtds" value="/resources/dtds/"/>
590     <target depends="compile" description="Test compile JSP pages to expose compilation errors." if="do.compile.jsps" name="compile-jsps">
591         <mkdir dir="${build.generated.dir}/src"/>
592         <java classname="org.netbeans.modules.web.project.ant.JspC" failonerror="true" fork="true">
593             <arg value="-uriroot"/>
594             <arg file="${basedir}/${build.web.dir}"/>
595             <arg value="-d"/>
596             <arg file="${basedir}/${build.generated.dir}/src"/>
597             <arg value="-die1"/>
598             <arg value="-schemas ${jspc.schemas}"/>
599             <arg value="-dtds ${jspc.dtds}"/>
600             <arg value="-compilerSourceVM ${javac.source}"/>
601             <arg value="-compilerTargetVM ${javac.target}"/>
602             <arg value="-javaEncoding ${source.encoding}"/>
603             <arg value="-sysClasspath ${libs.jsp-compilation-syscp.classpath}"/>
604             <classpath path="${java.home}/../lib/tools.jar:${libs.jsp-compiler.classpath}:${libs.jsp-compilation.classpath}"/>
605         </java>
606         <mkdir dir="${build.generated.dir}/classes"/>
607         <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"/>
608     </target>
609     <target depends="compile" if="jsp.includes" name="-do-compile-single-jsp">
610         <fail unless="javac.jsp.includes">Must select some files in the IDE or set javac.jsp.includes</fail>
611         <mkdir dir="${build.generated.dir}/src"/>
612         <java classname="org.netbeans.modules.web.project.ant.JspCSingle" failonerror="true" fork="true">
613             <arg value="-uriroot"/>
614             <arg file="${basedir}/${build.web.dir}"/>
615             <arg value="-d"/>
616             <arg file="${basedir}/${build.generated.dir}/src"/>
617             <arg value="-die1"/>
618             <arg value="-schemas ${jspc.schemas}"/>
619             <arg value="-dtds ${jspc.dtds}"/>
620             <arg value="-sysClasspath ${libs.jsp-compilation-syscp.classpath}"/>
621             <arg value="-jspc.files"/>
622             <arg path="${jsp.includes}"/>
623             <arg value="-compilerSourceVM ${javac.source}"/>
624             <arg value="-compilerTargetVM ${javac.target}"/>
625             <arg value="-javaEncoding ${source.encoding}"/>
626             <classpath path="${java.home}/../lib/tools.jar:${libs.jsp-compiler.classpath}:${libs.jsp-compilation.classpath}"/>
627         </java>
628         <mkdir dir="${build.generated.dir}/classes"/>
629         <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">
630             <customize>
631                 <patternset includes="${javac.jsp.includes}"/>
632             </customize>
633         </webproject2:javac>
634     </target>
635     <target name="compile-single-jsp">
636         <fail unless="jsp.includes">Must select a file in the IDE or set jsp.includes</fail>
637         <antcall target="-do-compile-single-jsp"/>
638     </target>
639     <!--
640                 DIST BUILDING SECTION
641             -->
642     <target name="-pre-dist">
643         <!-- Empty placeholder for easier customization. -->
644         <!-- You can override this target in the ../build.xml file. -->
645     </target>
646     <target depends="init,compile,compile-jsps,-pre-dist" if="do.war.package.without.custom.manifest" name="-do-dist-without-manifest">
647         <dirname file="${dist.war}" property="dist.jar.dir"/>
648         <mkdir dir="${dist.jar.dir}"/>
649         <jar compress="${jar.compress}" jarfile="${dist.war}">
650             <fileset dir="${build.web.dir}" excludes="WEB-INF/classes/.netbeans_*"/>
651         </jar>
652     </target>
653     <target depends="init,compile,compile-jsps,-pre-dist" if="do.war.package.with.custom.manifest" name="-do-dist-with-manifest">
654         <dirname file="${dist.war}" property="dist.jar.dir"/>
655         <mkdir dir="${dist.jar.dir}"/>
656         <jar compress="${jar.compress}" jarfile="${dist.war}" manifest="${build.meta.inf.dir}/MANIFEST.MF">
657             <fileset dir="${build.web.dir}" excludes="WEB-INF/classes/.netbeans_*"/>
658         </jar>
659     </target>
660     <target depends="init,compile,compile-jsps,-pre-dist" if="do.tmp.war.package.without.custom.manifest" name="-do-tmp-dist-without-manifest">
661         <dirname file="${dist.war}" property="dist.jar.dir"/>
662         <mkdir dir="${dist.jar.dir}"/>
663         <jar compress="${jar.compress}" jarfile="${dist.war}">
664             <fileset dir="${build.web.dir}" excludes="WEB-INF/classes/.netbeans_*"/>
665         </jar>
666     </target>
667     <target depends="init,compile,compile-jsps,-pre-dist" if="do.tmp.war.package.with.custom.manifest" name="-do-tmp-dist-with-manifest">
668         <dirname file="${dist.war}" property="dist.jar.dir"/>
669         <mkdir dir="${dist.jar.dir}"/>
670         <jar compress="${jar.compress}" jarfile="${dist.war}" manifest="${build.meta.inf.dir}/MANIFEST.MF">
671             <fileset dir="${build.web.dir}" excludes="WEB-INF/classes/.netbeans_*"/>
672         </jar>
673     </target>
674     <target depends="init,compile,compile-jsps,-pre-dist,-do-dist-with-manifest,-do-dist-without-manifest" name="do-dist"/>
675     <target depends="init" if="dist.ear.dir" name="library-inclusion-in-manifest">
676         <copyfiles files="${libs.primefaces.classpath}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
677         <copyfiles files="${libs.hibernate-support.classpath}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
678         <copyfiles files="${file.reference.avalon-framework-4.1.3.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
679         <copyfiles files="${file.reference.commons-logging-1.1.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
680         <copyfiles files="${file.reference.icu4j-3.8.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
681         <copyfiles files="${file.reference.javahelp-2.0.02.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
682         <copyfiles files="${file.reference.jaxme2-0.5.1.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
683         <copyfiles files="${file.reference.jaxme2-rt-0.5.1.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
684         <copyfiles files="${file.reference.jaxmeapi-0.5.1.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
685         <copyfiles files="${file.reference.jaxmejs-0.5.1.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
686         <copyfiles files="${file.reference.jaxmexs-0.5.1.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
687         <copyfiles files="${file.reference.jpf-1.5.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
688         <copyfiles files="${file.reference.junit-4.1.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
689         <copyfiles files="${file.reference.log4j-1.2.12.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
690         <copyfiles files="${file.reference.logkit-1.0.1.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
691         <copyfiles files="${file.reference.servlet-api-2.3.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
692         <copyfiles files="${file.reference.unbbayes-4.10.4-1s.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
693         <copyfiles files="${file.reference.xalan-2.7.0.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
694         <copyfiles files="${file.reference.xml-apis-1.0.b2.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
695         <copyfiles files="${file.reference.commons-lang3-3.1.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
696         <copyfiles files="${file.reference.commons-fileupload-1.2.2.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
697         <copyfiles files="${file.reference.commons-io-2.1.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
698         <mkdir dir="${build.web.dir}/META-INF"/>
699         <manifest file="${build.web.dir}/META-INF/MANIFEST.MF" mode="update"/>
700     </target>
701     <target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir">
702         <copyfiles files="${libs.primefaces.classpath}" todir="${build.web.dir}/WEB-INF/lib"/>
703         <copyfiles files="${libs.hibernate-support.classpath}" todir="${build.web.dir}/WEB-INF/lib"/>
704         <copyfiles files="${file.reference.avalon-framework-4.1.3.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
705         <copyfiles files="${file.reference.commons-logging-1.1.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
706         <copyfiles files="${file.reference.icu4j-3.8.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
707         <copyfiles files="${file.reference.javahelp-2.0.02.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
708         <copyfiles files="${file.reference.jaxme2-0.5.1.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
709         <copyfiles files="${file.reference.jaxme2-rt-0.5.1.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
710         <copyfiles files="${file.reference.jaxmeapi-0.5.1.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
711         <copyfiles files="${file.reference.jaxmejs-0.5.1.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
712         <copyfiles files="${file.reference.jaxmexs-0.5.1.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
713         <copyfiles files="${file.reference.jpf-1.5.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
714         <copyfiles files="${file.reference.junit-4.1.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
715         <copyfiles files="${file.reference.log4j-1.2.12.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
716         <copyfiles files="${file.reference.logkit-1.0.1.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
717         <copyfiles files="${file.reference.servlet-api-2.3.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
718         <copyfiles files="${file.reference.unbbayes-4.10.4-1s.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
719         <copyfiles files="${file.reference.xalan-2.7.0.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
720         <copyfiles files="${file.reference.xml-apis-1.0.b2.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
721         <copyfiles files="${file.reference.commons-lang3-3.1.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
722         <copyfiles files="${file.reference.commons-fileupload-1.2.2.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
723         <copyfiles files="${file.reference.commons-io-2.1.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
724     </target>
725     <target depends="init" if="dist.ear.dir" name="-clean-webinf-lib">
726         <delete dir="${build.web.dir}/WEB-INF/lib"/>
727     </target>
728     <target depends="init,-clean-webinf-lib,compile,compile-jsps,-pre-dist,library-inclusion-in-manifest" if="do.tmp.war.package" name="do-ear-dist">
729         <dirname file="${dist.ear.war}" property="dist.jar.dir"/>
730         <mkdir dir="${dist.jar.dir}"/>
731         <jar compress="${jar.compress}" jarfile="${dist.ear.war}" manifest="${build.web.dir}/META-INF/MANIFEST.MF">
732             <fileset dir="${build.web.dir}" excludes="WEB-INF/classes/.netbeans_*"/>
733         </jar>
734     </target>
735     <target name="-post-dist">
736         <!-- Empty placeholder for easier customization. -->
737         <!-- You can override this target in the ../build.xml file. -->
738     </target>
739     <target depends="init,compile,-pre-dist,do-dist,-post-dist" description="Build distribution (WAR)." name="dist"/>
740     <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"/>
741     <!--
742                 EXECUTION SECTION
743             -->
744     <target depends="run-deploy,run-display-browser" description="Deploy to server and show in browser." name="run"/>
745     <target name="-pre-run-deploy">
746         <!-- Empty placeholder for easier customization. -->
747         <!-- You can override this target in the ../build.xml file. -->
748     </target>
749     <target name="-post-run-deploy">
750         <!-- Empty placeholder for easier customization. -->
751         <!-- You can override this target in the ../build.xml file. -->
752     </target>
753     <target name="-pre-nbmodule-run-deploy">
754         <!-- Empty placeholder for easier customization. -->
755         <!-- This target can be overriden by NetBeans modules. Don't override it directly, use -pre-run-deploy task instead. -->
756     </target>
757     <target name="-post-nbmodule-run-deploy">
758         <!-- Empty placeholder for easier customization. -->
759         <!-- This target can be overriden by NetBeans modules. Don't override it directly, use -post-run-deploy task instead. -->
760     </target>
761     <target name="-run-deploy-am">
762         <!-- Task to deploy to the Access Manager runtime. -->
763     </target>
764     <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"/>
765     <target if="netbeans.home" name="-run-deploy-nb">
766         <nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
767     </target>
768     <target name="-init-deploy-ant" unless="netbeans.home">
769         <property name="deploy.ant.archive" value="${dist.war}"/>
770         <property name="deploy.ant.docbase.dir" value="${web.docbase.dir}"/>
771         <property name="deploy.ant.resource.dir" value="${resource.dir}"/>
772         <property name="deploy.ant.enabled" value="true"/>
773     </target>
774     <target depends="dist,-run-undeploy-nb,-init-deploy-ant,-undeploy-ant" name="run-undeploy"/>
775     <target if="netbeans.home" name="-run-undeploy-nb">
776         <fail message="Undeploy is not supported from within the IDE"/>
777     </target>
778     <target depends="init,-pre-dist,dist,-post-dist" name="verify">
779         <nbverify file="${dist.war}"/>
780     </target>
781     <target depends="run-deploy,-init-display-browser,-display-browser-nb,-display-browser-cl" name="run-display-browser"/>
782     <target if="do.display.browser" name="-init-display-browser">
783         <condition property="do.display.browser.nb">
784             <isset property="netbeans.home"/>
785         </condition>
786         <condition property="do.display.browser.cl">
787             <isset property="deploy.ant.enabled"/>
788         </condition>
789     </target>
790     <target if="do.display.browser.nb" name="-display-browser-nb">
791         <nbbrowse url="${client.url}"/>
792     </target>
793     <target if="do.display.browser.cl" name="-get-browser" unless="browser">
794         <condition property="browser" value="rundll32">
795             <os family="windows"/>
796         </condition>
797         <condition else="" property="browser.args" value="url.dll,FileProtocolHandler">
798             <os family="windows"/>
799         </condition>
800         <condition property="browser" value="/usr/bin/open">
801             <os family="mac"/>
802         </condition>
803         <property environment="env"/>
804         <condition property="browser" value="${env.BROWSER}">
805             <isset property="env.BROWSER"/>
806         </condition>
807         <condition property="browser" value="/usr/bin/firefox">
808             <available file="/usr/bin/firefox"/>
809         </condition>
810         <condition property="browser" value="/usr/local/firefox/firefox">
811             <available file="/usr/local/firefox/firefox"/>
812         </condition>
813         <condition property="browser" value="/usr/bin/mozilla">
814             <available file="/usr/bin/mozilla"/>
815         </condition>
816         <condition property="browser" value="/usr/local/mozilla/mozilla">
817             <available file="/usr/local/mozilla/mozilla"/>
818         </condition>
819         <condition property="browser" value="/usr/sfw/lib/firefox/firefox">
820             <available file="/usr/sfw/lib/firefox/firefox"/>
821         </condition>
822         <condition property="browser" value="/opt/csw/bin/firefox">
823             <available file="/opt/csw/bin/firefox"/>
824         </condition>
825         <condition property="browser" value="/usr/sfw/lib/mozilla/mozilla">
826             <available file="/usr/sfw/lib/mozilla/mozilla"/>
827         </condition>
828         <condition property="browser" value="/opt/csw/bin/mozilla">
829             <available file="/opt/csw/bin/mozilla"/>
830         </condition>
831     </target>
832     <target depends="-get-browser" if="do.display.browser.cl" name="-display-browser-cl">
833         <fail unless="browser">
834                     Browser not found, cannot launch the deployed application. Try to set the BROWSER environment variable.
835                 </fail>
836         <property name="browse.url" value="${deploy.ant.client.url}${client.urlPart}"/>
837         <echo>Launching ${browse.url}</echo>
838         <exec executable="${browser}" spawn="true">
839             <arg line="${browser.args} ${browse.url}"/>
840         </exec>
841     </target>
842     <target depends="init,-init-cos,compile-single" name="run-main">
843         <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
844         <webproject1:java classname="${run.class}"/>
845     </target>
846     <target depends="init,compile-test-single,-pre-test-run-single" name="run-test-with-main">
847         <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
848         <webproject1:java classname="${run.class}" classpath="${run.test.classpath}"/>
849     </target>
850     <target depends="init" if="netbeans.home" name="-do-update-breakpoints">
851         <webproject1:nbjpdaappreloaded/>
852     </target>
853     <!--
854                 DEBUGGING SECTION
855             -->
856     <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">
857         <nbstartserver debugmode="true"/>
858         <antcall target="connect-debugger"/>
859         <nbdeploy clientUrlPart="${client.urlPart}" debugmode="true" forceRedeploy="true"/>
860         <antcall target="debug-display-browser"/>
861         <antcall target="connect-client-debugger"/>
862     </target>
863     <target if="do.debug.server" name="connect-debugger" unless="is.debugged">
864         <nbjpdaconnect address="${jpda.address}" host="${jpda.host}" name="${name}" transport="${jpda.transport}">
865             <classpath>
866                 <path path="${debug.classpath}:${j2ee.platform.classpath}"/>
867             </classpath>
868             <sourcepath>
869                 <path path="${web.docbase.dir}"/>
870             </sourcepath>
871         </nbjpdaconnect>
872     </target>
873     <target if="do.display.browser.debug" name="debug-display-browser">
874         <nbbrowse url="${client.url}"/>
875     </target>
876     <target if="do.debug.client" name="connect-client-debugger">
877         <webproject1:nbjsdebugstart webUrl="${client.url}"/>
878     </target>
879     <target depends="init,compile-test-single" if="netbeans.home" name="-debug-start-debuggee-main-test">
880         <fail unless="debug.class">Must select one file in the IDE or set debug.class</fail>
881         <webproject1:debug classname="${debug.class}" classpath="${debug.test.classpath}"/>
882     </target>
883     <target depends="init,compile-test-single,-debug-start-debugger-main-test,-debug-start-debuggee-main-test" if="netbeans.home" name="debug-test-with-main"/>
884     <target depends="init,compile,compile-jsps,-do-compile-single-jsp,debug" if="netbeans.home" name="debug-single"/>
885     <target depends="init" if="netbeans.home" name="-debug-start-debugger-main-test">
886         <webproject1:nbjpdastart classpath="${debug.test.classpath}" name="${debug.class}"/>
887     </target>
888     <target depends="init" if="netbeans.home" name="-debug-start-debugger">
889         <webproject1:nbjpdastart name="${debug.class}"/>
890     </target>
891     <target depends="init,compile-single" if="netbeans.home" name="-debug-start-debuggee-single">
892         <fail unless="debug.class">Must select one file in the IDE or set debug.class</fail>
893         <webproject1:debug classname="${debug.class}"/>
894     </target>
895     <target depends="init,compile-single,-debug-start-debugger,-debug-start-debuggee-single" if="netbeans.home" name="debug-single-main"/>
896     <target depends="init" name="-pre-debug-fix">
897         <fail unless="fix.includes">Must set fix.includes</fail>
898         <property name="javac.includes" value="${fix.includes}.java"/>
899     </target>
900     <target depends="init,-pre-debug-fix,compile-single" if="netbeans.home" name="-do-debug-fix">
901         <webproject1:nbjpdareload/>
902     </target>
903     <target depends="init,-pre-debug-fix,-do-debug-fix" if="netbeans.home" name="debug-fix"/>
904     <!--
905             =================
906             PROFILING SECTION
907             =================
908             -->
909     <target description="Profile a J2EE project in the IDE." name="profile">
910         <condition else="start-profiled-server" property="profiler.startserver.target" value="start-profiled-server-extraargs">
911             <isset property="profiler.info.jvmargs.extra"/>
912         </condition>
913         <antcall target="${profiler.startserver.target}"/>
914         <antcall target="run"/>
915         <antcall target="start-loadgen"/>
916     </target>
917     <target name="start-profiled-server">
918         <nbstartprofiledserver forceRestart="${profiler.j2ee.serverForceRestart}" javaPlatform="${profiler.info.javaPlatform}" startupTimeout="${profiler.j2ee.serverStartupTimeout}">
919             <jvmarg value="${profiler.info.jvmargs.agent}"/>
920             <jvmarg value="${profiler.j2ee.agentID}"/>
921         </nbstartprofiledserver>
922     </target>
923     <target name="start-profiled-server-extraargs">
924         <nbstartprofiledserver forceRestart="${profiler.j2ee.serverForceRestart}" javaPlatform="${profiler.info.javaPlatform}" startupTimeout="${profiler.j2ee.serverStartupTimeout}">
925             <jvmarg value="${profiler.info.jvmargs.extra}"/>
926             <jvmarg value="${profiler.info.jvmargs.agent}"/>
927             <jvmarg value="${profiler.j2ee.agentID}"/>
928         </nbstartprofiledserver>
929     </target>
930     <target if="profiler.loadgen.path" name="start-loadgen">
931         <loadgenstart path="${profiler.loadgen.path}"/>
932     </target>
933     <!--
934                 JAVADOC SECTION
935             -->
936     <target depends="init" if="have.sources" name="javadoc-build">
937         <mkdir dir="${dist.javadoc.dir}"/>
938         <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}">
939             <classpath>
940                 <path path="${javac.classpath}:${j2ee.platform.classpath}"/>
941             </classpath>
942             <fileset dir="${src.dir}" excludes="${excludes}" includes="${includes}">
943                 <filename name="**/*.java"/>
944             </fileset>
945             <fileset dir="${build.generated.sources.dir}" erroronmissingdir="false">
946                 <include name="**/*.java"/>
947             </fileset>
948         </javadoc>
949         <copy todir="${dist.javadoc.dir}">
950             <fileset dir="${src.dir}" excludes="${excludes}" includes="${includes}">
951                 <filename name="**/doc-files/**"/>
952             </fileset>
953             <fileset dir="${build.generated.sources.dir}" erroronmissingdir="false">
954                 <include name="**/doc-files/**"/>
955             </fileset>
956         </copy>
957     </target>
958     <target depends="init,javadoc-build" if="netbeans.home" name="javadoc-browse" unless="no.javadoc.preview">
959         <nbbrowse file="${dist.javadoc.dir}/index.html"/>
960     </target>
961     <target depends="init,javadoc-build,javadoc-browse" description="Build Javadoc." name="javadoc"/>
962     <!--
963                 
964                 JUNIT COMPILATION SECTION
965             -->
966     <target depends="init,compile" if="have.tests" name="-pre-pre-compile-test">
967         <mkdir dir="${build.test.classes.dir}"/>
968         <property name="j2ee.platform.embeddableejb.classpath" value=""/>
969     </target>
970     <target name="-pre-compile-test">
971         <!-- Empty placeholder for easier customization. -->
972         <!-- You can override this target in the ../build.xml file. -->
973     </target>
974     <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test" if="have.tests" name="-do-compile-test">
975         <webproject2:javac classpath="${javac.test.classpath}:${j2ee.platform.classpath}:${j2ee.platform.embeddableejb.classpath}" debug="true" destdir="${build.test.classes.dir}" srcdir="${test.src.dir}"/>
976         <copy todir="${build.test.classes.dir}">
977             <fileset dir="${test.src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
978         </copy>
979     </target>
980     <target name="-post-compile-test">
981         <!-- Empty placeholder for easier customization. -->
982         <!-- You can override this target in the ../build.xml file. -->
983     </target>
984     <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test,-do-compile-test,-post-compile-test" name="compile-test"/>
985     <target name="-pre-compile-test-single">
986         <!-- Empty placeholder for easier customization. -->
987         <!-- You can override this target in the ../build.xml file. -->
988     </target>
989     <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test-single" if="have.tests" name="-do-compile-test-single">
990         <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
991         <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}"/>
992         <copy todir="${build.test.classes.dir}">
993             <fileset dir="${test.src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
994         </copy>
995     </target>
996     <target name="-post-compile-test-single">
997         <!-- Empty placeholder for easier customization. -->
998         <!-- You can override this target in the ../build.xml file. -->
999     </target>
1000     <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test-single,-do-compile-test-single,-post-compile-test-single" name="compile-test-single"/>
1001     <!--
1002                 
1003                 JUNIT EXECUTION SECTION
1004             -->
1005     <target depends="init" if="have.tests" name="-pre-test-run">
1006         <mkdir dir="${build.test.results.dir}"/>
1007     </target>
1008     <target depends="init,compile-test,-pre-test-run" if="have.tests" name="-do-test-run">
1009         <webproject2:junit testincludes="**/*Test.java"/>
1010     </target>
1011     <target depends="init,compile-test,-pre-test-run,-do-test-run" if="have.tests" name="-post-test-run">
1012         <fail if="tests.failed" unless="ignore.failing.tests">Some tests failed; see details above.</fail>
1013     </target>
1014     <target depends="init" if="have.tests" name="test-report"/>
1015     <target depends="init" if="netbeans.home+have.tests" name="-test-browse"/>
1016     <target depends="init,compile-test,-pre-test-run,-do-test-run,test-report,-post-test-run,-test-browse" description="Run unit tests." name="test"/>
1017     <target depends="init" if="have.tests" name="-pre-test-run-single">
1018         <mkdir dir="${build.test.results.dir}"/>
1019     </target>
1020     <target depends="init,compile-test-single,-pre-test-run-single" if="have.tests" name="-do-test-run-single">
1021         <fail unless="test.includes">Must select some files in the IDE or set test.includes</fail>
1022         <webproject2:junit excludes="" includes="${test.includes}"/>
1023     </target>
1024     <target depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single" if="have.tests" name="-post-test-run-single">
1025         <fail if="tests.failed" unless="ignore.failing.tests">Some tests failed; see details above.</fail>
1026     </target>
1027     <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"/>
1028     <!--
1029                 
1030                 JUNIT DEBUGGING SECTION
1031             -->
1032     <target depends="init,compile-test" if="have.tests" name="-debug-start-debuggee-test">
1033         <fail unless="test.class">Must select one file in the IDE or set test.class</fail>
1034         <property location="${build.test.results.dir}/TEST-${test.class}.xml" name="test.report.file"/>
1035         <delete file="${test.report.file}"/>
1036         <!-- must exist, otherwise the XML formatter would fail -->
1037         <mkdir dir="${build.test.results.dir}"/>
1038         <webproject1:debug args="${test.class}" classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner" classpath="${ant.home}/lib/ant.jar:${ant.home}/lib/ant-junit.jar:${debug.test.classpath}:${j2ee.platform.embeddableejb.classpath}">
1039             <customize>
1040                 <arg value="showoutput=true"/>
1041                 <arg value="formatter=org.apache.tools.ant.taskdefs.optional.junit.BriefJUnitResultFormatter"/>
1042                 <arg value="formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,${test.report.file}"/>
1043             </customize>
1044         </webproject1:debug>
1045     </target>
1046     <target depends="init,compile-test" if="netbeans.home+have.tests" name="-debug-start-debugger-test">
1047         <webproject1:nbjpdastart classpath="${debug.test.classpath}" name="${test.class}"/>
1048     </target>
1049     <target depends="init,compile-test,-debug-start-debugger-test,-debug-start-debuggee-test" name="debug-test"/>
1050     <target depends="init,-pre-debug-fix,compile-test-single" if="netbeans.home" name="-do-debug-fix-test">
1051         <webproject1:nbjpdareload dir="${build.test.classes.dir}"/>
1052     </target>
1053     <target depends="init,-pre-debug-fix,-do-debug-fix-test" if="netbeans.home" name="debug-fix-test"/>
1054     <!--
1055         =========================
1056         TESTS PROFILING  SECTION
1057         =========================
1058         -->
1059     <target depends="profile-init,compile-test-single" if="netbeans.home" name="profile-test-single">
1060         <nbprofiledirect>
1061             <classpath>
1062                 <path path="${run.test.classpath}"/>
1063                 <path path="${j2ee.platform.classpath}"/>
1064             </classpath>
1065         </nbprofiledirect>
1066         <junit dir="${profiler.info.dir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" jvm="${profiler.info.jvm}" showoutput="true">
1067             <env key="${profiler.info.pathvar}" path="${profiler.info.agentpath}:${profiler.current.path}"/>
1068             <jvmarg value="${profiler.info.jvmargs.agent}"/>
1069             <jvmarg line="${profiler.info.jvmargs}"/>
1070             <test name="${profile.class}"/>
1071             <classpath>
1072                 <path path="${run.test.classpath}"/>
1073                 <path path="${j2ee.platform.classpath}"/>
1074             </classpath>
1075             <syspropertyset>
1076                 <propertyref prefix="test-sys-prop."/>
1077                 <mapper from="test-sys-prop.*" to="*" type="glob"/>
1078             </syspropertyset>
1079             <formatter type="brief" usefile="false"/>
1080             <formatter type="xml"/>
1081         </junit>
1082     </target>
1083     <!--
1084                 
1085                 CLEANUP SECTION
1086             -->
1087     <target depends="init" name="deps-clean" unless="no.deps"/>
1088     <target depends="init" name="do-clean">
1089         <condition property="build.dir.to.clean" value="${build.web.dir}">
1090             <isset property="dist.ear.dir"/>
1091         </condition>
1092         <property name="build.dir.to.clean" value="${build.web.dir}"/>
1093         <delete includeEmptyDirs="true" quiet="true">
1094             <fileset dir="${build.dir.to.clean}/WEB-INF/lib"/>
1095         </delete>
1096         <delete dir="${build.dir}"/>
1097         <available file="${build.dir.to.clean}/WEB-INF/lib" property="status.clean-failed" type="dir"/>
1098         <delete dir="${dist.dir}"/>
1099     </target>
1100     <target depends="do-clean" if="status.clean-failed" name="check-clean">
1101         <echo message="Warning: unable to delete some files in ${build.web.dir}/WEB-INF/lib - they are probably locked by the J2EE server. "/>
1102         <echo level="info" message="To delete all files undeploy the module from Server Registry in Runtime tab and then use Clean again."/>
1103     </target>
1104     <target depends="init" if="netbeans.home" name="undeploy-clean">
1105         <nbundeploy failOnError="false" startServer="false"/>
1106     </target>
1107     <target name="-post-clean">
1108         <!-- Empty placeholder for easier customization. -->
1109         <!-- You can override this target in the ../build.xml file. -->
1110     </target>
1111     <target depends="init,undeploy-clean,deps-clean,do-clean,check-clean,-post-clean" description="Clean build products." name="clean"/>
1112     <target depends="clean" description="Clean build products." name="clean-ear"/>
1113 </project>