From: Simone B. <bio...@us...> - 2002-06-04 14:13:09
|
User: biorn_steedom Date: 02/06/04 07:13:06 Modified: . build.xml Log: Added classes for the circularity error test case to the classloader's sar. Revision Changes Path 1.141 +136 -135 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.140 retrieving revision 1.141 diff -u -r1.140 -r1.141 --- build.xml 31 May 2002 04:13:43 -0000 1.140 +++ build.xml 4 Jun 2002 14:13:05 -0000 1.141 @@ -13,7 +13,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.140 2002/05/31 04:13:43 user57 Exp $ --> +<!-- $Id: build.xml,v 1.141 2002/06/04 14:13:05 biorn_steedom Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -36,7 +36,7 @@ <!-- ================================================================== --> <!-- - | Initialize the build system. Must depend on '_buildmagic:init'. + | Initialize the build system. Must depend on '_buildmagic:init'. | Other targets should depend on 'init' or things will mysteriously fail. --> @@ -49,15 +49,15 @@ <!-- ================================================================== --> <!-- - | Configure the build system. + | Configure the build system. | - | This target is invoked by the Buildmagic initialization logic and + | This target is invoked by the Buildmagic initialization logic and | should contain module specific configuration elements. --> <target name="configure" unless="configure.disable"> - <!-- Give user a chance to override without editing this file + <!-- Give user a chance to override without editing this file (and without typing -D each time they run it) --> <property file=".ant.properties" /> @@ -156,9 +156,9 @@ </path> <!-- JUnitEJB --> - <property name="junitejb.junitejb.root" + <property name="junitejb.junitejb.root" value="${project.thirdparty}/junitejb/junitejb"/> - <property name="junitejb.junitejb.lib" + <property name="junitejb.junitejb.lib" value="${junitejb.junitejb.root}/lib"/> <path id="junitejb.junitejb.classpath"> <pathelement path="${junitejb.junitejb.lib}/junitejb.jar"/> @@ -236,7 +236,7 @@ <!-- InternalServer --> <!-- This could be a mistake. Perhaps, though, it would be a good idea to separate -tests that need internal jboss classes from those that don't. When I put it in, only +tests that need internal jboss classes from those that don't. When I put it in, only the jca XATxConnectionManagerUnitTestCase needed an internal class (the tx manager)--> <property name="jboss.internal-server.root" value="${project.root}/server/output"/> <property name="jboss.internal-server.lib" value="${jboss.internal-server.root}/lib"/> @@ -414,7 +414,7 @@ <pathelement location="${project.tools}/lib/xjavadoc.jar"/> <pathelement location="${project.tools}/lib/ant.jar"/> </path> - <property name="xdoclet.task.classpath" + <property name="xdoclet.task.classpath" refid="xdoclet.task.classpath"/> <property name="xdoclet.mergedir" value="${project.tools}/etc/xdoclet/templates}"/> @@ -427,14 +427,14 @@ <!-- Compile --> <!-- ================================================================== --> - <!-- + <!-- | Compile everything. | - | This target should depend on other compile-* targets for each + | This target should depend on other compile-* targets for each | different type of compile that needs to be performed, short of | documentation compiles. --> - <target name="compile" + <target name="compile" depends="compile-classes, compile-xmbean-dds, compile-etc, compile-stylesheets, compile-resources" description="Compile all source files."/> @@ -462,7 +462,7 @@ <!--session/--> <deploymentdescriptor xmlencoding ="UTF-8" destdir="${build.resources}/ejbconf/readonly/META-INF"/> - <jboss xmlencoding="UTF-8" + <jboss xmlencoding="UTF-8" version="3.0" destdir="${build.resources}/ejbconf/readonly/META-INF" mergedir="${source.resources}/ejbconf/readonly/" @@ -489,7 +489,7 @@ <!--session/--> <deploymentdescriptor xmlencoding ="UTF-8" destdir="${build.resources}/jmx/eardeployment/a/META-INF"/> - <jboss xmlencoding="UTF-8" + <jboss xmlencoding="UTF-8" version="3.0" destdir="${build.resources}/jmx/eardeployment/a/META-INF" mergedir="${source.resources}/jmx/eardeployment/a/"/> @@ -513,7 +513,7 @@ <!--session/--> <deploymentdescriptor xmlencoding ="UTF-8" destdir="${build.resources}/jmx/eardeployment/b/META-INF"/> - <jboss xmlencoding="UTF-8" + <jboss xmlencoding="UTF-8" version="3.0" destdir="${build.resources}/jmx/eardeployment/b/META-INF" mergedir="${source.resources}/jmx/eardeployment/b/"/> @@ -537,7 +537,7 @@ <!--session/--> <deploymentdescriptor xmlencoding ="UTF-8" destdir="${build.resources}/cmp2/cmr/META-INF"/> - <jboss xmlencoding="UTF-8" + <jboss xmlencoding="UTF-8" version="3.0" destdir="${build.resources}/cmp2/cmr/META-INF" mergedir="${source.resources}/cmp2/cmr/" @@ -564,7 +564,7 @@ <!--session/--> <deploymentdescriptor xmlencoding ="UTF-8" destdir="${build.resources}/jmx/undeploy/META-INF"/> - <jboss xmlencoding="UTF-8" + <jboss xmlencoding="UTF-8" version="3.0" destdir="${build.resources}/jmx/undeploy/META-INF" mergedir="${source.resources}/jmx/undeploy/" @@ -591,7 +591,7 @@ <!--session/--> <deploymentdescriptor xmlencoding ="UTF-8" destdir="${build.resources}/jca/META-INF"/> - <jboss xmlencoding="UTF-8" + <jboss xmlencoding="UTF-8" version="3.0" destdir="${build.resources}/jca/META-INF" mergedir="${source.resources}/jca/"/> @@ -614,7 +614,7 @@ <!--session/--> <deploymentdescriptor xmlencoding ="UTF-8" destdir="${build.resources}/jca/bank/META-INF"/> - <jboss xmlencoding="UTF-8" + <jboss xmlencoding="UTF-8" version="3.0" destdir="${build.resources}/jca/bank/META-INF" mergedir="${source.resources}/jca/bank/"/> @@ -641,12 +641,12 @@ <!--session/--> <deploymentdescriptor xmlencoding ="UTF-8" destdir="${build.resources}/banknew/META-INF"/> - <jboss xmlencoding="UTF-8" + <jboss xmlencoding="UTF-8" version="3.0" destdir="${build.resources}/banknew/META-INF" mergedir="${source.resources}/banknew/"/> </xdoclet> - + <!-- Foe-Deployer: Simple Test --> <mkdir dir="${build.resources}/foedeployer/simple/META-INF"/> <xdoclet destdir="${build.gen-src}" @@ -735,7 +735,7 @@ <!--session/--> <deploymentdescriptor xmlencoding ="UTF-8" destdir="${build.resources}/proxycompiler/META-INF"/> - <jboss xmlencoding="UTF-8" + <jboss xmlencoding="UTF-8" version="3.0" destdir="${build.resources}/proxycompiler/META-INF" mergedir="${source.resources}/proxycompiler"/> @@ -803,7 +803,7 @@ <!-- Archives --> <!-- ================================================================== --> - <!-- + <!-- | Build all jar files. --> @@ -1594,7 +1594,7 @@ <!--eardeployment, 2 jars of 1 session bean each--> <!--IMPORTANT!! this test relies on the dd's being in the "wrong" jar --> - <!--the point of the test is to see if the classes in one jar are visible to + <!--the point of the test is to see if the classes in one jar are visible to the deployment descriptors of the other jar --> <jar jarfile="${build.lib}/sessiona.jar"> <fileset dir="${build.classes}"> @@ -2477,7 +2477,7 @@ <include name="META-INF/*"/> </fileset> </jar> - + </target> <!-- marathon test --> @@ -2500,6 +2500,7 @@ <jar jarfile="${build.lib}/classloader.sar"> <fileset dir="${build.classes}"> <include name="org/jboss/test/classloader/concurrentload/**"/> + <include name="org/jboss/test/classloader/circularity/**"/> </fileset> <fileset dir="${source.resources}/classloader/concurrentloader"> <include name="**"/> @@ -2512,10 +2513,10 @@ <!-- Documents --> <!-- ================================================================== --> - <!-- + <!-- | Create all generated documenation. | - | This target should depend on other docs-* targets for each + | This target should depend on other docs-* targets for each | different type of docuementation that is to be generated. --> @@ -2526,8 +2527,8 @@ <!-- Javadocs is an exception, but provide a docs-api to conform. --> <target name="docs-api" depends="docs-javadocs"/> - <!-- - | Check if we need to build javadocs + <!-- + | Check if we need to build javadocs | | Javadocs will only be generated if one or more .java source files | is newer than the generated index.html. @@ -2539,7 +2540,7 @@ targetfile="${build.api}/index.html"> <srcfiles dir="${source.java}" includes="**/*.java"/> </uptodate> - </target> + </target> <!-- Generate Javadoc if we are out of date --> <target name="docs-javadocs" depends="docs-javadocs-check" unless="docs-javadocs.disable"> @@ -2558,7 +2559,7 @@ protected="${javadoc.protected}" private="${javadoc.private}" use="${javadoc.use}" - verbose="${javadoc.verbose}"> + verbose="${javadoc.verbose}"> <!-- <group title="??" packages="org.jboss.*"/> --> </javadoc> </target> @@ -2570,21 +2571,21 @@ <!-- Install & Release --> <!-- ================================================================== --> - <target name="install" + <target name="install" description="Install the structure for a release." depends="all, _buildmagic:install:default"/> <target name="release" depends="install"/> - <target name="release-zip" + <target name="release-zip" description="Builds a ZIP distribution." depends="release, _buildmagic:release:zip"/> - <target name="release-tar" + <target name="release-tar" description="Builds a TAR distribution." depends="release, _buildmagic:release:tar"/> - <target name="release-tgz" + <target name="release-tgz" description="Builds a TAR-GZ distribution." depends="release, _buildmagic:release:tgz"/> @@ -2598,13 +2599,13 @@ <!-- ================================================================== --> <!-- Clean up all build output --> - <target name="clean" + <target name="clean" description="Cleans up most generated files." depends="_buildmagic:clean"> </target> <!-- Clean up all generated files --> - <target name="clobber" + <target name="clobber" description="Cleans up all generated files." depends="_buildmagic:clobber, clean"> </target> @@ -2617,16 +2618,16 @@ <target name="main" description="Executes the default target (most)." depends="most"/> - + <target name="all" description="Builds everything." depends="jars, docs"/> - <target name="most" + <target name="most" description="Builds almost everything." depends="jars"/> - <target name="help" + <target name="help" description="Show this help message." depends="_buildmagic:help:standard"/> @@ -2638,21 +2639,21 @@ | Run all tests. --> - <target name="maybejars" depends="init" + <target name="maybejars" depends="init" unless="nojars"> <antcall target="jars"/> </target> <target name="tests" description="Execute all tests." - depends="init, - tests-standard-unit, - tests-client-unit, - tests-security-basic-unit, - tests-standard-stress, - tests-client-stress, - tests-security-basic-stress, - tests-jsr77-unit, - tests-util-unit, + depends="init, + tests-standard-unit, + tests-client-unit, + tests-security-basic-unit, + tests-standard-stress, + tests-client-stress, + tests-security-basic-stress, + tests-jsr77-unit, + tests-util-unit, tests-jbossmx-compliance, tests-jbossmx-implementation, tests-jbossmx-performance, @@ -2662,44 +2663,44 @@ <target name="tests-unit" description="Execute all unit tests." - depends="init, - tests-standard-unit, - tests-client-unit, - tests-security-basic-unit, - tests-jsr77-unit, - tests-util-unit, - tests-jbossmx-compliance, - tests-jbossmx-implementation, + depends="init, + tests-standard-unit, + tests-client-unit, + tests-security-basic-unit, + tests-jsr77-unit, + tests-util-unit, + tests-jbossmx-compliance, + tests-jbossmx-implementation, tests-report"> </target> - + <target name="tests-stress" description="Execute all stress tests." - depends="init, + depends="init, tests-standard-stress, tests-iiop-stress, - tests-client-stress, - tests-security-basic-stress, - tests-jbossmx-performance, + tests-client-stress, + tests-security-basic-stress, + tests-jbossmx-performance, tests-report"> </target> - <!-- + <!-- | Helper for running all jbossmx tests --> <target name="tests-jbossmx-all" description="Execute all jmx tests." - depends="init, + depends="init, tests-jbossmx-compliance, tests-jbossmx-implementation, tests-jbossmx-performance, tests-report"> </target> - + <target name="tests-marathon" description="Execute all marathon tests." - depends="init, + depends="init, tests-standard-marathon"> </target> - <!-- + <!-- | Standard tests that should run successfully against a default JBoss | server distribution build. --> @@ -2846,8 +2847,8 @@ extension=".xml" usefile="${junit.formatter.usefile}"/> <batchtest todir="${build.reports}" - haltonerror="${junit.batchtest.haltonerror}" - haltonfailure="${junit.batchtest.haltonfailure}" + haltonerror="${junit.batchtest.haltonerror}" + haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}"> <fileset dir="${build.classes}"> @@ -2861,9 +2862,9 @@ <mkdir dir="${build.reports}"/> <mkdir dir="${build.testlog}"/> <junit dir="${module.output}" - printsummary="${junit.printsummary}" - haltonerror="${junit.haltonerror}" - haltonfailure="${junit.haltonfailure}" + printsummary="${junit.printsummary}" + haltonerror="${junit.haltonerror}" + haltonfailure="${junit.haltonfailure}" fork="${junit.fork}" timeout="${junit.timeout}" jvm="${junit.jvm}"> @@ -2882,7 +2883,7 @@ <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/> <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/> - + <classpath> <pathelement path="${build.lib}/jrmp-dl-client.jar"/> <pathelement location="${build.resources}"/> @@ -2893,8 +2894,8 @@ extension=".xml" usefile="${junit.formatter.usefile}"/> <batchtest todir="${build.reports}" - haltonerror="${junit.batchtest.haltonerror}" - haltonfailure="${junit.batchtest.haltonfailure}" + haltonerror="${junit.batchtest.haltonerror}" + haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}"> <fileset dir="${build.classes}"> @@ -2905,7 +2906,7 @@ </junit> </target> - <!-- + <!-- | Standard security tests that should run successfully against a default | JBoss server distribution build. --> @@ -2914,9 +2915,9 @@ <mkdir dir="${build.reports}"/> <mkdir dir="${build.testlog}"/> <junit dir="${module.output}" - printsummary="${junit.printsummary}" - haltonerror="${junit.haltonerror}" - haltonfailure="${junit.haltonfailure}" + printsummary="${junit.printsummary}" + haltonerror="${junit.haltonerror}" + haltonfailure="${junit.haltonfailure}" fork="${junit.fork}" timeout="${junit.timeout}" jvm="${junit.jvm}"> @@ -2932,7 +2933,7 @@ value="${build.resources}/security/auth.conf"/> <sysproperty key="build.testlog" value="${build.testlog}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> - + <classpath> <pathelement location="${build.classes}"/> <pathelement location="${build.resources}/security"/> @@ -2982,7 +2983,7 @@ <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/> <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/> - + <classpath> <pathelement location="${build.classes}"/> <pathelement location="${build.resources}/security"/> @@ -2994,8 +2995,8 @@ extension=".xml" usefile="${junit.formatter.usefile}"/> <batchtest todir="${build.reports}" - haltonerror="${junit.batchtest.haltonerror}" - haltonfailure="${junit.batchtest.haltonfailure}" + haltonerror="${junit.batchtest.haltonerror}" + haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}"> <fileset dir="${build.classes}"> @@ -3254,7 +3255,7 @@ </junit> </target> - <!-- + <!-- | Standard JBoss Util tests that should run successfully against a default | JBoss server distribution build. --> @@ -3263,9 +3264,9 @@ <mkdir dir="${build.reports}"/> <mkdir dir="${build.testlog}"/> <junit dir="${module.output}" - printsummary="${junit.printsummary}" - haltonerror="${junit.haltonerror}" - haltonfailure="${junit.haltonfailure}" + printsummary="${junit.printsummary}" + haltonerror="${junit.haltonerror}" + haltonfailure="${junit.haltonfailure}" fork="${junit.fork}" timeout="${junit.timeout}" jvm="${junit.jvm}"> @@ -3281,7 +3282,7 @@ value="${build.resources}/security/auth.conf"/> <sysproperty key="build.testlog" value="${build.testlog}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> - + <classpath> <pathelement location="${build.classes}"/> <pathelement location="${build.resources}/security"/> @@ -3293,8 +3294,8 @@ extension=".xml" usefile="${junit.formatter.usefile}"/> <batchtest todir="${build.reports}" - haltonerror="${junit.batchtest.haltonerror}" - haltonfailure="${junit.batchtest.haltonfailure}" + haltonerror="${junit.batchtest.haltonerror}" + haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}"> <fileset dir="${build.classes}"> @@ -3304,7 +3305,7 @@ </junit> </target> - <!-- + <!-- | JBossMX implementation tests that should run correctly. --> @@ -3312,9 +3313,9 @@ <mkdir dir="${build.reports}"/> <mkdir dir="${build.testlog}"/> <junit dir="${module.output}" - printsummary="${junit.printsummary}" - haltonerror="${junit.haltonerror}" - haltonfailure="${junit.haltonfailure}" + printsummary="${junit.printsummary}" + haltonerror="${junit.haltonerror}" + haltonfailure="${junit.haltonfailure}" fork="${junit.fork}" timeout="${junit.timeout}" jvm="${junit.jvm}"> @@ -3323,7 +3324,7 @@ <sysproperty key="build.testlog" value="${build.testlog}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> - + <classpath> <pathelement location="${build.classes}"/> <path refid="tests.classpath"/> @@ -3333,8 +3334,8 @@ extension=".xml" usefile="${junit.formatter.usefile}"/> <batchtest todir="${build.reports}" - haltonerror="${junit.batchtest.haltonerror}" - haltonfailure="${junit.batchtest.haltonfailure}" + haltonerror="${junit.batchtest.haltonerror}" + haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}"> <fileset dir="${build.classes}"> @@ -3346,7 +3347,7 @@ </junit> </target> - <!-- + <!-- | JBossMX performance tests that should run correctly. --> @@ -3354,9 +3355,9 @@ <mkdir dir="${build.reports}"/> <mkdir dir="${build.testlog}"/> <junit dir="${module.output}" - printsummary="${junit.printsummary}" - haltonerror="${junit.haltonerror}" - haltonfailure="${junit.haltonfailure}" + printsummary="${junit.printsummary}" + haltonerror="${junit.haltonerror}" + haltonfailure="${junit.haltonfailure}" fork="${junit.fork}" timeout="${junit.timeout}" jvm="${junit.jvm}"> @@ -3365,7 +3366,7 @@ <sysproperty key="build.testlog" value="${build.testlog}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> - + <classpath> <pathelement location="${build.classes}"/> <path refid="tests.classpath"/> @@ -3375,8 +3376,8 @@ extension=".xml" usefile="${junit.formatter.usefile}"/> <batchtest todir="${build.reports}" - haltonerror="${junit.batchtest.haltonerror}" - haltonfailure="${junit.batchtest.haltonfailure}" + haltonerror="${junit.batchtest.haltonerror}" + haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}"> <fileset dir="${build.classes}"> @@ -3388,7 +3389,7 @@ </junit> </target> - <!-- + <!-- | JBossMX compliance tests that should run correctly. --> @@ -3396,9 +3397,9 @@ <mkdir dir="${build.reports}"/> <mkdir dir="${build.testlog}"/> <junit dir="${module.output}" - printsummary="${junit.printsummary}" - haltonerror="${junit.haltonerror}" - haltonfailure="${junit.haltonfailure}" + printsummary="${junit.printsummary}" + haltonerror="${junit.haltonerror}" + haltonfailure="${junit.haltonfailure}" fork="${junit.fork}" timeout="${junit.timeout}" jvm="${junit.jvm}"> @@ -3407,7 +3408,7 @@ <sysproperty key="build.testlog" value="${build.testlog}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> - + <classpath> <pathelement location="${build.classes}"/> <path refid="tests.classpath"/> @@ -3417,8 +3418,8 @@ extension=".xml" usefile="${junit.formatter.usefile}"/> <batchtest todir="${build.reports}" - haltonerror="${junit.batchtest.haltonerror}" - haltonfailure="${junit.batchtest.haltonfailure}" + haltonerror="${junit.batchtest.haltonerror}" + haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}"> <fileset dir="${build.classes}"> @@ -3494,9 +3495,9 @@ <!-- Remove the test.log so each run has a fresh log --> <delete file="${build.testlog}/test.log" /> <junit dir="${module.output}" - printsummary="${junit.printsummary}" - haltonerror="${junit.haltonerror}" - haltonfailure="${junit.haltonfailure}" + printsummary="${junit.printsummary}" + haltonerror="${junit.haltonerror}" + haltonfailure="${junit.haltonfailure}" fork="${junit.fork}" timeout="${junit.timeout}" jvm="${junit.jvm}"> @@ -3520,8 +3521,8 @@ extension=".xml" usefile="${junit.formatter.usefile}"/> <batchtest todir="${build.reports}" - haltonerror="${junit.batchtest.haltonerror}" - haltonfailure="${junit.batchtest.haltonfailure}" + haltonerror="${junit.batchtest.haltonerror}" + haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}"> <fileset dir="${build.classes}"> @@ -3532,7 +3533,7 @@ </target> <!-- - | Run iiop testcases in a single directory by specifing the test + | Run iiop testcases in a single directory by specifing the test | directory name in -Dtest=dirname in tests/dirname/test/**TestCase.class --> @@ -3543,9 +3544,9 @@ <!-- Remove the test.log so each run has a fresh log --> <delete file="${build.testlog}/test.log" /> <junit dir="${module.output}" - printsummary="${junit.printsummary}" - haltonerror="${junit.haltonerror}" - haltonfailure="${junit.haltonfailure}" + printsummary="${junit.printsummary}" + haltonerror="${junit.haltonerror}" + haltonfailure="${junit.haltonfailure}" fork="${junit.fork}" timeout="${junit.timeout}" jvm="${junit.jvm}"> @@ -3578,8 +3579,8 @@ extension=".xml" usefile="${junit.formatter.usefile}"/> <batchtest todir="${build.reports}" - haltonerror="${junit.batchtest.haltonerror}" - haltonfailure="${junit.batchtest.haltonfailure}" + haltonerror="${junit.batchtest.haltonerror}" + haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}"> <fileset dir="${build.classes}"> @@ -3631,9 +3632,9 @@ </batchtest> </junit> </target> - + <!-- - | Run a single testcase by specifing the fully qualified class name + | Run a single testcase by specifing the fully qualified class name | of the unit test using the test property, -Dtest=org.jboss.test.... | Here you specify the testcase class, not the directory --> @@ -3645,9 +3646,9 @@ <!-- Remove the test.log so each test has a fresh log --> <delete file="${build.testlog}/test.log"/> <junit dir="${module.output}" - printsummary="${junit.printsummary}" - haltonerror="${junit.haltonerror}" - haltonfailure="${junit.haltonfailure}" + printsummary="${junit.printsummary}" + haltonerror="${junit.haltonerror}" + haltonfailure="${junit.haltonfailure}" fork="${junit.fork}" timeout="${junit.timeout}" jvm="${junit.jvm}"> @@ -3674,18 +3675,18 @@ extension=".xml" usefile="${junit.formatter.usefile}"/> <test todir="${build.reports}" name="${test}" - haltonerror="${junit.batchtest.haltonerror}" - haltonfailure="${junit.batchtest.haltonfailure}" + haltonerror="${junit.batchtest.haltonerror}" + haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}"/> </junit> </target> - <!-- + <!-- | Generates reports from JUnit output. --> - <target name="reports" depends="tests-report" + <target name="reports" depends="tests-report" description="Generates all reports."/> <target name="tests-report-clean" depends="init"> @@ -3701,14 +3702,14 @@ <fileset dir="${build.reports}"> <include name="TEST-*.xml"/> </fileset> - <report format="frames" + <report format="frames" todir="${build.reports}/html" styledir="${build.stylesheets}" /> </junitreport> </target> - <!-- + <!-- | this currently spews logs of VariableReference crap, so it is turned | off by default. Once this is fixed, it should be built after | tests-report-html @@ -3742,7 +3743,7 @@ </style> </target> - <!-- include the mqstress test - remember that these tests need to be + <!-- include the mqstress test - remember that these tests need to be manually updated when the version info of the server changes --> &mqstress; |