java/SpringDemo1/SpringDemo1-war/nbproject/build-impl.xml
author František Kučera <franta-hg@frantovo.cz>
Wed, 10 Feb 2010 20:55:08 +0100
changeset 1 9a3fced9634d
permissions -rw-r--r--
Přechod na EAR, EJB.
     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="SpringDemo1-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 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             <length length="0" string="${endorsed.classpath}" when="greater"/>
   177         </condition>
   178     </target>
   179     <target depends="init" name="-init-cos" unless="deploy.on.save">
   180         <condition property="deploy.on.save" value="true">
   181             <istrue value="${j2ee.deploy.on.save}"/>
   182         </condition>
   183     </target>
   184     <target name="-post-init">
   185         <!-- Empty placeholder for easier customization. -->
   186         <!-- You can override this target in the ../build.xml file. -->
   187     </target>
   188     <target depends="-pre-init,-init-private,-init-user,-init-project,-do-init" name="-init-check">
   189         <fail unless="src.dir">Must set src.dir</fail>
   190         <fail unless="test.src.dir">Must set test.src.dir</fail>
   191         <fail unless="build.dir">Must set build.dir</fail>
   192         <fail unless="build.web.dir">Must set build.web.dir</fail>
   193         <fail unless="build.generated.dir">Must set build.generated.dir</fail>
   194         <fail unless="dist.dir">Must set dist.dir</fail>
   195         <fail unless="build.classes.dir">Must set build.classes.dir</fail>
   196         <fail unless="dist.javadoc.dir">Must set dist.javadoc.dir</fail>
   197         <fail unless="build.test.classes.dir">Must set build.test.classes.dir</fail>
   198         <fail unless="build.test.results.dir">Must set build.test.results.dir</fail>
   199         <fail unless="build.classes.excludes">Must set build.classes.excludes</fail>
   200         <fail unless="dist.war">Must set dist.war</fail>
   201         <fail unless="j2ee.platform.classpath">
   202 The Java EE server classpath is not correctly set up. Your active server type is ${j2ee.server.type}.
   203 Either open the project in the IDE and assign the server or setup the server classpath manually.
   204 For example like this:
   205    ant -Duser.properties.file=&lt;path_to_property_file&gt; (where you put the property "j2ee.platform.classpath" in a .properties file)
   206 or ant -Dj2ee.platform.classpath=&lt;server_classpath&gt; (where no properties file is used)
   207                 </fail>
   208     </target>
   209     <target name="-init-macrodef-property">
   210         <macrodef name="property" uri="http://www.netbeans.org/ns/web-project/1">
   211             <attribute name="name"/>
   212             <attribute name="value"/>
   213             <sequential>
   214                 <property name="@{name}" value="${@{value}}"/>
   215             </sequential>
   216         </macrodef>
   217     </target>
   218     <target name="-init-macrodef-javac">
   219         <macrodef name="javac" uri="http://www.netbeans.org/ns/web-project/2">
   220             <attribute default="${src.dir}" name="srcdir"/>
   221             <attribute default="${build.classes.dir}" name="destdir"/>
   222             <attribute default="${javac.classpath}:${j2ee.platform.classpath}" name="classpath"/>
   223             <attribute default="${includes}" name="includes"/>
   224             <attribute default="${excludes}" name="excludes"/>
   225             <attribute default="${javac.debug}" name="debug"/>
   226             <attribute default="${empty.dir}" name="gensrcdir"/>
   227             <element name="customize" optional="true"/>
   228             <sequential>
   229                 <property location="${build.dir}/empty" name="empty.dir"/>
   230                 <mkdir dir="${empty.dir}"/>
   231                 <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}">
   232                     <src>
   233                         <dirset dir="@{gensrcdir}" erroronmissingdir="false">
   234                             <include name="*"/>
   235                         </dirset>
   236                     </src>
   237                     <classpath>
   238                         <path path="@{classpath}"/>
   239                     </classpath>
   240                     <compilerarg line="${endorsed.classpath.cmd.line.arg}"/>
   241                     <compilerarg line="${javac.compilerargs}"/>
   242                     <customize/>
   243                 </javac>
   244             </sequential>
   245         </macrodef>
   246     </target>
   247     <target name="-init-macrodef-junit">
   248         <macrodef name="junit" uri="http://www.netbeans.org/ns/web-project/2">
   249             <attribute default="${includes}" name="includes"/>
   250             <attribute default="${excludes}" name="excludes"/>
   251             <attribute default="**" name="testincludes"/>
   252             <sequential>
   253                 <junit dir="${basedir}" errorproperty="tests.failed" failureproperty="tests.failed" fork="true" showoutput="true" tempdir="${java.io.tmpdir}">
   254                     <batchtest todir="${build.test.results.dir}">
   255                         <fileset dir="${test.src.dir}" excludes="@{excludes},${excludes}" includes="@{includes}">
   256                             <filename name="@{testincludes}"/>
   257                         </fileset>
   258                     </batchtest>
   259                     <classpath>
   260                         <path path="${run.test.classpath}:${j2ee.platform.classpath}:${j2ee.platform.embeddableejb.classpath}"/>
   261                     </classpath>
   262                     <syspropertyset>
   263                         <propertyref prefix="test-sys-prop."/>
   264                         <mapper from="test-sys-prop.*" to="*" type="glob"/>
   265                     </syspropertyset>
   266                     <formatter type="brief" usefile="false"/>
   267                     <formatter type="xml"/>
   268                     <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   269                     <jvmarg line="${runmain.jvmargs}"/>
   270                 </junit>
   271             </sequential>
   272         </macrodef>
   273     </target>
   274     <target name="-init-macrodef-java">
   275         <macrodef name="java" uri="http://www.netbeans.org/ns/web-project/1">
   276             <attribute default="${main.class}" name="classname"/>
   277             <attribute default="${debug.classpath}" name="classpath"/>
   278             <element name="customize" optional="true"/>
   279             <sequential>
   280                 <java classname="@{classname}" fork="true">
   281                     <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   282                     <jvmarg line="${runmain.jvmargs}"/>
   283                     <classpath>
   284                         <path path="@{classpath}:${j2ee.platform.classpath}"/>
   285                     </classpath>
   286                     <syspropertyset>
   287                         <propertyref prefix="run-sys-prop."/>
   288                         <mapper from="run-sys-prop.*" to="*" type="glob"/>
   289                     </syspropertyset>
   290                     <customize/>
   291                 </java>
   292             </sequential>
   293         </macrodef>
   294     </target>
   295     <target name="-init-macrodef-nbjsdebug">
   296         <macrodef name="nbjsdebugstart" uri="http://www.netbeans.org/ns/web-project/1">
   297             <attribute default="${client.url}" name="webUrl"/>
   298             <sequential>
   299                 <nbjsdebugstart urlPart="${client.urlPart}" webUrl="@{webUrl}"/>
   300             </sequential>
   301         </macrodef>
   302     </target>
   303     <target depends="-init-debug-args" name="-init-macrodef-nbjpda">
   304         <macrodef name="nbjpdastart" uri="http://www.netbeans.org/ns/web-project/1">
   305             <attribute default="${main.class}" name="name"/>
   306             <attribute default="${debug.classpath}:${j2ee.platform.classpath}" name="classpath"/>
   307             <sequential>
   308                 <nbjpdastart addressproperty="jpda.address" name="@{name}" transport="${debug-transport}">
   309                     <classpath>
   310                         <path path="@{classpath}"/>
   311                     </classpath>
   312                 </nbjpdastart>
   313             </sequential>
   314         </macrodef>
   315         <macrodef name="nbjpdareload" uri="http://www.netbeans.org/ns/web-project/1">
   316             <attribute default="${build.classes.dir}" name="dir"/>
   317             <sequential>
   318                 <nbjpdareload>
   319                     <fileset dir="@{dir}" includes="${fix.classes}">
   320                         <include name="${fix.includes}*.class"/>
   321                     </fileset>
   322                 </nbjpdareload>
   323             </sequential>
   324         </macrodef>
   325         <macrodef name="nbjpdaappreloaded" uri="http://www.netbeans.org/ns/web-project/1">
   326             <sequential>
   327                 <nbjpdaappreloaded/>
   328             </sequential>
   329         </macrodef>
   330     </target>
   331     <target name="-init-debug-args">
   332         <property name="version-output" value="java version &quot;${ant.java.version}"/>
   333         <condition property="have-jdk-older-than-1.4">
   334             <or>
   335                 <contains string="${version-output}" substring="java version &quot;1.0"/>
   336                 <contains string="${version-output}" substring="java version &quot;1.1"/>
   337                 <contains string="${version-output}" substring="java version &quot;1.2"/>
   338                 <contains string="${version-output}" substring="java version &quot;1.3"/>
   339             </or>
   340         </condition>
   341         <condition else="-Xdebug" property="debug-args-line" value="-Xdebug -Xnoagent -Djava.compiler=none">
   342             <istrue value="${have-jdk-older-than-1.4}"/>
   343         </condition>
   344         <condition else="dt_socket" property="debug-transport-by-os" value="dt_shmem">
   345             <os family="windows"/>
   346         </condition>
   347         <condition else="${debug-transport-by-os}" property="debug-transport" value="${debug.transport}">
   348             <isset property="debug.transport"/>
   349         </condition>
   350     </target>
   351     <target depends="-init-debug-args" name="-init-macrodef-debug">
   352         <macrodef name="debug" uri="http://www.netbeans.org/ns/web-project/1">
   353             <attribute default="${main.class}" name="classname"/>
   354             <attribute default="${debug.classpath}:${j2ee.platform.classpath}" name="classpath"/>
   355             <attribute default="${application.args.param}" name="args"/>
   356             <element name="customize" optional="true"/>
   357             <sequential>
   358                 <java classname="@{classname}" fork="true">
   359                     <jvmarg line="${endorsed.classpath.cmd.line.arg}"/>
   360                     <jvmarg line="${debug-args-line}"/>
   361                     <jvmarg value="-Xrunjdwp:transport=${debug-transport},address=${jpda.address}"/>
   362                     <jvmarg line="${runmain.jvmargs}"/>
   363                     <classpath>
   364                         <path path="@{classpath}"/>
   365                     </classpath>
   366                     <syspropertyset>
   367                         <propertyref prefix="run-sys-prop."/>
   368                         <mapper from="run-sys-prop.*" to="*" type="glob"/>
   369                     </syspropertyset>
   370                     <arg line="@{args}"/>
   371                     <customize/>
   372                 </java>
   373             </sequential>
   374         </macrodef>
   375     </target>
   376     <target name="-init-taskdefs">
   377         <fail unless="libs.CopyLibs.classpath">
   378 The libs.CopyLibs.classpath property is not set up.
   379 This property must point to 
   380 org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part
   381 of NetBeans IDE installation and is usually located at 
   382 &lt;netbeans_installation&gt;/java&lt;version&gt;/ant/extra folder.
   383 Either open the project in the IDE and make sure CopyLibs library
   384 exists or setup the property manually. For example like this:
   385  ant -Dlibs.CopyLibs.classpath=a/path/to/org-netbeans-modules-java-j2seproject-copylibstask.jar
   386                 </fail>
   387         <taskdef classpath="${libs.CopyLibs.classpath}" resource="org/netbeans/modules/java/j2seproject/copylibstask/antlib.xml"/>
   388     </target>
   389     <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" name="init"/>
   390     <!--
   391                 COMPILATION SECTION
   392             -->
   393     <target depends="init" if="no.dist.ear.dir" name="deps-module-jar" unless="no.deps">
   394         <ant antfile="${project.SpringDemo1-ejb}/build.xml" inheritall="false" target="dist"/>
   395         <ant antfile="${project.SpringDemo1-lib}/build.xml" inheritall="false" target="jar">
   396             <property name="deploy.on.save" value="false"/>
   397         </ant>
   398     </target>
   399     <target depends="init" if="dist.ear.dir" name="deps-ear-jar" unless="no.deps">
   400         <ant antfile="${project.SpringDemo1-ejb}/build.xml" inheritall="false" target="dist-ear">
   401             <property location="${build.dir}" name="dist.ear.dir"/>
   402         </ant>
   403         <ant antfile="${project.SpringDemo1-lib}/build.xml" inheritall="false" target="jar">
   404             <property name="deploy.on.save" value="false"/>
   405         </ant>
   406     </target>
   407     <target depends="init, deps-module-jar, deps-ear-jar" name="deps-jar" unless="no.deps"/>
   408     <target depends="init,deps-jar" name="-pre-pre-compile">
   409         <mkdir dir="${build.classes.dir}"/>
   410     </target>
   411     <target name="-pre-compile">
   412         <!-- Empty placeholder for easier customization. -->
   413         <!-- You can override this target in the ../build.xml file. -->
   414     </target>
   415     <target name="-copy-webdir">
   416         <copy todir="${build.web.dir}">
   417             <fileset dir="${web.docbase.dir}" excludes="${build.web.excludes},${excludes}" includes="${includes}"/>
   418         </copy>
   419         <copy todir="${build.web.dir}/WEB-INF">
   420             <fileset dir="${webinf.dir}" excludes="${build.web.excludes}"/>
   421         </copy>
   422     </target>
   423     <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">
   424         <webproject2:javac destdir="${build.classes.dir}" gensrcdir="${build.generated.sources.dir}"/>
   425         <copy todir="${build.classes.dir}">
   426             <fileset dir="${src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
   427         </copy>
   428     </target>
   429     <target if="has.custom.manifest" name="-copy-manifest">
   430         <mkdir dir="${build.meta.inf.dir}"/>
   431         <copy todir="${build.meta.inf.dir}">
   432             <fileset dir="${conf.dir}" includes="MANIFEST.MF"/>
   433         </copy>
   434     </target>
   435     <target if="has.persistence.xml" name="-copy-persistence-xml">
   436         <mkdir dir="${build.web.dir}/WEB-INF/classes/META-INF"/>
   437         <copy todir="${build.web.dir}/WEB-INF/classes/META-INF">
   438             <fileset dir="${persistence.xml.dir}" includes="persistence.xml"/>
   439         </copy>
   440     </target>
   441     <target name="-post-compile">
   442         <!-- Empty placeholder for easier customization. -->
   443         <!-- You can override this target in the ../build.xml file. -->
   444     </target>
   445     <target depends="init,deps-jar,-pre-pre-compile,-pre-compile,-do-compile,-post-compile" description="Compile project." name="compile"/>
   446     <target name="-pre-compile-single">
   447         <!-- Empty placeholder for easier customization. -->
   448         <!-- You can override this target in the ../build.xml file. -->
   449     </target>
   450     <target depends="init,deps-jar,-pre-pre-compile" name="-do-compile-single">
   451         <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
   452         <webproject2:javac excludes="" gensrcdir="${build.generated.sources.dir}" includes="${javac.includes}"/>
   453         <copy todir="${build.classes.dir}">
   454             <fileset dir="${src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
   455         </copy>
   456     </target>
   457     <target name="-post-compile-single">
   458         <!-- Empty placeholder for easier customization. -->
   459         <!-- You can override this target in the ../build.xml file. -->
   460     </target>
   461     <target depends="init,deps-jar,-pre-pre-compile,-pre-compile-single,-do-compile-single,-post-compile-single" name="compile-single"/>
   462     <target depends="compile" description="Test compile JSP pages to expose compilation errors." if="do.compile.jsps" name="compile-jsps">
   463         <mkdir dir="${build.generated.dir}/src"/>
   464         <java classname="org.netbeans.modules.web.project.ant.JspC" failonerror="true" fork="true">
   465             <arg value="-uriroot"/>
   466             <arg file="${basedir}/${build.web.dir}"/>
   467             <arg value="-d"/>
   468             <arg file="${basedir}/${build.generated.dir}/src"/>
   469             <arg value="-die1"/>
   470             <arg value="-compilerSourceVM ${javac.source}"/>
   471             <arg value="-compilerTargetVM ${javac.target}"/>
   472             <arg value="-javaEncoding ${source.encoding}"/>
   473             <classpath path="${java.home}/../lib/tools.jar:${jspctask.classpath}:${jspcompilation.classpath}"/>
   474         </java>
   475         <mkdir dir="${build.generated.dir}/classes"/>
   476         <webproject2:javac classpath="${j2ee.platform.classpath}:${build.classes.dir}:${jspcompilation.classpath}" destdir="${build.generated.dir}/classes" srcdir="${build.generated.dir}/src"/>
   477     </target>
   478     <target depends="compile" if="jsp.includes" name="-do-compile-single-jsp">
   479         <fail unless="javac.jsp.includes">Must select some files in the IDE or set javac.jsp.includes</fail>
   480         <mkdir dir="${build.generated.dir}/src"/>
   481         <java classname="org.netbeans.modules.web.project.ant.JspCSingle" failonerror="true" fork="true">
   482             <arg value="-uriroot"/>
   483             <arg file="${basedir}/${build.web.dir}"/>
   484             <arg value="-d"/>
   485             <arg file="${basedir}/${build.generated.dir}/src"/>
   486             <arg value="-die1"/>
   487             <arg value="-jspc.files"/>
   488             <arg path="${jsp.includes}"/>
   489             <arg value="-compilerSourceVM ${javac.source}"/>
   490             <arg value="-compilerTargetVM ${javac.target}"/>
   491             <arg value="-javaEncoding ${source.encoding}"/>
   492             <classpath path="${java.home}/../lib/tools.jar:${jspctask.classpath}:${jspcompilation.classpath}"/>
   493         </java>
   494         <mkdir dir="${build.generated.dir}/classes"/>
   495         <webproject2:javac classpath="${j2ee.platform.classpath}:${build.classes.dir}:${jspcompilation.classpath}" destdir="${build.generated.dir}/classes" srcdir="${build.generated.dir}/src">
   496             <customize>
   497                 <patternset includes="${javac.jsp.includes}"/>
   498             </customize>
   499         </webproject2:javac>
   500     </target>
   501     <target name="compile-single-jsp">
   502         <fail unless="jsp.includes">Must select a file in the IDE or set jsp.includes</fail>
   503         <antcall target="-do-compile-single-jsp"/>
   504     </target>
   505     <!--
   506                 DIST BUILDING SECTION
   507             -->
   508     <target name="-pre-dist">
   509         <!-- Empty placeholder for easier customization. -->
   510         <!-- You can override this target in the ../build.xml file. -->
   511     </target>
   512     <target depends="init,compile,compile-jsps,-pre-dist" if="do.war.package.without.custom.manifest" name="-do-dist-without-manifest">
   513         <dirname file="${dist.war}" property="dist.jar.dir"/>
   514         <mkdir dir="${dist.jar.dir}"/>
   515         <jar compress="${jar.compress}" jarfile="${dist.war}">
   516             <fileset dir="${build.web.dir}"/>
   517         </jar>
   518     </target>
   519     <target depends="init,compile,compile-jsps,-pre-dist" if="do.war.package.with.custom.manifest" name="-do-dist-with-manifest">
   520         <dirname file="${dist.war}" property="dist.jar.dir"/>
   521         <mkdir dir="${dist.jar.dir}"/>
   522         <jar compress="${jar.compress}" jarfile="${dist.war}" manifest="${build.meta.inf.dir}/MANIFEST.MF">
   523             <fileset dir="${build.web.dir}"/>
   524         </jar>
   525     </target>
   526     <target depends="init,compile,compile-jsps,-pre-dist" if="do.tmp.war.package.without.custom.manifest" name="-do-tmp-dist-without-manifest">
   527         <dirname file="${dist.war}" property="dist.jar.dir"/>
   528         <mkdir dir="${dist.jar.dir}"/>
   529         <jar compress="${jar.compress}" jarfile="${dist.war}">
   530             <fileset dir="${build.web.dir}"/>
   531         </jar>
   532     </target>
   533     <target depends="init,compile,compile-jsps,-pre-dist" if="do.tmp.war.package.with.custom.manifest" name="-do-tmp-dist-with-manifest">
   534         <dirname file="${dist.war}" property="dist.jar.dir"/>
   535         <mkdir dir="${dist.jar.dir}"/>
   536         <jar compress="${jar.compress}" jarfile="${dist.war}" manifest="${build.meta.inf.dir}/MANIFEST.MF">
   537             <fileset dir="${build.web.dir}"/>
   538         </jar>
   539     </target>
   540     <target depends="init,compile,compile-jsps,-pre-dist,-do-dist-with-manifest,-do-dist-without-manifest" name="do-dist"/>
   541     <target depends="init" if="dist.ear.dir" name="library-inclusion-in-manifest">
   542         <copyfiles files="${reference.SpringDemo1-ejb.dist}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}"/>
   543         <copyfiles files="${reference.SpringDemo1-lib.jar}" iftldtodir="${build.web.dir}/WEB-INF" todir="${dist.ear.dir}/lib"/>
   544         <mkdir dir="${build.web.dir}/META-INF"/>
   545         <manifest file="${build.web.dir}/META-INF/MANIFEST.MF" mode="update"/>
   546     </target>
   547     <target depends="init" name="library-inclusion-in-archive" unless="dist.ear.dir">
   548         <copyfiles files="${reference.SpringDemo1-ejb.dist}" todir="${build.web.dir}/WEB-INF/lib"/>
   549         <copyfiles files="${reference.SpringDemo1-lib.jar}" todir="${build.web.dir}/WEB-INF/lib"/>
   550     </target>
   551     <target depends="init" if="dist.ear.dir" name="-clean-webinf-lib">
   552         <delete dir="${build.web.dir}/WEB-INF/lib"/>
   553     </target>
   554     <target depends="init,-clean-webinf-lib,compile,compile-jsps,-pre-dist,library-inclusion-in-manifest" if="do.tmp.war.package" name="do-ear-dist">
   555         <dirname file="${dist.ear.war}" property="dist.jar.dir"/>
   556         <mkdir dir="${dist.jar.dir}"/>
   557         <jar compress="${jar.compress}" jarfile="${dist.ear.war}" manifest="${build.web.dir}/META-INF/MANIFEST.MF">
   558             <fileset dir="${build.web.dir}"/>
   559         </jar>
   560     </target>
   561     <target name="-post-dist">
   562         <!-- Empty placeholder for easier customization. -->
   563         <!-- You can override this target in the ../build.xml file. -->
   564     </target>
   565     <target depends="init,compile,-pre-dist,do-dist,-post-dist" description="Build distribution (WAR)." name="dist"/>
   566     <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"/>
   567     <!--
   568                 EXECUTION SECTION
   569             -->
   570     <target depends="run-deploy,run-display-browser" description="Deploy to server and show in browser." name="run"/>
   571     <target name="-pre-run-deploy">
   572         <!-- Empty placeholder for easier customization. -->
   573         <!-- You can override this target in the ../build.xml file. -->
   574     </target>
   575     <target name="-post-run-deploy">
   576         <!-- Empty placeholder for easier customization. -->
   577         <!-- You can override this target in the ../build.xml file. -->
   578     </target>
   579     <target name="-pre-nbmodule-run-deploy">
   580         <!-- Empty placeholder for easier customization. -->
   581         <!-- This target can be overriden by NetBeans modules. Don't override it directly, use -pre-run-deploy task instead. -->
   582     </target>
   583     <target name="-post-nbmodule-run-deploy">
   584         <!-- Empty placeholder for easier customization. -->
   585         <!-- This target can be overriden by NetBeans modules. Don't override it directly, use -post-run-deploy task instead. -->
   586     </target>
   587     <target name="-run-deploy-am">
   588         <!-- Task to deploy to the Access Manager runtime. -->
   589     </target>
   590     <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" name="run-deploy">
   591         <nbjpdaappreloaded/>
   592     </target>
   593     <target if="netbeans.home" name="-run-deploy-nb">
   594         <nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
   595     </target>
   596     <target name="-init-deploy-ant" unless="netbeans.home">
   597         <property name="deploy.ant.archive" value="${dist.war}"/>
   598         <property name="deploy.ant.docbase.dir" value="${web.docbase.dir}"/>
   599         <property name="deploy.ant.resource.dir" value="${resource.dir}"/>
   600         <property name="deploy.ant.enabled" value="true"/>
   601     </target>
   602     <target depends="dist,-run-undeploy-nb,-init-deploy-ant,-undeploy-ant" name="run-undeploy"/>
   603     <target if="netbeans.home" name="-run-undeploy-nb">
   604         <fail message="Undeploy is not supported from within the IDE"/>
   605     </target>
   606     <target depends="init,-pre-dist,dist,-post-dist" name="verify">
   607         <nbverify file="${dist.war}"/>
   608     </target>
   609     <target depends="run-deploy,-init-display-browser,-display-browser-nb,-display-browser-cl" name="run-display-browser"/>
   610     <target if="do.display.browser" name="-init-display-browser">
   611         <condition property="do.display.browser.nb">
   612             <isset property="netbeans.home"/>
   613         </condition>
   614         <condition property="do.display.browser.cl">
   615             <isset property="deploy.ant.enabled"/>
   616         </condition>
   617     </target>
   618     <target if="do.display.browser.nb" name="-display-browser-nb">
   619         <nbbrowse url="${client.url}"/>
   620     </target>
   621     <target if="do.display.browser.cl" name="-get-browser" unless="browser">
   622         <condition property="browser" value="rundll32">
   623             <os family="windows"/>
   624         </condition>
   625         <condition else="" property="browser.args" value="url.dll,FileProtocolHandler">
   626             <os family="windows"/>
   627         </condition>
   628         <condition property="browser" value="/usr/bin/open">
   629             <os family="mac"/>
   630         </condition>
   631         <property environment="env"/>
   632         <condition property="browser" value="${env.BROWSER}">
   633             <isset property="env.BROWSER"/>
   634         </condition>
   635         <condition property="browser" value="/usr/bin/firefox">
   636             <available file="/usr/bin/firefox"/>
   637         </condition>
   638         <condition property="browser" value="/usr/local/firefox/firefox">
   639             <available file="/usr/local/firefox/firefox"/>
   640         </condition>
   641         <condition property="browser" value="/usr/bin/mozilla">
   642             <available file="/usr/bin/mozilla"/>
   643         </condition>
   644         <condition property="browser" value="/usr/local/mozilla/mozilla">
   645             <available file="/usr/local/mozilla/mozilla"/>
   646         </condition>
   647         <condition property="browser" value="/usr/sfw/lib/firefox/firefox">
   648             <available file="/usr/sfw/lib/firefox/firefox"/>
   649         </condition>
   650         <condition property="browser" value="/opt/csw/bin/firefox">
   651             <available file="/opt/csw/bin/firefox"/>
   652         </condition>
   653         <condition property="browser" value="/usr/sfw/lib/mozilla/mozilla">
   654             <available file="/usr/sfw/lib/mozilla/mozilla"/>
   655         </condition>
   656         <condition property="browser" value="/opt/csw/bin/mozilla">
   657             <available file="/opt/csw/bin/mozilla"/>
   658         </condition>
   659     </target>
   660     <target depends="-get-browser" if="do.display.browser.cl" name="-display-browser-cl">
   661         <fail unless="browser">
   662                     Browser not found, cannot launch the deployed application. Try to set the BROWSER environment variable.
   663                 </fail>
   664         <property name="browse.url" value="${deploy.ant.client.url}${client.urlPart}"/>
   665         <echo>Launching ${browse.url}</echo>
   666         <exec executable="${browser}" spawn="true">
   667             <arg line="${browser.args} ${browse.url}"/>
   668         </exec>
   669     </target>
   670     <target depends="init,-init-cos,compile-single" name="run-main">
   671         <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
   672         <webproject1:java classname="${run.class}"/>
   673     </target>
   674     <target depends="init,compile-test-single,-pre-test-run-single" name="run-test-with-main">
   675         <fail unless="run.class">Must select one file in the IDE or set run.class</fail>
   676         <webproject1:java classname="${run.class}" classpath="${run.test.classpath}"/>
   677     </target>
   678     <!--
   679                 DEBUGGING SECTION
   680             -->
   681     <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">
   682         <nbstartserver debugmode="true"/>
   683         <antcall target="connect-debugger"/>
   684         <nbdeploy clientUrlPart="${client.urlPart}" debugmode="true" forceRedeploy="true"/>
   685         <antcall target="debug-display-browser"/>
   686         <antcall target="connect-client-debugger"/>
   687     </target>
   688     <target if="do.debug.server" name="connect-debugger" unless="is.debugged">
   689         <nbjpdaconnect address="${jpda.address}" host="${jpda.host}" name="${name}" transport="${jpda.transport}">
   690             <classpath>
   691                 <path path="${debug.classpath}:${j2ee.platform.classpath}"/>
   692             </classpath>
   693             <sourcepath>
   694                 <path path="${web.docbase.dir}"/>
   695             </sourcepath>
   696         </nbjpdaconnect>
   697     </target>
   698     <target if="do.display.browser.debug" name="debug-display-browser">
   699         <nbbrowse url="${client.url}"/>
   700     </target>
   701     <target if="do.debug.client" name="connect-client-debugger">
   702         <webproject1:nbjsdebugstart webUrl="${client.url}"/>
   703     </target>
   704     <target depends="init,compile-test-single" if="netbeans.home" name="-debug-start-debuggee-main-test">
   705         <fail unless="debug.class">Must select one file in the IDE or set debug.class</fail>
   706         <webproject1:debug classname="${debug.class}" classpath="${debug.test.classpath}"/>
   707     </target>
   708     <target depends="init,compile-test-single,-debug-start-debugger-main-test,-debug-start-debuggee-main-test" if="netbeans.home" name="debug-test-with-main"/>
   709     <target depends="init,compile,compile-jsps,-do-compile-single-jsp,debug" if="netbeans.home" name="debug-single"/>
   710     <target depends="init" if="netbeans.home" name="-debug-start-debugger-main-test">
   711         <webproject1:nbjpdastart classpath="${debug.test.classpath}" name="${debug.class}"/>
   712     </target>
   713     <target depends="init" if="netbeans.home" name="-debug-start-debugger">
   714         <webproject1:nbjpdastart name="${debug.class}"/>
   715     </target>
   716     <target depends="init,compile-single" if="netbeans.home" name="-debug-start-debuggee-single">
   717         <fail unless="debug.class">Must select one file in the IDE or set debug.class</fail>
   718         <webproject1:debug classname="${debug.class}"/>
   719     </target>
   720     <target depends="init,compile-single,-debug-start-debugger,-debug-start-debuggee-single" if="netbeans.home" name="debug-single-main"/>
   721     <target depends="init" name="-pre-debug-fix">
   722         <fail unless="fix.includes">Must set fix.includes</fail>
   723         <property name="javac.includes" value="${fix.includes}.java"/>
   724     </target>
   725     <target depends="init,-pre-debug-fix,compile-single" if="netbeans.home" name="-do-debug-fix">
   726         <webproject1:nbjpdareload/>
   727     </target>
   728     <target depends="init,-pre-debug-fix,-do-debug-fix" if="netbeans.home" name="debug-fix"/>
   729     <!--
   730                 JAVADOC SECTION
   731             -->
   732     <target depends="init" name="javadoc-build">
   733         <mkdir dir="${dist.javadoc.dir}"/>
   734         <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}">
   735             <classpath>
   736                 <path path="${javac.classpath}:${j2ee.platform.classpath}"/>
   737             </classpath>
   738             <fileset dir="${src.dir}" excludes="${excludes}" includes="${includes}">
   739                 <filename name="**/*.java"/>
   740             </fileset>
   741             <fileset dir="${build.generated.sources.dir}" erroronmissingdir="false">
   742                 <include name="**/*.java"/>
   743             </fileset>
   744         </javadoc>
   745     </target>
   746     <target depends="init,javadoc-build" if="netbeans.home" name="javadoc-browse" unless="no.javadoc.preview">
   747         <nbbrowse file="${dist.javadoc.dir}/index.html"/>
   748     </target>
   749     <target depends="init,javadoc-build,javadoc-browse" description="Build Javadoc." name="javadoc"/>
   750     <!--
   751                 
   752                 JUNIT COMPILATION SECTION
   753             -->
   754     <target depends="init,compile" if="have.tests" name="-pre-pre-compile-test">
   755         <mkdir dir="${build.test.classes.dir}"/>
   756         <property name="j2ee.platform.embeddableejb.classpath" value=""/>
   757     </target>
   758     <target name="-pre-compile-test">
   759         <!-- Empty placeholder for easier customization. -->
   760         <!-- You can override this target in the ../build.xml file. -->
   761     </target>
   762     <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test" if="have.tests" name="-do-compile-test">
   763         <webproject2:javac classpath="${javac.test.classpath}:${j2ee.platform.classpath}:${j2ee.platform.embeddableejb.classpath}" debug="true" destdir="${build.test.classes.dir}" srcdir="${test.src.dir}"/>
   764         <copy todir="${build.test.classes.dir}">
   765             <fileset dir="${test.src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
   766         </copy>
   767     </target>
   768     <target name="-post-compile-test">
   769         <!-- Empty placeholder for easier customization. -->
   770         <!-- You can override this target in the ../build.xml file. -->
   771     </target>
   772     <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test,-do-compile-test,-post-compile-test" name="compile-test"/>
   773     <target name="-pre-compile-test-single">
   774         <!-- Empty placeholder for easier customization. -->
   775         <!-- You can override this target in the ../build.xml file. -->
   776     </target>
   777     <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test-single" if="have.tests" name="-do-compile-test-single">
   778         <fail unless="javac.includes">Must select some files in the IDE or set javac.includes</fail>
   779         <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}"/>
   780         <copy todir="${build.test.classes.dir}">
   781             <fileset dir="${test.src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
   782         </copy>
   783     </target>
   784     <target name="-post-compile-test-single">
   785         <!-- Empty placeholder for easier customization. -->
   786         <!-- You can override this target in the ../build.xml file. -->
   787     </target>
   788     <target depends="init,compile,-pre-pre-compile-test,-pre-compile-test-single,-do-compile-test-single,-post-compile-test-single" name="compile-test-single"/>
   789     <!--
   790                 
   791                 JUNIT EXECUTION SECTION
   792             -->
   793     <target depends="init" if="have.tests" name="-pre-test-run">
   794         <mkdir dir="${build.test.results.dir}"/>
   795     </target>
   796     <target depends="init,compile-test,-pre-test-run" if="have.tests" name="-do-test-run">
   797         <webproject2:junit testincludes="**/*Test.java"/>
   798     </target>
   799     <target depends="init,compile-test,-pre-test-run,-do-test-run" if="have.tests" name="-post-test-run">
   800         <fail if="tests.failed" unless="ignore.failing.tests">Some tests failed; see details above.</fail>
   801     </target>
   802     <target depends="init" if="have.tests" name="test-report"/>
   803     <target depends="init" if="netbeans.home+have.tests" name="-test-browse"/>
   804     <target depends="init,compile-test,-pre-test-run,-do-test-run,test-report,-post-test-run,-test-browse" description="Run unit tests." name="test"/>
   805     <target depends="init" if="have.tests" name="-pre-test-run-single">
   806         <mkdir dir="${build.test.results.dir}"/>
   807     </target>
   808     <target depends="init,compile-test-single,-pre-test-run-single" if="have.tests" name="-do-test-run-single">
   809         <fail unless="test.includes">Must select some files in the IDE or set test.includes</fail>
   810         <webproject2:junit excludes="" includes="${test.includes}"/>
   811     </target>
   812     <target depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single" if="have.tests" name="-post-test-run-single">
   813         <fail if="tests.failed" unless="ignore.failing.tests">Some tests failed; see details above.</fail>
   814     </target>
   815     <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"/>
   816     <!--
   817                 
   818                 JUNIT DEBUGGING SECTION
   819             -->
   820     <target depends="init,compile-test" if="have.tests" name="-debug-start-debuggee-test">
   821         <fail unless="test.class">Must select one file in the IDE or set test.class</fail>
   822         <property location="${build.test.results.dir}/TEST-${test.class}.xml" name="test.report.file"/>
   823         <delete file="${test.report.file}"/>
   824         <!-- must exist, otherwise the XML formatter would fail -->
   825         <mkdir dir="${build.test.results.dir}"/>
   826         <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}">
   827             <customize>
   828                 <arg value="showoutput=true"/>
   829                 <arg value="formatter=org.apache.tools.ant.taskdefs.optional.junit.BriefJUnitResultFormatter"/>
   830                 <arg value="formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,${test.report.file}"/>
   831             </customize>
   832         </webproject1:debug>
   833     </target>
   834     <target depends="init,compile-test" if="netbeans.home+have.tests" name="-debug-start-debugger-test">
   835         <webproject1:nbjpdastart classpath="${debug.test.classpath}" name="${test.class}"/>
   836     </target>
   837     <target depends="init,compile-test,-debug-start-debugger-test,-debug-start-debuggee-test" name="debug-test"/>
   838     <target depends="init,-pre-debug-fix,compile-test-single" if="netbeans.home" name="-do-debug-fix-test">
   839         <webproject1:nbjpdareload dir="${build.test.classes.dir}"/>
   840     </target>
   841     <target depends="init,-pre-debug-fix,-do-debug-fix-test" if="netbeans.home" name="debug-fix-test"/>
   842     <!--
   843                 
   844                 CLEANUP SECTION
   845             -->
   846     <target depends="init" if="no.dist.ear.dir" name="deps-clean" unless="no.deps">
   847         <ant antfile="${project.SpringDemo1-ejb}/build.xml" inheritall="false" target="clean"/>
   848         <ant antfile="${project.SpringDemo1-lib}/build.xml" inheritall="false" target="clean"/>
   849     </target>
   850     <target depends="init" name="do-clean">
   851         <condition property="build.dir.to.clean" value="${build.web.dir}">
   852             <isset property="dist.ear.dir"/>
   853         </condition>
   854         <property name="build.dir.to.clean" value="${build.web.dir}"/>
   855         <delete includeEmptyDirs="true" quiet="true">
   856             <fileset dir="${build.dir.to.clean}/WEB-INF/lib"/>
   857         </delete>
   858         <delete dir="${build.dir}"/>
   859         <available file="${build.dir.to.clean}/WEB-INF/lib" property="status.clean-failed" type="dir"/>
   860         <delete dir="${dist.dir}"/>
   861     </target>
   862     <target depends="do-clean" if="status.clean-failed" name="check-clean">
   863         <echo message="Warning: unable to delete some files in ${build.web.dir}/WEB-INF/lib - they are probably locked by the J2EE server. "/>
   864         <echo level="info" message="To delete all files undeploy the module from Server Registry in Runtime tab and then use Clean again."/>
   865     </target>
   866     <target depends="init" if="netbeans.home" name="undeploy-clean">
   867         <nbundeploy failOnError="false" startServer="false"/>
   868     </target>
   869     <target name="-post-clean">
   870         <!-- Empty placeholder for easier customization. -->
   871         <!-- You can override this target in the ../build.xml file. -->
   872     </target>
   873     <target depends="init,undeploy-clean,deps-clean,do-clean,check-clean,-post-clean" description="Clean build products." name="clean"/>
   874     <target depends="clean" description="Clean build products." name="clean-ear"/>
   875 </project>