@ -54,6 +54,7 @@ is divided into following sections:
<property file= "nbproject/project.properties" />
<property file= "nbproject/project.properties" />
</target>
</target>
<target depends= "-pre-init,-init-private,-init-user,-init-project,-init-macrodef-property" name= "-do-init" >
<target depends= "-pre-init,-init-private,-init-user,-init-project,-init-macrodef-property" name= "-do-init" >
<property name= "platform.java" value= "${java.home}/bin/java" />
<available file= "${manifest.file}" property= "manifest.available" />
<available file= "${manifest.file}" property= "manifest.available" />
<condition property= "splashscreen.available" >
<condition property= "splashscreen.available" >
<and >
<and >
@ -71,16 +72,20 @@ is divided into following sections:
</not>
</not>
</and>
</and>
</condition>
</condition>
<condition property= "manifest.available+main.class " >
<condition property= "profile.available " >
<and >
<and >
<isset property= "manifest.available" />
<isset property= "javac.profile" />
<isset property= "main.class.available" />
<length length= "0" string= "${javac.profile}" when= "greater" />
<matches pattern= "1\.[89](\..*)?" string= "${javac.source}" />
</and>
</and>
</condition>
</condition>
<condition property= "do.archive" >
<condition property= "do.archive" >
<not >
<or >
<istrue value= "${jar.archive.disabled}" />
<not >
</not>
<istrue value= "${jar.archive.disabled}" />
</not>
<istrue value= "${not.archive.disabled}" />
</or>
</condition>
</condition>
<condition property= "do.mkdist" >
<condition property= "do.mkdist" >
<and >
<and >
@ -91,12 +96,6 @@ is divided into following sections:
</not>
</not>
</and>
</and>
</condition>
</condition>
<condition property= "manifest.available+main.class+mkdist.available" >
<and >
<istrue value= "${manifest.available+main.class}" />
<isset property= "do.mkdist" />
</and>
</condition>
<condition property= "do.archive+manifest.available" >
<condition property= "do.archive+manifest.available" >
<and >
<and >
<isset property= "manifest.available" />
<isset property= "manifest.available" />
@ -115,24 +114,12 @@ is divided into following sections:
<istrue value= "${do.archive}" />
<istrue value= "${do.archive}" />
</and>
</and>
</condition>
</condition>
<condition property= "do.archive+manifest.available+main.class " >
<condition property= "do.archive+profile.available " >
<and >
<and >
<istrue value= "${manifest.available+main.class} " />
<isset property= "profile.available " />
<istrue value= "${do.archive}" />
<istrue value= "${do.archive}" />
</and>
</and>
</condition>
</condition>
<condition property= "manifest.available-mkdist.available" >
<or >
<istrue value= "${manifest.available}" />
<isset property= "do.mkdist" />
</or>
</condition>
<condition property= "manifest.available+main.class-mkdist.available" >
<or >
<istrue value= "${manifest.available+main.class}" />
<isset property= "do.mkdist" />
</or>
</condition>
<condition property= "have.tests" >
<condition property= "have.tests" >
<or >
<or >
<available file= "${test.src.dir}" />
<available file= "${test.src.dir}" />
@ -186,7 +173,15 @@ is divided into following sections:
</condition>
</condition>
<path id= "endorsed.classpath.path" path= "${endorsed.classpath}" />
<path id= "endorsed.classpath.path" path= "${endorsed.classpath}" />
<condition else= "" property= "endorsed.classpath.cmd.line.arg" value= "-Xbootclasspath/p:'${toString:endorsed.classpath.path}'" >
<condition else= "" property= "endorsed.classpath.cmd.line.arg" value= "-Xbootclasspath/p:'${toString:endorsed.classpath.path}'" >
<length length= "0" string= "${endorsed.classpath}" when= "greater" />
<and >
<isset property= "endorsed.classpath" />
<not >
<equals arg1= "${endorsed.classpath}" arg2= "" trim= "true" />
</not>
</and>
</condition>
<condition else= "" property= "javac.profile.cmd.line.arg" value= "-profile ${javac.profile}" >
<isset property= "profile.available" />
</condition>
</condition>
<condition else= "false" property= "jdkBug6558476" >
<condition else= "false" property= "jdkBug6558476" >
<and >
<and >
@ -275,6 +270,7 @@ is divided into following sections:
<path path= "@{classpath}" />
<path path= "@{classpath}" />
</classpath>
</classpath>
<compilerarg line= "${endorsed.classpath.cmd.line.arg}" />
<compilerarg line= "${endorsed.classpath.cmd.line.arg}" />
<compilerarg line= "${javac.profile.cmd.line.arg}" />
<compilerarg line= "${javac.compilerargs}" />
<compilerarg line= "${javac.compilerargs}" />
<compilerarg value= "-processorpath" />
<compilerarg value= "-processorpath" />
<compilerarg path= "@{processorpath}:${empty.dir}" />
<compilerarg path= "@{processorpath}:${empty.dir}" />
@ -314,6 +310,7 @@ is divided into following sections:
<path path= "@{classpath}" />
<path path= "@{classpath}" />
</classpath>
</classpath>
<compilerarg line= "${endorsed.classpath.cmd.line.arg}" />
<compilerarg line= "${endorsed.classpath.cmd.line.arg}" />
<compilerarg line= "${javac.profile.cmd.line.arg}" />
<compilerarg line= "${javac.compilerargs}" />
<compilerarg line= "${javac.compilerargs}" />
<customize />
<customize />
</javac>
</javac>
@ -370,6 +367,11 @@ is divided into following sections:
</and>
</and>
</condition>
</condition>
</target>
</target>
<target name= "-init-test-properties" >
<property name= "test.binaryincludes" value= "<nothing>" />
<property name= "test.binarytestincludes" value= "" />
<property name= "test.binaryexcludes" value= "" />
</target>
<target if= "${nb.junit.single}" name= "-init-macrodef-junit-single" unless= "${nb.junit.batch}" >
<target if= "${nb.junit.single}" name= "-init-macrodef-junit-single" unless= "${nb.junit.batch}" >
<macrodef name= "junit" uri= "http://www.netbeans.org/ns/j2se-project/3" >
<macrodef name= "junit" uri= "http://www.netbeans.org/ns/j2se-project/3" >
<attribute default= "${includes}" name= "includes" />
<attribute default= "${includes}" name= "includes" />
@ -393,7 +395,7 @@ is divided into following sections:
</sequential>
</sequential>
</macrodef>
</macrodef>
</target>
</target>
<target if= "${nb.junit.batch}" name= "-init-macrodef-junit-batch" unless= "${nb.junit.single}" >
<target depends= "-init-test-properties" if= "${nb.junit.batch}" name= "-init-macrodef-junit-batch" unless= "${nb.junit.single}" >
<macrodef name= "junit" uri= "http://www.netbeans.org/ns/j2se-project/3" >
<macrodef name= "junit" uri= "http://www.netbeans.org/ns/j2se-project/3" >
<attribute default= "${includes}" name= "includes" />
<attribute default= "${includes}" name= "includes" />
<attribute default= "${excludes}" name= "excludes" />
<attribute default= "${excludes}" name= "excludes" />
@ -407,6 +409,9 @@ is divided into following sections:
<fileset dir= "${test.src.dir}" excludes= "@{excludes},${excludes}" includes= "@{includes}" >
<fileset dir= "${test.src.dir}" excludes= "@{excludes},${excludes}" includes= "@{includes}" >
<filename name= "@{testincludes}" />
<filename name= "@{testincludes}" />
</fileset>
</fileset>
<fileset dir= "${build.test.classes.dir}" excludes= "@{excludes},${excludes},${test.binaryexcludes}" includes= "${test.binaryincludes}" >
<filename name= "${test.binarytestincludes}" />
</fileset>
</batchtest>
</batchtest>
<syspropertyset >
<syspropertyset >
<propertyref prefix= "test-sys-prop." />
<propertyref prefix= "test-sys-prop." />
@ -438,7 +443,7 @@ is divided into following sections:
</fileset>
</fileset>
</union>
</union>
<taskdef classname= "org.testng.TestNGAntTask" classpath= "${run.test.classpath}" name= "testng" />
<taskdef classname= "org.testng.TestNGAntTask" classpath= "${run.test.classpath}" name= "testng" />
<testng classfilesetref= "test.set" failureProperty= "tests.failed" methods= "${testng.methods.arg}" mode= "${testng.mode}" outputdir= "${build.test.results.dir}" suitename= "helloworld" testname= "TestNG tests" workingDir= "${work.dir}" >
<testng classfilesetref= "test.set" failureProperty= "tests.failed" listeners= "org.testng.reporters.VerboseReporter" methods= "${testng.methods.arg}" mode= "${testng.mode}" outputdir= "${build.test.results.dir}" suitename= "helloworld" testname= "TestNG tests" workingDir= "${work.dir}" >
<xmlfileset dir= "${build.test.classes.dir}" includes= "@{testincludes}" />
<xmlfileset dir= "${build.test.classes.dir}" includes= "@{testincludes}" />
<propertyset >
<propertyset >
<propertyref prefix= "test-sys-prop." />
<propertyref prefix= "test-sys-prop." />
@ -534,7 +539,7 @@ is divided into following sections:
</sequential>
</sequential>
</macrodef>
</macrodef>
</target>
</target>
<target if= "${nb.junit.batch}" name= "-init-macrodef-junit-debug-batch" >
<target depends= "-init-test-properties" if= "${nb.junit.batch}" name= "-init-macrodef-junit-debug-batch" >
<macrodef name= "junit-debug" uri= "http://www.netbeans.org/ns/j2se-project/3" >
<macrodef name= "junit-debug" uri= "http://www.netbeans.org/ns/j2se-project/3" >
<attribute default= "${includes}" name= "includes" />
<attribute default= "${includes}" name= "includes" />
<attribute default= "${excludes}" name= "excludes" />
<attribute default= "${excludes}" name= "excludes" />
@ -548,6 +553,9 @@ is divided into following sections:
<fileset dir= "${test.src.dir}" excludes= "@{excludes},${excludes}" includes= "@{includes}" >
<fileset dir= "${test.src.dir}" excludes= "@{excludes},${excludes}" includes= "@{includes}" >
<filename name= "@{testincludes}" />
<filename name= "@{testincludes}" />
</fileset>
</fileset>
<fileset dir= "${build.test.classes.dir}" excludes= "@{excludes},${excludes},${test.binaryexcludes}" includes= "${test.binaryincludes}" >
<filename name= "${test.binarytestincludes}" />
</fileset>
</batchtest>
</batchtest>
<syspropertyset >
<syspropertyset >
<propertyref prefix= "test-sys-prop." />
<propertyref prefix= "test-sys-prop." />
@ -826,8 +834,8 @@ is divided into following sections:
</chainedmapper>
</chainedmapper>
</pathconvert>
</pathconvert>
<taskdef classname= "org.netbeans.modules.java.j2seproject.copylibstask.CopyLibs" classpath= "${libs.CopyLibs.classpath}" name= "copylibs" />
<taskdef classname= "org.netbeans.modules.java.j2seproject.copylibstask.CopyLibs" classpath= "${libs.CopyLibs.classpath}" name= "copylibs" />
<copylibs compress= "${jar.compress}" index= "${jar.index}" indexMetaInf= "${jar.index.metainf}" jarfile= "${dist.jar}" manifest= "@{manifest}" rebase= "${copylibs.rebase}" runtimeclasspath= "${run.classpath.without.build.classes.dir}" >
<copylibs compress= "${jar.compress}" excludeFromCopy= "${copylibs.excludes}" index= "${jar.index}" indexMetaInf= "${jar.index.metainf}" jarfile= "${dist.jar}" manifest= "@{manifest}" rebase= "${copylibs.rebase}" runtimeclasspath= "${run.classpath.without.build.classes.dir}" >
<fileset dir= "${build.classes.dir}" />
<fileset dir= "${build.classes.dir}" excludes= "${dist.archive.excludes}" />
<manifest >
<manifest >
<attribute name= "Class-Path" value= "${jar.classpath}" />
<attribute name= "Class-Path" value= "${jar.classpath}" />
<customize />
<customize />
@ -839,7 +847,7 @@ is divided into following sections:
<target name= "-init-presetdef-jar" >
<target name= "-init-presetdef-jar" >
<presetdef name= "jar" uri= "http://www.netbeans.org/ns/j2se-project/1" >
<presetdef name= "jar" uri= "http://www.netbeans.org/ns/j2se-project/1" >
<jar compress= "${jar.compress}" index= "${jar.index}" jarfile= "${dist.jar}" >
<jar compress= "${jar.compress}" index= "${jar.index}" jarfile= "${dist.jar}" >
<j2seproject1:fileset dir= "${build.classes.dir}" />
<j2seproject1:fileset dir= "${build.classes.dir}" excludes= "${dist.archive.excludes}" />
</jar>
</jar>
</presetdef>
</presetdef>
</target>
</target>
@ -894,6 +902,7 @@ is divided into following sections:
<param location= "${project.Core_NBI_Engine}/build.xml" name= "call.script" />
<param location= "${project.Core_NBI_Engine}/build.xml" name= "call.script" />
<param name= "call.target" value= "jar" />
<param name= "call.target" value= "jar" />
<param name= "transfer.built-jar.properties" value= "${built-jar.properties}" />
<param name= "transfer.built-jar.properties" value= "${built-jar.properties}" />
<param name= "transfer.not.archive.disabled" value= "true" />
</antcall>
</antcall>
</target>
</target>
<target depends= "init,-check-automatic-build,-clean-after-automatic-build" name= "-verify-automatic-build" />
<target depends= "init,-check-automatic-build,-clean-after-automatic-build" name= "-verify-automatic-build" />
@ -927,7 +936,7 @@ is divided into following sections:
<target if= "has.persistence.xml" name= "-copy-persistence-xml" >
<target if= "has.persistence.xml" name= "-copy-persistence-xml" >
<mkdir dir= "${build.classes.dir}/META-INF" />
<mkdir dir= "${build.classes.dir}/META-INF" />
<copy todir= "${build.classes.dir}/META-INF" >
<copy todir= "${build.classes.dir}/META-INF" >
<fileset dir= "${meta.inf.dir}" includes= "persistence.xml" />
<fileset dir= "${meta.inf.dir}" includes= "persistence.xml orm.xml " />
</copy>
</copy>
</target>
</target>
<target name= "-post-compile" >
<target name= "-post-compile" >
@ -962,41 +971,25 @@ is divided into following sections:
<!-- Empty placeholder for easier customization. -->
<!-- Empty placeholder for easier customization. -->
<!-- You can override this target in the ../build.xml file. -->
<!-- You can override this target in the ../build.xml file. -->
</target>
</target>
<target depends= "init,compile,-pre-pre-jar,-pre-jar" if= "do.archive" name= "-do-jar-without-manifest" unless= "manifest.available-mkdist.available" >
<target depends= "init" if= "do.archive" name= "-do-jar-create-manifest" unless= "manifest.available" >
<j2seproject1:jar />
</target>
<target depends= "init,compile,-pre-pre-jar,-pre-jar" if= "do.archive+manifest.available" name= "-do-jar-with-manifest" unless= "manifest.available+main.class-mkdist.available" >
<j2seproject1:jar manifest= "${manifest.file}" />
</target>
<target depends= "init,compile,-pre-pre-jar,-pre-jar" if= "do.archive+manifest.available+main.class" name= "-do-jar-with-mainclass" unless= "manifest.available+main.class+mkdist.available" >
<j2seproject1:jar manifest= "${manifest.file}" >
<j2seproject1:manifest >
<j2seproject1:attribute name= "Main-Class" value= "${main.class}" />
</j2seproject1:manifest>
</j2seproject1:jar>
<echo level= "info" > To run this application from the command line without Ant, try:</echo>
<property location= "${build.classes.dir}" name= "build.classes.dir.resolved" />
<property location= "${dist.jar}" name= "dist.jar.resolved" />
<pathconvert property= "run.classpath.with.dist.jar" >
<path path= "${run.classpath}" />
<map from= "${build.classes.dir.resolved}" to= "${dist.jar.resolved}" />
</pathconvert>
<echo level= "info" > java -cp "${run.classpath.with.dist.jar}" ${main.class}</echo>
</target>
<target depends= "init" if= "do.archive" name= "-do-jar-with-libraries-create-manifest" unless= "manifest.available" >
<tempfile deleteonexit= "true" destdir= "${build.dir}" property= "tmp.manifest.file" />
<tempfile deleteonexit= "true" destdir= "${build.dir}" property= "tmp.manifest.file" />
<touch file= "${tmp.manifest.file}" verbose= "false" />
<touch file= "${tmp.manifest.file}" verbose= "false" />
</target>
</target>
<target depends= "init" if= "do.archive+manifest.available" name= "-do-jar-with-libraries- copy-manifest" >
<target depends= "init" if= "do.archive+manifest.available" name= "-do-jar-copy-manifest" >
<tempfile deleteonexit= "true" destdir= "${build.dir}" property= "tmp.manifest.file" />
<tempfile deleteonexit= "true" destdir= "${build.dir}" property= "tmp.manifest.file" />
<copy file= "${manifest.file}" tofile= "${tmp.manifest.file}" />
<copy file= "${manifest.file}" tofile= "${tmp.manifest.file}" />
</target>
</target>
<target depends= "init,-do-jar-with-libraries- create-manifest,-do-jar-with-libraries -copy-manifest" if= "do.archive+main.class.available" name= "-do-jar-with-libraries- set-main" >
<target depends= "init,-do-jar-create-manifest,-do-jar-copy-manifest" if= "do.archive+main.class.available" name= "-do-jar-set-mainclass" >
<manifest file= "${tmp.manifest.file}" mode= "update" >
<manifest file= "${tmp.manifest.file}" mode= "update" >
<attribute name= "Main-Class" value= "${main.class}" />
<attribute name= "Main-Class" value= "${main.class}" />
</manifest>
</manifest>
</target>
</target>
<target depends= "init,-do-jar-with-libraries-create-manifest,-do-jar-with-libraries-copy-manifest" if= "do.archive+splashscreen.available" name= "-do-jar-with-libraries-set-splashscreen" >
<target depends= "init,-do-jar-create-manifest,-do-jar-copy-manifest" if= "do.archive+profile.available" name= "-do-jar-set-profile" >
<manifest file= "${tmp.manifest.file}" mode= "update" >
<attribute name= "Profile" value= "${javac.profile}" />
</manifest>
</target>
<target depends= "init,-do-jar-create-manifest,-do-jar-copy-manifest" if= "do.archive+splashscreen.available" name= "-do-jar-set-splashscreen" >
<basename file= "${application.splash}" property= "splashscreen.basename" />
<basename file= "${application.splash}" property= "splashscreen.basename" />
<mkdir dir= "${build.classes.dir}/META-INF" />
<mkdir dir= "${build.classes.dir}/META-INF" />
<copy failonerror= "false" file= "${application.splash}" todir= "${build.classes.dir}/META-INF" />
<copy failonerror= "false" file= "${application.splash}" todir= "${build.classes.dir}/META-INF" />
@ -1004,23 +997,41 @@ is divided into following sections:
<attribute name= "SplashScreen-Image" value= "META-INF/${splashscreen.basename}" />
<attribute name= "SplashScreen-Image" value= "META-INF/${splashscreen.basename}" />
</manifest>
</manifest>
</target>
</target>
<target depends= "init,-init-macrodef-copylibs,compile,-pre-pre-jar,-pre-jar,-do-jar-with-libraries-create-manifest,-do-jar-with-libraries-copy-manifest,-do-jar-with-libraries-set-main,-do-jar-with-libraries -set-splashscreen" if= "do.mkdist" name= "-do-jar-with-libraries-pack " >
<target depends= "init,-init-macrodef-copylibs,compile,-pre-pre-jar,-pre-jar,-do-jar-create-manifest,-do-jar-copy-manifest,-do-jar-set-mainclass,-do-jar-set-profile,-do-jar -set-splashscreen" if= "do.mkdist" name= "-do-jar-copylibs " >
<j2seproject3:copylibs manifest= "${tmp.manifest.file}" />
<j2seproject3:copylibs manifest= "${tmp.manifest.file}" />
<echo level= "info" > To run this application from the command line without Ant, try:</echo>
<echo level= "info" > To run this application from the command line without Ant, try:</echo>
<property location= "${dist.jar}" name= "dist.jar.resolved" />
<property location= "${dist.jar}" name= "dist.jar.resolved" />
<echo level= "info" > java -jar "${dist.jar.resolved}"</echo>
<echo level= "info" > java -jar "${dist.jar.resolved}"</echo>
</target>
</target>
<target depends= "-do-jar-with-libraries-pack" if= "do.archive" name= "-do-jar-with-libraries-delete-manifest" >
<target depends= "init,compile,-pre-pre-jar,-pre-jar,-do-jar-create-manifest,-do-jar-copy-manifest,-do-jar-set-mainclass,-do-jar-set-profile,-do-jar-set-splashscreen" if= "do.archive" name= "-do-jar-jar" unless= "do.mkdist" >
<j2seproject1:jar manifest= "${tmp.manifest.file}" />
<property location= "${build.classes.dir}" name= "build.classes.dir.resolved" />
<property location= "${dist.jar}" name= "dist.jar.resolved" />
<pathconvert property= "run.classpath.with.dist.jar" >
<path path= "${run.classpath}" />
<map from= "${build.classes.dir.resolved}" to= "${dist.jar.resolved}" />
</pathconvert>
<condition else= "" property= "jar.usage.message" value= "To run this application from the command line without Ant, try:${line.separator}${platform.java} -cp ${run.classpath.with.dist.jar} ${main.class}" >
<isset property= "main.class.available" />
</condition>
<condition else= "debug" property= "jar.usage.level" value= "info" >
<isset property= "main.class.available" />
</condition>
<echo level= "${jar.usage.level}" message= "${jar.usage.message}" />
</target>
<target depends= "-do-jar-copylibs" if= "do.archive" name= "-do-jar-delete-manifest" >
<delete >
<delete >
<fileset file= "${tmp.manifest.file}" />
<fileset file= "${tmp.manifest.file}" />
</delete>
</delete>
</target>
</target>
<target depends= "init,compile,-pre-pre-jar,-pre-jar,-do-jar-with-libraries-create-manifest,-do-jar-with-libraries-copy-manifest,-do-jar-with-libraries-set-main,-do-jar-with-libraries-set-splashscreen,-do-jar-with-libraries-pack,-do-jar-with-libraries-delete-manifest" name= "-do-jar-with-libraries" />
<target depends= "init,compile,-pre-pre-jar,-pre-jar,-do-jar-create-manifest,-do-jar-copy-manifest,-do-jar-set-mainclass,-do-jar-set-profile,-do-jar-set-splashscreen,-do-jar-jar,-do-jar-delete-manifest" name= "-do-jar-without-libraries" />
<target depends= "init,compile,-pre-pre-jar,-pre-jar,-do-jar-create-manifest,-do-jar-copy-manifest,-do-jar-set-mainclass,-do-jar-set-profile,-do-jar-set-splashscreen,-do-jar-copylibs,-do-jar-delete-manifest" name= "-do-jar-with-libraries" />
<target name= "-post-jar" >
<target name= "-post-jar" >
<!-- Empty placeholder for easier customization. -->
<!-- Empty placeholder for easier customization. -->
<!-- You can override this target in the ../build.xml file. -->
<!-- You can override this target in the ../build.xml file. -->
</target>
</target>
<target depends= "init,compile,-pre-jar,-do-jar-with-manifest,-do-jar-without-manifest,-do-jar-with-mainclass,-do-jar-with-libraries,-post-jar" description= "Build JAR." name= "jar" />
<target depends= "init,compile,-pre-jar,-do-jar-without-libraries,-do-jar-with-libraries,-post-jar" name= "-do-jar" />
<target depends= "init,compile,-pre-jar,-do-jar,-post-jar" description= "Build JAR." name= "jar" />
<!--
<!--
=================
=================
EXECUTION SECTION
EXECUTION SECTION
@ -1199,11 +1210,14 @@ is divided into following sections:
</not>
</not>
</and>
</and>
</condition>
</condition>
<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}" >
<condition else= "" property= "bug5101868workaround" value= "*.java" >
<matches pattern= "1\.[56](\..*)?" string= "${java.version}" />
</condition>
<javadoc additionalparam= "-J-Dfile.encoding=${file.encoding} ${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}" >
<classpath >
<classpath >
<path path= "${javac.classpath}" />
<path path= "${javac.classpath}" />
</classpath>
</classpath>
<fileset dir= "${src.dir}" excludes= "*.java ,${excludes}" includes= "${includes}" >
<fileset dir= "${src.dir}" excludes= "${bug5101868workaround} ,${excludes}" includes= "${includes}" >
<filename name= "**/*.java" />
<filename name= "**/*.java" />
</fileset>
</fileset>
<fileset dir= "${build.generated.sources.dir}" erroronmissingdir= "false" >
<fileset dir= "${build.generated.sources.dir}" erroronmissingdir= "false" >
@ -1277,7 +1291,7 @@ is divided into following sections:
<mkdir dir= "${build.test.results.dir}" />
<mkdir dir= "${build.test.results.dir}" />
</target>
</target>
<target depends= "init,compile-test,-pre-test-run" if= "have.tests" name= "-do-test-run" >
<target depends= "init,compile-test,-pre-test-run" if= "have.tests" name= "-do-test-run" >
<j2seproject3:test testincludes= "**/*Test.java" />
<j2seproject3:test includes= "${includes}" testincludes= "**/*Test.java" />
</target>
</target>
<target depends= "init,compile-test,-pre-test-run,-do-test-run" if= "have.tests" name= "-post-test-run" >
<target depends= "init,compile-test,-pre-test-run,-do-test-run" if= "have.tests" name= "-post-test-run" >
<fail if= "tests.failed" unless= "ignore.failing.tests" > Some tests failed; see details above.</fail>
<fail if= "tests.failed" unless= "ignore.failing.tests" > Some tests failed; see details above.</fail>
@ -1381,6 +1395,7 @@ is divided into following sections:
<param location= "${project.Core_NBI_Engine}/build.xml" name= "call.script" />
<param location= "${project.Core_NBI_Engine}/build.xml" name= "call.script" />
<param name= "call.target" value= "clean" />
<param name= "call.target" value= "clean" />
<param name= "transfer.built-clean.properties" value= "${built-clean.properties}" />
<param name= "transfer.built-clean.properties" value= "${built-clean.properties}" />
<param name= "transfer.not.archive.disabled" value= "true" />
</antcall>
</antcall>
</target>
</target>
<target depends= "init" name= "-do-clean" >
<target depends= "init" name= "-do-clean" >