From: Scott M S. <st...@us...> - 2002-11-19 17:59:33
|
User: starksm Date: 02/11/19 09:59:32 Modified: . Tag: Branch_3_2 build.xml Log: Use the jboss-jaas.jar Revision Changes Path No revision No revision 1.165.2.21 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.20 retrieving revision 1.165.2.21 diff -u -r1.165.2.20 -r1.165.2.21 --- build.xml 15 Nov 2002 22:17:05 -0000 1.165.2.20 +++ build.xml 19 Nov 2002 17:59:32 -0000 1.165.2.21 @@ -13,7 +13,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.165.2.20 2002/11/15 22:17:05 user57 Exp $ --> +<!-- $Id: build.xml,v 1.165.2.21 2002/11/19 17:59:32 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -262,7 +262,7 @@ <path id="jboss.security.classpath"> <pathelement path="${jboss.security.lib}/jbosssx-client.jar"/> <pathelement path="${jboss.security.lib}/jbosssx.jar"/> - <pathelement path="${jboss.security.lib}/jaas.jar"/> + <pathelement path="${jboss.security.lib}/jboss-jaas.jar"/> </path> <!-- Connector --> |
From: Scott M S. <st...@us...> - 2002-11-19 20:38:10
|
User: starksm Date: 02/11/19 12:38:09 Modified: . Tag: Branch_3_2 build.xml Log: The default client side login config format is now the same xml format as used on the server. Revision Changes Path No revision No revision 1.165.2.22 +12 -12 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.21 retrieving revision 1.165.2.22 diff -u -r1.165.2.21 -r1.165.2.22 --- build.xml 19 Nov 2002 17:59:32 -0000 1.165.2.21 +++ build.xml 19 Nov 2002 20:38:07 -0000 1.165.2.22 @@ -13,7 +13,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.165.2.21 2002/11/19 17:59:32 starksm Exp $ --> +<!-- $Id: build.xml,v 1.165.2.22 2002/11/19 20:38:07 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -3553,7 +3553,7 @@ <sysproperty key="java.security.policy" value="${build.resources}/security/tst.policy"/> <sysproperty key="java.security.auth.login.config" - value="${build.resources}/security/auth.conf"/> + value="${build.resources}/security/auth.xml"/> <classpath> <pathelement path="${build.lib}/jrmp-dl-client.jar"/> @@ -3594,7 +3594,7 @@ <sysproperty key="java.security.policy" value="${build.resources}/security/tst.policy"/> <sysproperty key="java.security.auth.login.config" - value="${build.resources}/security/auth.conf"/> + value="${build.resources}/security/auth.xml"/> <sysproperty key="build.testlog" value="${build.testlog}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/> @@ -3648,7 +3648,7 @@ <sysproperty key="java.security.policy" value="${build.resources}/security/tst.policy"/> <sysproperty key="java.security.auth.login.config" - value="${build.resources}/security/auth.conf"/> + value="${build.resources}/security/auth.xml"/> <sysproperty key="build.testlog" value="${build.testlog}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> @@ -3694,7 +3694,7 @@ <sysproperty key="java.security.policy" value="${build.resources}/security/tst.policy"/> <sysproperty key="java.security.auth.login.config" - value="${build.resources}/security/auth.conf"/> + value="${build.resources}/security/auth.xml"/> <sysproperty key="build.testlog" value="${build.testlog}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/> @@ -3750,7 +3750,7 @@ <sysproperty key="jboss.tools.dir" file="${project.root}/tools"/> <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/> <sysproperty key="java.security.auth.login.config" - value="${build.resources}/security/auth.conf"/> + value="${build.resources}/security/auth.xml"/> <sysproperty key="build.testlog" value="${build.testlog}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> @@ -3800,7 +3800,7 @@ <sysproperty key="jboss.tools.dir" file="${project.root}/tools"/> <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/> <sysproperty key="java.security.auth.login.config" - value="${build.resources}/security/auth.conf"/> + value="${build.resources}/security/auth.xml"/> <sysproperty key="build.testlog" value="${build.testlog}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> @@ -3843,7 +3843,7 @@ <sysproperty key="java.security.policy" value="${build.resources}/security/tst.policy"/> <sysproperty key="java.security.auth.login.config" - value="${build.resources}/security/auth.conf"/> + value="${build.resources}/security/auth.xml"/> <sysproperty key="build.testlog" value="${build.testlog}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> @@ -3893,7 +3893,7 @@ <sysproperty key="java.security.policy" value="${build.resources}/security/tst.policy"/> <sysproperty key="java.security.auth.login.config" - value="${build.resources}/security/auth.conf"/> + value="${build.resources}/security/auth.xml"/> <sysproperty key="build.testlog" value="${build.testlog}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> <sysproperty key="jbosstest.duration" value="${marathon.duration}" /> @@ -3947,7 +3947,7 @@ <sysproperty key="java.security.policy" value="${build.resources}/security/tst.policy"/> <sysproperty key="java.security.auth.login.config" - value="${build.resources}/security/auth.conf"/> + value="${build.resources}/security/auth.xml"/> <sysproperty key="build.testlog" value="${build.testlog}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> @@ -3997,7 +3997,7 @@ <sysproperty key="java.security.policy" value="${build.resources}/security/tst.policy"/> <sysproperty key="java.security.auth.login.config" - value="${build.resources}/security/auth.conf"/> + value="${build.resources}/security/auth.xml"/> <sysproperty key="build.testlog" value="${build.testlog}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> @@ -4439,7 +4439,7 @@ <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/> <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/> <sysproperty key="java.security.auth.login.config" - value="${build.resources}/security/auth.conf"/> + value="${build.resources}/security/auth.xml"/> <classpath> <pathelement location="${build.classes}"/> |
From: Scott M S. <st...@us...> - 2002-11-20 00:24:13
|
User: starksm Date: 02/11/19 16:24:12 Modified: . Tag: Branch_3_2 build.xml Log: Add the cpejbs-manifest.ear target for the CPManifestUnitTestCase.testEJBJarManifest Revision Changes Path No revision No revision 1.165.2.23 +30 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.22 retrieving revision 1.165.2.23 diff -u -r1.165.2.22 -r1.165.2.23 --- build.xml 19 Nov 2002 20:38:07 -0000 1.165.2.22 +++ build.xml 20 Nov 2002 00:24:12 -0000 1.165.2.23 @@ -13,7 +13,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.165.2.22 2002/11/19 20:38:07 starksm Exp $ --> +<!-- $Id: build.xml,v 1.165.2.23 2002/11/20 00:24:12 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -2002,6 +2002,35 @@ <fileset dir="${build.lib}"> <include name="abstract2.jar"/> <include name="concrete2.jar"/> + </fileset> + </ear> + + <!-- cpejbs-manifest test --> + <jar jarfile="${build.lib}/ejbjar1.jar" + manifest="${jmx-rsrc}/loading/cpmanifest/META-INF/ejbjar1.mf"> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/jmx/eardeployment/a/**"/> + </fileset> + <fileset dir="${build.resources}/jmx/eardeployment/a/"> + <include name="META-INF/ejb-jar.xml"/> + <include name="META-INF/jboss.xml"/> + </fileset> + </jar> + <jar jarfile="${build.lib}/ejbjar2.jar" + manifest="${jmx-rsrc}/loading/cpmanifest/META-INF/ejbjar2.mf"> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/jmx/eardeployment/b/**"/> + </fileset> + <fileset dir="${build.resources}/jmx/eardeployment/b/"> + <include name="META-INF/ejb-jar.xml"/> + <include name="META-INF/jboss.xml"/> + </fileset> + </jar> + <ear earfile="${build.lib}/cpejbs-manifest.ear" + appxml="${jmx-rsrc}/loading/cpmanifest/META-INF/application-ejbs.xml"> + <fileset dir="${build.lib}"> + <include name="ejbjar1.jar"/> + <include name="ejbjar2.jar"/> </fileset> </ear> |
From: Scott M S. <st...@us...> - 2002-11-20 02:58:48
|
User: starksm Date: 02/11/19 18:58:47 Modified: . Tag: Branch_3_2 build.xml Log: Add test of accessing classes referenced by ejb-jar from servlet Revision Changes Path No revision No revision 1.165.2.24 +14 -6 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.23 retrieving revision 1.165.2.24 diff -u -r1.165.2.23 -r1.165.2.24 --- build.xml 20 Nov 2002 00:24:12 -0000 1.165.2.23 +++ build.xml 20 Nov 2002 02:58:47 -0000 1.165.2.24 @@ -13,7 +13,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.165.2.23 2002/11/20 00:24:12 starksm Exp $ --> +<!-- $Id: build.xml,v 1.165.2.24 2002/11/20 02:58:47 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -2562,14 +2562,16 @@ <mkdir dir="${build.lib}"/> <!-- build jbosstest-web-ejbs.jar --> - <jar jarfile="${build.lib}/jbosstest-web-ejbs.jar"> + <jar jarfile="${build.lib}/jbosstest-web-ejbs.jar" + manifest="${build.resources}/web/ejb.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.application.classes"/> <include name="org/jboss/test/web/interfaces/**"/> <include name="org/jboss/test/web/ejb/**"/> </fileset> <fileset dir="${build.resources}/web"> - <include name="**/*.xml"/> + <include name="META-INF/ejb-jar.xml"/> + <include name="META-INF/jboss.xml"/> <include name="users.properties"/> <include name="roles.properties"/> </fileset> @@ -2580,6 +2582,14 @@ <fileset dir="${build.classes}"> <include name="org/jboss/test/web/util/**"/> <exclude name="org/jboss/test/web/util/ClassInClasses.class"/> + <exclude name="org/jboss/test/web/util/EJBManifestClass.class"/> + </fileset> + </jar> + <mkdir dir="${build.lib}/lib" /> + <jar jarfile="${build.lib}/lib/util.jar"> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/util/Debug.class"/> + <include name="org/jboss/test/web/util/EJBManifestClass.class"/> </fileset> </jar> @@ -2618,9 +2628,6 @@ <lib dir="${build.lib}"> <include name="jbosstest-web-util.jar"/> </lib> - <lib dir="${build.resources}/web/html/jbosstest/WEB-INF/lib"> - <include name="soap-2_2.jar"/> - </lib> <classes dir="${build.classes}"> <include name="org/jboss/test/web/servlets/**"/> <include name="org/jboss/test/web/util/ClassInClasses.class"/> @@ -2667,6 +2674,7 @@ <include name="jbosstest-web.war"/> <include name="wars/notjbosstest-web.war"/> <include name="cts.jar"/> + <include name="lib/util.jar"/> </fileset> </ear> |
From: Scott M S. <st...@us...> - 2002-11-20 03:22:03
|
User: starksm Date: 02/11/19 19:22:02 Modified: . Tag: Branch_3_2 build.xml Log: Add a class that is redundantly included in the ejb-jar and war WEB-INF/classes directory to test duplicate conflicts Revision Changes Path No revision No revision 1.165.2.25 +3 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.24 retrieving revision 1.165.2.25 diff -u -r1.165.2.24 -r1.165.2.25 --- build.xml 20 Nov 2002 02:58:47 -0000 1.165.2.24 +++ build.xml 20 Nov 2002 03:22:01 -0000 1.165.2.25 @@ -13,7 +13,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.165.2.24 2002/11/20 02:58:47 starksm Exp $ --> +<!-- $Id: build.xml,v 1.165.2.25 2002/11/20 03:22:01 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -2629,6 +2629,8 @@ <include name="jbosstest-web-util.jar"/> </lib> <classes dir="${build.classes}"> + <!-- --> + <include name="org/jboss/test/web/interfaces/ReturnData.class"/> <include name="org/jboss/test/web/servlets/**"/> <include name="org/jboss/test/web/util/ClassInClasses.class"/> </classes> |
From: Adrian B. <ej...@us...> - 2002-11-22 10:30:11
|
User: ejort Date: 02/11/22 02:30:11 Modified: . Tag: Branch_3_0 build.xml Log: jboss.jar was obscuring jboss-client.jar Revision Changes Path No revision No revision 1.106.2.57 +1 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.106.2.56 retrieving revision 1.106.2.57 diff -u -r1.106.2.56 -r1.106.2.57 --- build.xml 15 Nov 2002 03:01:55 -0000 1.106.2.56 +++ build.xml 22 Nov 2002 10:30:10 -0000 1.106.2.57 @@ -13,7 +13,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.106.2.56 2002/11/15 03:01:55 starksm Exp $ --> +<!-- $Id: build.xml,v 1.106.2.57 2002/11/22 10:30:10 ejort Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -290,7 +290,6 @@ <property name="jboss.jmx.lib" value="${jboss.jmx.root}/lib"/> <path id="jboss.jmx.classpath"> <pathelement path="${jboss.jmx.lib}/jboss-jmx.jar"/> - <pathelement path="${jboss.server.lib}/jboss.jar"/> </path> <!-- Management --> |
From: David J. <d_j...@us...> - 2002-11-22 16:51:42
|
User: d_jencks Date: 02/11/22 08:51:41 Modified: . build.xml Log: use new jboss-jaas.jar Revision Changes Path 1.193 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.192 retrieving revision 1.193 diff -u -r1.192 -r1.193 --- build.xml 13 Nov 2002 20:18:23 -0000 1.192 +++ build.xml 22 Nov 2002 16:51:40 -0000 1.193 @@ -10,7 +10,7 @@ <!ENTITY mqstress SYSTEM "./mqstress.xml"> ]> -<!-- $Id: build.xml,v 1.192 2002/11/13 20:18:23 patriot1burke Exp $ --> +<!-- $Id: build.xml,v 1.193 2002/11/22 16:51:40 d_jencks Exp $ --> <!--+======================================================================+--> <!--| JBoss (The OpenSource J2EE WebOS) Build File |--> @@ -103,7 +103,7 @@ <pathelement path="${jboss.messaging.lib}/jbossmq-client.jar"/> <pathelement path="${jboss.security.lib}/jbosssx-client.jar"/> <pathelement path="${jboss.security.lib}/jbosssx.jar"/> - <pathelement path="${jboss.security.lib}/jaas.jar"/> + <pathelement path="${jboss.security.lib}/jboss-jaas.jar"/> <pathelement path="${jboss.connector.lib}/jboss-jca.sar"/> <pathelement path="${jboss.connector.lib}/local-ra-jdbc-libs.jar"/> <pathelement path="${jboss.cluster.lib}/jbossha-client.jar"/> |
From: Scott M S. <st...@us...> - 2002-11-26 18:41:11
|
User: starksm Date: 02/11/26 10:41:10 Modified: . Tag: Branch_3_0 build.xml Log: Add jars for the package protected access testcase Revision Changes Path No revision No revision 1.106.2.58 +14 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.106.2.57 retrieving revision 1.106.2.58 diff -u -r1.106.2.57 -r1.106.2.58 --- build.xml 22 Nov 2002 10:30:10 -0000 1.106.2.57 +++ build.xml 26 Nov 2002 18:41:08 -0000 1.106.2.58 @@ -13,7 +13,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.106.2.57 2002/11/22 10:30:10 ejort Exp $ --> +<!-- $Id: build.xml,v 1.106.2.58 2002/11/26 18:41:08 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -2780,6 +2780,19 @@ <include name="org/jboss/test/classloader/circularity/support/Class2.class"/> </fileset> </jar> + <jar jarfile="${build.lib}/login.jar" basedir="${build.classes}" + manifest="${source.resources}/classloader/circularity/to-cl-util.mf" + includes="org/jboss/test/classloader/circularity/support/UserOfLoginInfo.class"/> + <jar jarfile="${build.lib}/usrmgr.jar" basedir="${build.classes}" + manifest="${source.resources}/classloader/circularity/to-cl-util.mf" + includes="org/jboss/test/classloader/circularity/support/UserOfUsrMgr.class"/> + <jar jarfile="${build.lib}/cl-util.jar"> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/classloader/circularity/support/LoginInfo.class"/> + <include name="org/jboss/test/classloader/circularity/support/UsrMgr.class"/> + </fileset> + </jar> + <jar jarfile="${build.lib}/circularity.sar"> <metainf dir="${source.resources}/classloader/circularity" /> <fileset dir="${build.classes}"> |
From: Scott M S. <st...@us...> - 2002-11-27 02:09:12
|
User: starksm Date: 02/11/26 18:09:12 Modified: . Tag: Branch_3_2 build.xml Log: Add jars for the package protected access testcase Revision Changes Path No revision No revision 1.165.2.26 +14 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.25 retrieving revision 1.165.2.26 diff -u -r1.165.2.25 -r1.165.2.26 --- build.xml 20 Nov 2002 03:22:01 -0000 1.165.2.25 +++ build.xml 27 Nov 2002 02:09:11 -0000 1.165.2.26 @@ -13,7 +13,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.165.2.25 2002/11/20 03:22:01 starksm Exp $ --> +<!-- $Id: build.xml,v 1.165.2.26 2002/11/27 02:09:11 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -3191,6 +3191,19 @@ <include name="org/jboss/test/classloader/circularity/support/Class2.class"/> </fileset> </jar> + <jar jarfile="${build.lib}/login.jar" basedir="${build.classes}" + manifest="${source.resources}/classloader/circularity/to-cl-util.mf" + includes="org/jboss/test/classloader/circularity/support/UserOfLoginInfo.class"/> + <jar jarfile="${build.lib}/usrmgr.jar" basedir="${build.classes}" + manifest="${source.resources}/classloader/circularity/to-cl-util.mf" + includes="org/jboss/test/classloader/circularity/support/UserOfUsrMgr.class"/> + <jar jarfile="${build.lib}/cl-util.jar"> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/classloader/circularity/support/LoginInfo.class"/> + <include name="org/jboss/test/classloader/circularity/support/UsrMgr.class"/> + </fileset> + </jar> + <jar jarfile="${build.lib}/circularity.sar"> <metainf dir="${source.resources}/classloader/circularity" /> <fileset dir="${build.classes}"> |
From: David J. <d_j...@us...> - 2002-11-29 05:48:36
|
User: d_jencks Date: 02/11/28 21:48:36 Modified: . build.xml Log: Incomplete transaction logging implementation Revision Changes Path 1.194 +30 -3 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.193 retrieving revision 1.194 diff -u -r1.193 -r1.194 --- build.xml 22 Nov 2002 16:51:40 -0000 1.193 +++ build.xml 29 Nov 2002 05:48:35 -0000 1.194 @@ -10,7 +10,7 @@ <!ENTITY mqstress SYSTEM "./mqstress.xml"> ]> -<!-- $Id: build.xml,v 1.193 2002/11/22 16:51:40 d_jencks Exp $ --> +<!-- $Id: build.xml,v 1.194 2002/11/29 05:48:35 d_jencks Exp $ --> <!--+======================================================================+--> <!--| JBoss (The OpenSource J2EE WebOS) Build File |--> @@ -19,7 +19,7 @@ <!--| See terms of license at http://www.gnu.org. |--> <!--| |--> <!--| This file has been designed to work with the 'tools' module and |--> -<!--| Buildmagic extentions. |--> +<!--| Buildmagic extensions. |--> <!--+======================================================================+--> <project default="main" name="JBoss/Testsuite"> @@ -30,7 +30,7 @@ <!--| Include the common build elements. |--> <!--| |--> <!--| This defines several different targets, properties and paths. |--> - <!--| It also sets up the basic extention tasks amoung other things. |--> + <!--| It also sets up the basic extension tasks among other things. |--> <!--+====================================================================+--> &buildmagic; @@ -145,6 +145,8 @@ <property name="jbosstest.threadcount" value="5"/> <property name="jbosstest.beancount" value="5"/> + <property name="jbosstest.data.dir" value="${module.output}/data"/> + <!-- Classpath to build and run the tests --> <path id="tests.classpath"> <pathelement path="${classpath}"/> @@ -175,6 +177,10 @@ <target name="compile" depends="init" description="Compile all source files."> + +<!-- this is an odd place for this mkdir, but I only want one copy--> + <mkdir dir="${jbosstest.data.dir}" /> + <mkdir dir="${build.gen-src}/org/jboss/test/cts/interfaces" /> <copy file="${source.java}/org/jboss/test/cts/interfaces/CtsCmp2Local_V1.txt" tofile="${build.gen-src}/org/jboss/test/cts/interfaces/CtsCmp2Local.java"/> @@ -2965,6 +2971,7 @@ <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/> <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <classpath> <pathelement location="${build.classes}"/> @@ -3021,6 +3028,7 @@ <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/> <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/> <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/> <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/> @@ -3068,6 +3076,7 @@ <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/> <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <!--jvmarg value="${junit.jvm.options}"/> <jvmarg value="-Xrunjdwp:transport=dt_socket,address=8789,server=y,suspend=y"/> @@ -3119,6 +3128,7 @@ <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/> <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <jvmarg value="-Djava.security.manager"/> <sysproperty key="java.security.policy" @@ -3168,6 +3178,7 @@ value="${build.resources}/security/auth.conf"/> <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/> <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/> <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/> @@ -3222,6 +3233,7 @@ value="${build.resources}/security/auth.conf"/> <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <classpath> <pathelement location="${build.classes}"/> @@ -3268,6 +3280,7 @@ value="${build.resources}/security/auth.conf"/> <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/> <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/> <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/> @@ -3324,6 +3337,7 @@ value="${build.resources}/security/auth.conf"/> <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <classpath> <pathelement location="${build.resources}"/> @@ -3374,6 +3388,7 @@ value="${build.resources}/security/auth.conf"/> <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <classpath> <pathelement location="${build.resources}"/> @@ -3417,6 +3432,7 @@ value="${build.resources}/security/auth.conf"/> <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <classpath> <pathelement location="${build.classes}"/> @@ -3466,6 +3482,7 @@ value="${build.resources}/security/auth.conf"/> <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <classpath> <pathelement location="${build.classes}"/> @@ -3520,6 +3537,7 @@ <sysproperty key="jbosstest.threadcount" value="${marathon.threadcount}" /> <sysproperty key="jbosstest.server.name" value="${jbosstest.server.name}"/> <sysproperty key="jbosstest.deploy.dir" value="${jbosstest.deploy.dir}"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <classpath> <pathelement location="${build.classes}"/> @@ -3571,6 +3589,7 @@ value="${build.resources}/security/auth.conf"/> <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <classpath> <pathelement location="${build.classes}"/> @@ -3622,6 +3641,7 @@ value="${build.resources}/security/auth.conf"/> <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <classpath> <pathelement location="${build.classes}"/> @@ -3664,6 +3684,7 @@ <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <classpath> <pathelement location="${build.classes}"/> @@ -3706,6 +3727,7 @@ <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <classpath> <pathelement location="${build.classes}"/> @@ -3799,6 +3821,7 @@ <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/> <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/> <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/> <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/> @@ -3846,6 +3869,7 @@ <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/> <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <sysproperty key="jbosstest.iterationcount" value="2"/> <classpath> @@ -3902,6 +3926,7 @@ <sysproperty key="jbosstest.deploy.dir" value="${build.lib}"/> <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/> <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/> <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/> @@ -3951,6 +3976,7 @@ <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/> <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <jvmarg value="-Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB"/> <jvmarg value="-Dorg.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBSingleton"/> @@ -4055,6 +4081,7 @@ <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/> <sysproperty key="build.log" value="${build.log}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> + <sysproperty key="jbosstest.data.dir" value="${jbosstest.data.dir}"/> <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/> <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/> <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/> |
From: David J. <d_j...@us...> - 2002-11-30 20:11:29
|
User: d_jencks Date: 02/11/30 12:11:28 Modified: . build.xml Log: Provided description for iiop test suite Revision Changes Path 1.195 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.194 retrieving revision 1.195 diff -u -r1.194 -r1.195 --- build.xml 29 Nov 2002 05:48:35 -0000 1.194 +++ build.xml 30 Nov 2002 20:11:27 -0000 1.195 @@ -10,7 +10,7 @@ <!ENTITY mqstress SYSTEM "./mqstress.xml"> ]> -<!-- $Id: build.xml,v 1.194 2002/11/29 05:48:35 d_jencks Exp $ --> +<!-- $Id: build.xml,v 1.195 2002/11/30 20:11:27 d_jencks Exp $ --> <!--+======================================================================+--> <!--| JBoss (The OpenSource J2EE WebOS) Build File |--> @@ -3797,7 +3797,7 @@ | IIOP test cases that should run successfully --> - <target name="tests-iiop-stress" depends="maybejars"> + <target name="tests-iiop-stress" depends="maybejars" description="Executes iiop stress tests"> <mkdir dir="${build.reports}"/> <mkdir dir="${build.log}"/> <junit dir="${module.output}" |
From: John S. <sto...@us...> - 2002-12-01 04:37:02
|
User: stormy_sky Date: 02/11/30 20:37:01 Modified: . build.xml Log: Added an initial implementation of the EJB Timer Service using the JBoss Scheduler. It does not support transaction, persistence nor MDBs. Revision Changes Path 1.196 +3 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.195 retrieving revision 1.196 diff -u -r1.195 -r1.196 --- build.xml 30 Nov 2002 20:11:27 -0000 1.195 +++ build.xml 1 Dec 2002 04:37:01 -0000 1.196 @@ -10,7 +10,7 @@ <!ENTITY mqstress SYSTEM "./mqstress.xml"> ]> -<!-- $Id: build.xml,v 1.195 2002/11/30 20:11:27 d_jencks Exp $ --> +<!-- $Id: build.xml,v 1.196 2002/12/01 04:37:01 stormy_sky Exp $ --> <!--+======================================================================+--> <!--| JBoss (The OpenSource J2EE WebOS) Build File |--> @@ -3141,9 +3141,10 @@ <pathelement location="${build.resources}"/> <path refid="tests.classpath"/> </classpath> - +<!-- <formatter classname="org.jboss.ant.taskdefs.XMLJUnitResultFormatter" extension=".xml" usefile="${junit.formatter.usefile}"/> +--> <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" |
From: David J. <d_j...@us...> - 2002-12-03 18:50:09
|
User: d_jencks Date: 02/12/03 10:50:08 Modified: . build.xml Log: Changed the mail report stylesheet to be set in a property, and provided a stylesheet that lists the errors/failures without a lot of details Revision Changes Path 1.197 +5 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.196 retrieving revision 1.197 diff -u -r1.196 -r1.197 --- build.xml 1 Dec 2002 04:37:01 -0000 1.196 +++ build.xml 3 Dec 2002 18:50:07 -0000 1.197 @@ -10,7 +10,7 @@ <!ENTITY mqstress SYSTEM "./mqstress.xml"> ]> -<!-- $Id: build.xml,v 1.196 2002/12/01 04:37:01 stormy_sky Exp $ --> +<!-- $Id: build.xml,v 1.197 2002/12/03 18:50:07 d_jencks Exp $ --> <!--+======================================================================+--> <!--| JBoss (The OpenSource J2EE WebOS) Build File |--> @@ -4142,6 +4142,9 @@ --> <target name="tests-report-text" depends="tests-report-html"> + + <property name="summary.stylesheet" value="summary1b.xsl"/> + <mkdir dir="${build.reports}/text"/> <tstamp> @@ -4151,7 +4154,7 @@ <style basedir="${build.reports}" destdir="${build.reports}/text" extension=".txt" - style="${build.stylesheets}/summary1a.xsl" + style="${build.stylesheets}/${summary.stylesheet}" includes="TESTS-TestSuites.xml"> <param name="thedate" expression="${TIMENOW}"/> <param name="java_version" expression="${java.version}"/> |
From: David J. <d_j...@us...> - 2002-12-04 04:53:26
|
User: d_jencks Date: 02/12/03 20:53:25 Modified: . build.xml Log: Added jdom.jar to test classpath: removed tabs Revision Changes Path 1.198 +306 -305 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.197 retrieving revision 1.198 diff -u -r1.197 -r1.198 --- build.xml 3 Dec 2002 18:50:07 -0000 1.197 +++ build.xml 4 Dec 2002 04:53:24 -0000 1.198 @@ -10,7 +10,7 @@ <!ENTITY mqstress SYSTEM "./mqstress.xml"> ]> -<!-- $Id: build.xml,v 1.197 2002/12/03 18:50:07 d_jencks Exp $ --> +<!-- $Id: build.xml,v 1.198 2002/12/04 04:53:24 d_jencks Exp $ --> <!--+======================================================================+--> <!--| JBoss (The OpenSource J2EE WebOS) Build File |--> @@ -83,6 +83,7 @@ <path refid="jacorb.jacorb.classpath"/> <path refid="junit.junit.classpath"/> <path refid="dom4j.dom4j.classpath"/> + <path refid="jdom.classpath"/> <path refid="gnu.regexp.classpath"/> <path refid="apache.bcel.classpath"/> <path refid="hsqldb.hsqldb.classpath"/> @@ -175,7 +176,7 @@ <!--+====================================================================+--> <target name="compile" depends="init" - description="Compile all source files."> + description="Compile all source files."> <!-- this is an odd place for this mkdir, but I only want one copy--> @@ -208,8 +209,8 @@ <!--ejbconf--> <mkdir dir="${build.resources}/ejb-conf/readonly/META-INF"/> <ejbdoclet destdir="${build.gen-src}" - ejbspec="2.0" - excludedtags="@version,@author" + ejbspec="2.0" + excludedtags="@version,@author" mergedir="${source.resources}/ejb-conf/readonly"> <fileset dir="${source.java}"> <include name="org/jboss/test/ejbconf/beans/**/*Bean.java"/> @@ -221,10 +222,10 @@ <localhomeinterface/> <!--session/--> <deploymentdescriptor xmlencoding ="UTF-8" - destdir="${build.resources}/ejbconf/readonly/META-INF"/> + destdir="${build.resources}/ejbconf/readonly/META-INF"/> <jboss xmlencoding="UTF-8" version="3.0" - destdir="${build.resources}/ejbconf/readonly/META-INF" + destdir="${build.resources}/ejbconf/readonly/META-INF" mergedir="${source.resources}/ejbconf/readonly/" Datasource="java:/DefaultDS" Typemapping="Hypersonic SQL" @@ -234,8 +235,8 @@ <!--eardeployment, SessionA--> <mkdir dir="${build.resources}/jmx/eardeployment/a/META-INF"/> <ejbdoclet destdir="${build.gen-src}" - ejbspec="2.0" - excludedtags="@version,@author" + ejbspec="2.0" + excludedtags="@version,@author" mergedir="${source.resources}/eardeployment/a"> <fileset dir="${source.java}"> <include name="org/jboss/test/jmx/eardeployment/a/ejb/*Bean.java"/> @@ -247,18 +248,18 @@ <localhomeinterface/> <!--session/--> <deploymentdescriptor xmlencoding ="UTF-8" - destdir="${build.resources}/jmx/eardeployment/a/META-INF"/> + destdir="${build.resources}/jmx/eardeployment/a/META-INF"/> <jboss xmlencoding="UTF-8" version="3.0" - destdir="${build.resources}/jmx/eardeployment/a/META-INF" + destdir="${build.resources}/jmx/eardeployment/a/META-INF" mergedir="${source.resources}/jmx/eardeployment/a/"/> </ejbdoclet> <!--eardeployment, SessionB--> <mkdir dir="${build.resources}/jmx/eardeployment/b/META-INF"/> <ejbdoclet destdir="${build.gen-src}" - ejbspec="2.0" - excludedtags="@version,@author" + ejbspec="2.0" + excludedtags="@version,@author" mergedir="${source.resources}/eardeployment/b"> <fileset dir="${source.java}"> <include name="org/jboss/test/jmx/eardeployment/b/ejb/*Bean.java"/> @@ -270,18 +271,18 @@ <localhomeinterface/> <!--session/--> <deploymentdescriptor xmlencoding ="UTF-8" - destdir="${build.resources}/jmx/eardeployment/b/META-INF"/> + destdir="${build.resources}/jmx/eardeployment/b/META-INF"/> <jboss xmlencoding="UTF-8" version="3.0" - destdir="${build.resources}/jmx/eardeployment/b/META-INF" + destdir="${build.resources}/jmx/eardeployment/b/META-INF" mergedir="${source.resources}/jmx/eardeployment/b/"/> </ejbdoclet> <!-- cmr written after post create --> <mkdir dir="${build.resources}/cmp2/cmr/META-INF"/> <ejbdoclet destdir="${build.gen-src}" - ejbspec="2.0" - excludedtags="@version,@author" + ejbspec="2.0" + excludedtags="@version,@author" mergedir="${source.resources}/cmp2/cmr"> <fileset dir="${source.java}"> <include name="org/jboss/test/cmp2/cmr/ejb/*Bean.java"/> @@ -293,10 +294,10 @@ <localhomeinterface/> <!--session/--> <deploymentdescriptor xmlencoding ="UTF-8" - destdir="${build.resources}/cmp2/cmr/META-INF"/> + destdir="${build.resources}/cmp2/cmr/META-INF"/> <jboss xmlencoding="UTF-8" version="3.0" - destdir="${build.resources}/cmp2/cmr/META-INF" + destdir="${build.resources}/cmp2/cmr/META-INF" mergedir="${source.resources}/cmp2/cmr/" Datasource="java:/DefaultDS" Typemapping="Hypersonic SQL"/> @@ -305,8 +306,8 @@ <!--undeploy of broken packages--> <mkdir dir="${build.resources}/jmx/undeploy/META-INF"/> <ejbdoclet destdir="${build.gen-src}" - ejbspec="2.0" - excludedtags="@version,@author"> + ejbspec="2.0" + excludedtags="@version,@author"> <!--mergedir="${source.resources}/jmx/ejb"--> <fileset dir="${source.java}"> <include name="org/jboss/test/jmx/ejb/Entity*Bean.java"/> @@ -318,10 +319,10 @@ <localhomeinterface/> <!--session/--> <deploymentdescriptor xmlencoding ="UTF-8" - destdir="${build.resources}/jmx/undeploy/META-INF"/> + destdir="${build.resources}/jmx/undeploy/META-INF"/> <jboss xmlencoding="UTF-8" version="3.0" - destdir="${build.resources}/jmx/undeploy/META-INF" + destdir="${build.resources}/jmx/undeploy/META-INF" mergedir="${source.resources}/jmx/undeploy/" Datasource="java:/DefaultDS" Typemapping="Hypersonic SQL" @@ -331,8 +332,8 @@ <!--jca framework tests--> <mkdir dir="${build.resources}/jca/META-INF"/> <ejbdoclet destdir="${build.gen-src}" - ejbspec="2.0" - excludedtags="@version,@author"> + ejbspec="2.0" + excludedtags="@version,@author"> <!--mergedir="${source.resources}/jca/ejb"--> <fileset dir="${source.java}"> <include name="org/jboss/test/jca/ejb/*Bean.java"/> @@ -344,17 +345,17 @@ <localhomeinterface/> <!--session/--> <deploymentdescriptor xmlencoding ="UTF-8" - destdir="${build.resources}/jca/META-INF"/> + destdir="${build.resources}/jca/META-INF"/> <jboss xmlencoding="UTF-8" version="3.0" - destdir="${build.resources}/jca/META-INF" + destdir="${build.resources}/jca/META-INF" mergedir="${source.resources}/jca/"/> </ejbdoclet> <mkdir dir="${build.resources}/jca/bank/META-INF"/> <ejbdoclet destdir="${build.gen-src}" - ejbspec="2.0" - excludedtags="@version,@author"> + ejbspec="2.0" + excludedtags="@version,@author"> <!--mergedir="${source.resources}/jca/ejb"--> <fileset dir="${source.java}"> <include name="org/jboss/test/jca/bank/ejb/*Bean.java"/> @@ -366,18 +367,18 @@ <localhomeinterface/> <!--session/--> <deploymentdescriptor xmlencoding ="UTF-8" - destdir="${build.resources}/jca/bank/META-INF"/> + destdir="${build.resources}/jca/bank/META-INF"/> <jboss xmlencoding="UTF-8" version="3.0" - destdir="${build.resources}/jca/bank/META-INF" + destdir="${build.resources}/jca/bank/META-INF" mergedir="${source.resources}/jca/bank/"/> </ejbdoclet> <!-- mdb for jca 1.5 message inflow --> <mkdir dir="${build.resources}/jca/inflow/META-INF"/> <ejbdoclet destdir="${build.gen-src}" - ejbspec="2.0" - excludedtags="@version,@author"> + ejbspec="2.0" + excludedtags="@version,@author"> <!--mergedir="${source.resources}/jca/ejb"--> <fileset dir="${source.java}"> <include name="org/jboss/test/jca/inflow/*MDB.java"/> @@ -385,17 +386,17 @@ <packageSubstitution packages="ejb" substituteWith="interfaces"/> <deploymentdescriptor xmlencoding ="UTF-8" - destdir="${build.resources}/jca/inflow/META-INF"/> + destdir="${build.resources}/jca/inflow/META-INF"/> <jboss xmlencoding="UTF-8" version="3.0" - destdir="${build.resources}/jca/inflow/META-INF" + destdir="${build.resources}/jca/inflow/META-INF" mergedir="${source.resources}/jca/inflow/"/> </ejbdoclet> <mkdir dir="${build.resources}/banknew/META-INF"/> <ejbdoclet destdir="${build.gen-src}" - ejbspec="2.0" - excludedtags="@version,@author"> + ejbspec="2.0" + excludedtags="@version,@author"> <!--mergedir="${source.resources}/jca/ejb"--> <fileset dir="${source.java}"> <include name="org/jboss/test/banknew/ejb/*Bean.java"/> @@ -426,8 +427,8 @@ <mkdir dir="${build.resources}/foedeployer/simple/META-INF"/> <ejbdoclet destdir="${build.gen-src}" - ejbspec="2.0" - excludedtags="@version,@author"> + ejbspec="2.0" + excludedtags="@version,@author"> <!==mergedir="${source.resources}/jca/ejb"==> <fileset dir="${source.java}"> <include name="org/jboss/test/foedeployer/ejb/simple/*Bean.java"/> @@ -451,8 +452,8 @@ <!== Foe-Deployer: Message Test ==> <mkdir dir="${build.resources}/foedeployer/message/META-INF"/> <ejbdoclet destdir="${build.gen-src}" - ejbspec="2.0" - excludedtags="@version,@author"> + ejbspec="2.0" + excludedtags="@version,@author"> <!==mergedir="${source.resources}/jca/ejb"==> <fileset dir="${source.java}"> <include name="org/jboss/test/foedeployer/ejb/message/*Bean.java"/> @@ -472,8 +473,8 @@ <!== Foe-Deployer: O2MB Test ==> <mkdir dir="${build.resources}/foedeployer/o2mb/META-INF"/> <ejbdoclet destdir="${build.gen-src}" - ejbspec="2.0" - excludedtags="@version,@author"> + ejbspec="2.0" + excludedtags="@version,@author"> <!==mergedir="${source.resources}/jca/ejb"==> <fileset dir="${source.java}"> <include name="org/jboss/test/foedeployer/ejb/o2mb/*Bean.java"/> @@ -497,8 +498,8 @@ <!== Foe-Deployer: M2MB Test ==> <mkdir dir="${build.resources}/foedeployer/m2mb/META-INF"/> <ejbdoclet destdir="${build.gen-src}" - ejbspec="2.0" - excludedtags="@version,@author"> + ejbspec="2.0" + excludedtags="@version,@author"> <!==mergedir="${source.resources}/jca/ejb"==> <fileset dir="${source.java}"> <include name="org/jboss/test/foedeployer/ejb/m2mb/*Bean.java"/> @@ -522,8 +523,8 @@ <!== Foe-Deployer: QL Test ==> <mkdir dir="${build.resources}/foedeployer/ql/META-INF"/> <ejbdoclet destdir="${build.gen-src}" - ejbspec="2.0" - excludedtags="@version,@author"> + ejbspec="2.0" + excludedtags="@version,@author"> <!==mergedir="${source.resources}/jca/ejb"==> <fileset dir="${source.java}"> <include name="org/jboss/test/foedeployer/ejb/ql/*Bean.java"/> @@ -568,7 +569,7 @@ <mkdir dir="${build.gen-src}"/> <jmxdoclet destdir="${build.gen-src}" force="true" - excludedtags="@version,@author"> + excludedtags="@version,@author"> <fileset dir="${source.java}"> <include name="org/jboss/test/jca/inflow/*.java"/> <include name="org/jboss/test/jmx/deployer/*.java"/> @@ -587,7 +588,7 @@ <mkdir dir="${build.resources}/jmx/xmbean"/> <jmxdoclet destdir="${build.resources}/jmx/xmbean" force="true" - excludedtags="@version,@author"> + excludedtags="@version,@author"> <fileset dir="${source.java}"> <include name="org/jboss/test/jmx/xmbean/*.java"/> </fileset> @@ -601,8 +602,8 @@ <mkdir dir="${build.resources}/proxycompiler/META-INF"/> <ejbdoclet destdir="${build.gen-src}" - ejbspec="2.0" - excludedtags="@version,@author" + ejbspec="2.0" + excludedtags="@version,@author" mergedir="${source.resources}/proxycompiler"> <fileset dir="${source.java}"> <include name="org/jboss/test/proxycompiler/beans/**/*Bean.java"/> @@ -614,10 +615,10 @@ <localhomeinterface/> <!--session/--> <deploymentdescriptor xmlencoding ="UTF-8" - destdir="${build.resources}/proxycompiler/META-INF"/> + destdir="${build.resources}/proxycompiler/META-INF"/> <jboss xmlencoding="UTF-8" version="3.0" - destdir="${build.resources}/proxycompiler/META-INF" + destdir="${build.resources}/proxycompiler/META-INF" mergedir="${source.resources}/proxycompiler"/> </ejbdoclet> @@ -633,8 +634,8 @@ <!--+====================================================================+--> <target name="output" - description="Generate all target output." - depends="compile"> + description="Generate all target output." + depends="compile"> <call target="_output:support"/> @@ -713,7 +714,7 @@ <!-- build banktest.jar --> <jar jarfile="${build.lib}/banktest.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> <include name="org/jboss/test/bank/interfaces/**"/> @@ -757,7 +758,7 @@ <!-- build banknewtest.jar --> <jar jarfile="${build.lib}/banknewtest.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> <include name="org/jboss/test/banknew/interfaces/**"/> @@ -788,7 +789,7 @@ <!-- build bankiioptest.jar --> <jar jarfile="${build.lib}/bankiioptest.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> <include name="org/jboss/test/bankiiop/interfaces/**"/> @@ -819,7 +820,7 @@ <!-- build bmptest.jar --> <jar jarfile="${build.lib}/bmptest.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> <include name="org/jboss/test/bmp/interfaces/**"/> @@ -865,7 +866,7 @@ <!-- build ctstest.jar --> <jar jarfile="${build.lib}/ctstest.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> <include name="org/jboss/test/cts/interfaces/**"/> @@ -977,7 +978,7 @@ <!-- build entityexctest.jar --> <jar jarfile="${build.lib}/entityexctest.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> <include name="org/jboss/test/entityexc/interfaces/**"/> @@ -1007,7 +1008,7 @@ <!-- build hellotest.jar --> <jar jarfile="${build.lib}/hellotest.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> <include name="org/jboss/test/hello/interfaces/**"/> @@ -1091,7 +1092,7 @@ <!-- build idgentest.jar --> <jar jarfile="${build.lib}/idgentest.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> <include name="org/jboss/test/idgen/interfaces/**"/> @@ -1122,7 +1123,7 @@ <!-- build dbtestclient.jar --> <jar jarfile="${build.lib}/dbtestclient.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> <include name="org/jboss/test/dbtest/interfaces/**"/> @@ -1153,7 +1154,7 @@ <!-- build jmsratest.jar --> <jar jarfile="${build.lib}/jmsratest.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> <include name="org/jboss/test/jmsra/interfaces/**"/> @@ -1184,7 +1185,7 @@ <!-- build mdbtest.jar --> <jar jarfile="${build.lib}/mdbtest.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> <include name="org/jboss/test/mdb/bean/**"/> @@ -1213,7 +1214,7 @@ <!-- build locktestclient.jar --> <jar jarfile="${build.lib}/locktestclient.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> <include name="org/jboss/test/lock/interfaces/**"/> @@ -1243,7 +1244,7 @@ <!-- build readaheadtest.jar --> <jar jarfile="${build.lib}/readaheadtest.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> <include name="org/jboss/test/readahead/interfaces/**"/> @@ -1273,7 +1274,7 @@ <!-- build xatestclient.jar --> <jar jarfile="${build.lib}/xatestclient.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> <include name="org/jboss/test/xa/interfaces/**"/> @@ -1396,7 +1397,7 @@ <!-- build jmxtest.jar --> <jar jarfile="${build.lib}/jmxtest.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <include name="org/jboss/test/jmx/**"/> <exclude name="org/jboss/test/jmx/mbean*/**"/> @@ -1871,7 +1872,7 @@ <!-- build jbossmqtest.jar --> <jar jarfile="${build.lib}/jbossmqtest.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <include name="org/jboss/test/jbossmq/**"/> </fileset> @@ -1884,7 +1885,7 @@ <!-- build loadtest.jar --> <jar jarfile="${build.lib}/load.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <include name="org/jboss/test/load/test/**"/> <include name="org/jboss/test/testbean/interfaces/**"/> @@ -1899,7 +1900,7 @@ <!-- build jrmp-comp-client.jar --> <jar jarfile="${build.lib}/jrmp-comp-client.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <include name="org/jboss/test/jrmp/interfaces/**"/> </fileset> @@ -1907,7 +1908,7 @@ <!-- build comp-client.jar --> <jar jarfile="${build.lib}/comp-client.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <include name="org/jboss/test/jrmp/ejb/Compression*.class"/> </fileset> @@ -1933,7 +1934,7 @@ <!-- build jrmp-dl-client.jar --> <jar jarfile="${build.lib}/jrmp-dl-client.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> <include name="org/jboss/test/jrmp/interfaces/**"/> @@ -1965,7 +1966,7 @@ <!-- build invokers-client.jar --> <jar jarfile="${build.lib}/invokers-client.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <include name="org/jboss/test/invokers/interfaces/**"/> </fileset> @@ -1996,7 +1997,7 @@ <!-- build threadingMBean.jar --> <jar jarfile="${build.lib}/threadingMBean.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <include name="org/jboss/test/threading/interfaces/**"/> <include name="org/jboss/test/threading/mbean/**"/> @@ -2025,7 +2026,7 @@ <!-- build deadlocktest.jar --> <jar jarfile="${build.lib}/deadlocktest.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> <include name="org/jboss/test/deadlock/interfaces/**"/> @@ -2058,7 +2059,7 @@ <!-- build pooledtest.jar --> <jar jarfile="${build.lib}/pooledtest.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> <include name="org/jboss/test/pooled/interfaces/**"/> @@ -2091,7 +2092,7 @@ <!-- build testbeantest.jar --> <jar jarfile="${build.lib}/testbeantest.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> <include name="org/jboss/test/testbean/interfaces/**"/> @@ -2159,7 +2160,7 @@ <!-- build perftest.jar --> <jar jarfile="${build.lib}/perftest.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> <include name="org/jboss/test/perf/interfaces/**"/> @@ -2264,7 +2265,7 @@ <!-- build root-web.war --> <war warfile="${build.lib}/root-web.war" - webxml="${build.resources}/web/WEB-INF/root-web.xml"> + webxml="${build.resources}/web/WEB-INF/root-web.xml"> <fileset dir="${build.resources}/web/html/root"> <include name="**/*.html"/> </fileset> @@ -2272,7 +2273,7 @@ <!-- build notjbosstest-web.war --> <war warfile="${build.lib}/notjbosstest-web.war" - webxml="${build.resources}/web/WEB-INF/notjbosstest-web.xml"> + webxml="${build.resources}/web/WEB-INF/notjbosstest-web.xml"> <webinf dir="${build.resources}/web/html/other/WEB-INF"> <include name="*"/> </webinf> @@ -2289,7 +2290,7 @@ <!-- build jbosstest-web.war --> <war warfile="${build.lib}/jbosstest-web.war" - webxml="${build.resources}/web/WEB-INF/jbosstest-web.xml"> + webxml="${build.resources}/web/WEB-INF/jbosstest-web.xml"> <webinf dir="${build.resources}/web/html/jbosstest/WEB-INF"> <include name="*"/> </webinf> @@ -2311,7 +2312,7 @@ <!-- build jbosstest-web.ear --> <ear earfile="${build.lib}/jbosstest-web.ear" - appxml="${build.resources}/web/META-INF/application.xml"> + appxml="${build.resources}/web/META-INF/application.xml"> <fileset dir="${build.lib}"> <include name="jbosstest-web-ejbs.jar"/> <include name="root-web.war"/> @@ -2340,8 +2341,8 @@ <!-- build bench.war --> <war warfile="${build.lib}/bench.war" - webxml="${build.resources}/bench/web/WEB-INF/web.xml" - manifest="${build.resources}/bench/web.mf"> + webxml="${build.resources}/bench/web/WEB-INF/web.xml" + manifest="${build.resources}/bench/web.mf"> <webinf dir="${build.resources}/bench/web/WEB-INF"> <include name="*"/> <exclude name="web.xml"/> @@ -2359,7 +2360,7 @@ <!-- build bench.ear --> <ear earfile="${build.lib}/bench.ear" - appxml="${build.resources}/bench/ear/META-INF/application.xml"> + appxml="${build.resources}/bench/ear/META-INF/application.xml"> <fileset dir="${build.lib}"> <include name="bench.jar"/> <include name="bench.war"/> @@ -2373,7 +2374,7 @@ <!-- build security-client.jar --> <jar jarfile="${build.lib}/security-client.jar" - manifest="${build.etc}/manifest.mf"> + manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <include name="org/jboss/test/security/interfaces/**"/> </fileset> @@ -2902,7 +2903,7 @@ tests-jbossmx-compliance, tests-jbossmx-implementation, tests-jbossmx-performance, - tests-iiop-stress, + tests-iiop-stress, tests-report"> </target> @@ -2960,12 +2961,12 @@ <mkdir dir="${build.reports}"/> <mkdir dir="${build.log}"/> <junit dir="${module.output}" - printsummary="${junit.printsummary}" - haltonerror="${junit.haltonerror}" - haltonfailure="${junit.haltonfailure}" - fork="${junit.fork}" - timeout="${junit.timeout}" - jvm="${junit.jvm}"> + printsummary="${junit.printsummary}" + haltonerror="${junit.haltonerror}" + haltonfailure="${junit.haltonfailure}" + fork="${junit.fork}" + timeout="${junit.timeout}" + jvm="${junit.jvm}"> <jvmarg value="${junit.jvm.options}"/> <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/> @@ -2980,18 +2981,18 @@ </classpath> <formatter classname="org.jboss.ant.taskdefs.XMLJUnitResultFormatter" - extension=".xml" usefile="${junit.formatter.usefile}"/> + extension=".xml" usefile="${junit.formatter.usefile}"/> <batchtest todir="${build.reports}" - haltonerror="${junit.batchtest.haltonerror}" - haltonfailure="${junit.batchtest.haltonfailure}" - fork="${junit.batchtest.fork}"> + haltonerror="${junit.batchtest.haltonerror}" + haltonfailure="${junit.batchtest.haltonfailure}" + fork="${junit.batchtest.fork}"> <fileset dir="${build.classes}"> <include name="**/*UnitTestCase.class"/> - <!-- include the objectweb JMS tests --> - <include name="org/objectweb/jtests/**/*Test.class"/> + <!-- include the objectweb JMS tests --> + <include name="org/objectweb/jtests/**/*Test.class"/> <!-- do not include the dyn loading or security tests --> <exclude name="**/test/jrmp/test/DynLoadingUnitTestCase.class"/> @@ -3017,12 +3018,12 @@ <mkdir dir="${build.reports}"/> <mkdir dir="${build.log}"/> <junit dir="${module.output}" - printsummary="${junit.printsummary}" - haltonerror="${junit.haltonerror}" - haltonfailure="${junit.haltonfailure}" - fork="${junit.fork}" - timeout="${junit.timeout}" - jvm="${junit.jvm}"> + printsummary="${junit.printsummary}" + haltonerror="${junit.haltonerror}" + haltonfailure="${junit.haltonfailure}" + fork="${junit.fork}" + timeout="${junit.timeout}" + jvm="${junit.jvm}"> <jvmarg value="${junit.jvm.options}"/> <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/> @@ -3040,12 +3041,12 @@ </classpath> <formatter classname="org.jboss.ant.taskdefs.XMLJUnitResultFormatter" - extension=".xml" usefile="${junit.formatter.usefile}"/> + ... [truncated message content] |
From: Adrian B. <ej...@us...> - 2002-12-05 11:08:07
|
User: ejort Date: 02/12/05 03:08:06 Modified: . build.xml Log: Fix the web test build in head Revision Changes Path 1.199 +3 -3 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.198 retrieving revision 1.199 diff -u -r1.198 -r1.199 --- build.xml 4 Dec 2002 04:53:24 -0000 1.198 +++ build.xml 5 Dec 2002 11:08:06 -0000 1.199 @@ -10,7 +10,7 @@ <!ENTITY mqstress SYSTEM "./mqstress.xml"> ]> -<!-- $Id: build.xml,v 1.198 2002/12/04 04:53:24 d_jencks Exp $ --> +<!-- $Id: build.xml,v 1.199 2002/12/05 11:08:06 ejort Exp $ --> <!--+======================================================================+--> <!--| JBoss (The OpenSource J2EE WebOS) Build File |--> @@ -643,7 +643,7 @@ <call target="_output:bank"/> <call target="_output:bank-new"/> <call target="_output:bmp"/> - <call target="_output:cts"/> + <!--<call target="_output:cts"/>--> <call target="_output:entityexc"/> <call target="_output:hello"/> <call target="_output:idgen"/> @@ -2238,7 +2238,7 @@ </target> <!-- web test --> - <target name="_output:web" depends="_output:support"> + <target name="_output:web" depends="_output:cts"> <!-- <mkdir dir="${build.lib}"/> --> <!-- build jbosstest-web-ejbs.jar --> |
From: Scott M S. <st...@us...> - 2002-12-07 18:18:06
|
User: starksm Date: 02/12/07 10:18:05 Modified: . Tag: Branch_3_2 build.xml Log: Switch to the more verbose text summary stylesheet Revision Changes Path No revision No revision 1.165.2.27 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.26 retrieving revision 1.165.2.27 diff -u -r1.165.2.26 -r1.165.2.27 --- build.xml 27 Nov 2002 02:09:11 -0000 1.165.2.26 +++ build.xml 7 Dec 2002 18:18:04 -0000 1.165.2.27 @@ -13,7 +13,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.165.2.26 2002/11/27 02:09:11 starksm Exp $ --> +<!-- $Id: build.xml,v 1.165.2.27 2002/12/07 18:18:04 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -4557,7 +4557,7 @@ <style basedir="${build.reports}" destdir="${build.reports}/text" extension=".txt" - style="${build.stylesheets}/summary1a.xsl" + style="${build.stylesheets}/summary1b.xsl" includes="TESTS-TestSuites.xml"> <param name="thedate" expression="${TIMENOW}"/> <param name="java_version" expression="${java.version}"/> |
From: Scott M S. <st...@us...> - 2002-12-08 03:55:45
|
User: starksm Date: 02/12/07 19:55:44 Modified: . Tag: Branch_3_0 build.xml Log: - Add the jars for the LinkageError test - Change to the more verbose test summary stylesheet Revision Changes Path No revision No revision 1.106.2.59 +17 -4 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.106.2.58 retrieving revision 1.106.2.59 diff -u -r1.106.2.58 -r1.106.2.59 --- build.xml 26 Nov 2002 18:41:08 -0000 1.106.2.58 +++ build.xml 8 Dec 2002 03:55:43 -0000 1.106.2.59 @@ -13,7 +13,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.106.2.58 2002/11/26 18:41:08 starksm Exp $ --> +<!-- $Id: build.xml,v 1.106.2.59 2002/12/08 03:55:43 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -2792,12 +2792,25 @@ <include name="org/jboss/test/classloader/circularity/support/UsrMgr.class"/> </fileset> </jar> + <jar jarfile="${build.lib}/le0.jar"> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/classloader/circularity/support/Base.class"/> + <include name="org/jboss/test/classloader/circularity/support/UserOfBase.class"/> + </fileset> + </jar> + <jar jarfile="${build.lib}/le1.jar"> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/classloader/circularity/support/Base.class"/> + <include name="org/jboss/test/classloader/circularity/support/Support.class"/> + </fileset> + </jar> + <jar jarfile="${build.lib}/circularity.sar"> <metainf dir="${source.resources}/classloader/circularity" /> <fileset dir="${build.classes}"> <include name="org/jboss/test/classloader/circularity/**"/> - <exclude name="org/jboss/test/classloader/circularity/support/Class*"/> + <exclude name="org/jboss/test/classloader/circularity/support/*"/> </fileset> </jar> @@ -3997,7 +4010,7 @@ <style basedir="${build.reports}" destdir="${build.reports}/text" extension=".txt" - style="${build.stylesheets}/summary1a.xsl" + style="${build.stylesheets}/summary1b.xsl" includes="TESTS-TestSuites.xml"> <param name="thedate" expression="${TIMENOW}"/> <param name="java_version" expression="${java.version}"/> @@ -4012,7 +4025,7 @@ <param name="os_arch" expression="${os.arch}"/> <param name="os_version" expression="${os.version}"/> <param name="builduid" expression="${TIMENOW}"/> - <param name="results_web_site" expression="http://users.jboss.org/~starksm/Branch_3_0"/> + <param name="results_web" expression="http://users.jboss.org/~starksm/Branch_3_0"/> </style> </target> |
From: Scott M S. <st...@us...> - 2002-12-08 05:44:12
|
User: starksm Date: 02/12/07 21:44:12 Modified: . Tag: Branch_3_2 build.xml Log: Add a test of loading constraint violations due to the same class being defined by different class loaders Revision Changes Path No revision No revision 1.165.2.28 +13 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.27 retrieving revision 1.165.2.28 diff -u -r1.165.2.27 -r1.165.2.28 --- build.xml 7 Dec 2002 18:18:04 -0000 1.165.2.27 +++ build.xml 8 Dec 2002 05:44:11 -0000 1.165.2.28 @@ -13,7 +13,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.165.2.27 2002/12/07 18:18:04 starksm Exp $ --> +<!-- $Id: build.xml,v 1.165.2.28 2002/12/08 05:44:11 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -3201,6 +3201,18 @@ <fileset dir="${build.classes}"> <include name="org/jboss/test/classloader/circularity/support/LoginInfo.class"/> <include name="org/jboss/test/classloader/circularity/support/UsrMgr.class"/> + </fileset> + </jar> + <jar jarfile="${build.lib}/le0.jar"> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/classloader/circularity/support/Base.class"/> + <include name="org/jboss/test/classloader/circularity/support/UserOfBase.class"/> + </fileset> + </jar> + <jar jarfile="${build.lib}/le1.jar"> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/classloader/circularity/support/Base.class"/> + <include name="org/jboss/test/classloader/circularity/support/Support.class"/> </fileset> </jar> |
From: David J. <d_j...@us...> - 2002-12-09 01:47:51
|
User: d_jencks Date: 02/12/08 17:47:50 Modified: . build.xml Log: Refactored xid based remote tx support in trunk invoker: a step towards using it with all invokers. Revision Changes Path 1.200 +6 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.199 retrieving revision 1.200 diff -u -r1.199 -r1.200 --- build.xml 5 Dec 2002 11:08:06 -0000 1.199 +++ build.xml 9 Dec 2002 01:47:49 -0000 1.200 @@ -10,7 +10,7 @@ <!ENTITY mqstress SYSTEM "./mqstress.xml"> ]> -<!-- $Id: build.xml,v 1.199 2002/12/05 11:08:06 ejort Exp $ --> +<!-- $Id: build.xml,v 1.200 2002/12/09 01:47:49 d_jencks Exp $ --> <!--+======================================================================+--> <!--| JBoss (The OpenSource J2EE WebOS) Build File |--> @@ -4079,6 +4079,10 @@ timeout="${junit.timeout}" jvm="${junit.jvm}"> + <!--jvmarg value="-Xrunjdwp:transport=dt_socket,address=2112,server=n,suspend=y"/> + <jvmarg value="-Djava.compiler=NONE"/> + <jvmarg value="-Xdebug"/> + <jvmarg value="-Xnoagent"/--> <jvmarg value="${junit.jvm.options}"/> <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/> <sysproperty key="build.log" value="${build.log}"/> @@ -4087,6 +4091,7 @@ <sysproperty key="jbosstest.threadcount" value="${jbosstest.threadcount}"/> <sysproperty key="jbosstest.iterationcount" value="${jbosstest.iterationcount}"/> <sysproperty key="jbosstest.beancount" value="${jbosstest.beancount}"/> + <sysproperty key="org.jboss.invocation.trunk.enable_nbio" value="false"/> <sysproperty key="java.security.auth.login.config" value="${build.resources}/security/auth.conf"/> |
From: Christian R. <lq...@us...> - 2002-12-09 17:59:45
|
User: lqd Date: 02/12/09 09:59:44 Modified: . build.xml Log: - add a testcase for lookup of a Bean that is specified by a relative <ejb-link> target in the ENC of the servlet, i.e. something in the form of <ejb-link>path/to/file.jar#SampleBean</ejb-link> Revision Changes Path 1.201 +14 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.200 retrieving revision 1.201 diff -u -r1.200 -r1.201 --- build.xml 9 Dec 2002 01:47:49 -0000 1.200 +++ build.xml 9 Dec 2002 17:59:43 -0000 1.201 @@ -10,7 +10,7 @@ <!ENTITY mqstress SYSTEM "./mqstress.xml"> ]> -<!-- $Id: build.xml,v 1.200 2002/12/09 01:47:49 d_jencks Exp $ --> +<!-- $Id: build.xml,v 1.201 2002/12/09 17:59:43 lqd Exp $ --> <!--+======================================================================+--> <!--| JBoss (The OpenSource J2EE WebOS) Build File |--> @@ -2263,6 +2263,18 @@ </fileset> </jar> + <!-- build websubdir/relative.jar --> + <mkdir dir="${build.lib}/websubdir"/> + <jar jarfile="${build.lib}/websubdir/relative.jar"> + <fileset dir="${build.resources}/web/websubdir"> + <include name="**/*.xml"/> + </fileset> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/web/ejb/StatelessSessionBean.class"/> + <include name="org/jboss/test/web/interfaces/StatelessSession*.class"/> + </fileset> + </jar> + <!-- build root-web.war --> <war warfile="${build.lib}/root-web.war" webxml="${build.resources}/web/WEB-INF/root-web.xml"> @@ -2319,6 +2331,7 @@ <include name="jbosstest-web.war"/> <include name="notjbosstest-web.war"/> <include name="cts.jar"/> + <include name="websubdir/relative.jar"/> </fileset> </ear> </target> |
From: Bill B. <pat...@us...> - 2002-12-13 04:30:13
|
User: patriot1burke Date: 02/12/12 20:30:12 Modified: . build.xml Log: aop stuff Revision Changes Path 1.202 +50 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.201 retrieving revision 1.202 diff -u -r1.201 -r1.202 --- build.xml 9 Dec 2002 17:59:43 -0000 1.201 +++ build.xml 13 Dec 2002 04:30:12 -0000 1.202 @@ -10,7 +10,7 @@ <!ENTITY mqstress SYSTEM "./mqstress.xml"> ]> -<!-- $Id: build.xml,v 1.201 2002/12/09 17:59:43 lqd Exp $ --> +<!-- $Id: build.xml,v 1.202 2002/12/13 04:30:12 patriot1burke Exp $ --> <!--+======================================================================+--> <!--| JBoss (The OpenSource J2EE WebOS) Build File |--> @@ -96,6 +96,7 @@ <path refid="jboss.j2ee.classpath"/> <path refid="jboss.common.classpath"/> <path refid="jboss.blocks.classpath"/> + <pathelement path="${jboss.aop.lib}/jboss-aop.jar"/> <pathelement path="${jboss.system.lib}/testsuite-support.jar"/> <pathelement path="${jboss.naming.lib}/jnpserver.jar"/> <pathelement path="${jboss.server.lib}/jboss-client.jar"/> @@ -662,6 +663,7 @@ <call target="_output:invokers"/> <call target="_output:threading"/> <call target="_output:deadlock"/> + <call target="_output:aop"/> <call target="_output:pooled"/> <call target="_output:testbean"/> <call target="_output:testbeancluster"/> @@ -2053,7 +2055,52 @@ </target> - <!-- deadlock test --> + <!-- aop test --> + <target name="_output:aop" depends="_output:support"> + <!-- <mkdir dir="${build.lib}"/> --> + + <!-- build aopest.jar --> + <jar jarfile="${build.lib}/aoptest.jar" + manifest="${build.etc}/manifest.mf"> + <fileset dir="${build.classes}"> + <patternset refid="common.test.client.classes"/> + <include name="org/jboss/test/aop/test/**"/> + <include name="org/somepackage/**"/> + </fileset> + <fileset dir="${build.resources}/aop"> + <include name="*.*"/> + </fileset> + </jar> + + <jar jarfile="${build.lib}/aoptest.aop" + manifest="${build.etc}/manifest.mf"> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/aop/bean/POJO.class"/> + <include name="org/jboss/test/aop/bean/SimpleInterceptor.class"/> + <include name="org/jboss/test/aop/bean/SimpleInterceptorFactory.class"/> + </fileset> + <fileset dir="${build.resources}/aop"> + <include name="META-INF/jboss-aop.xml"/> + </fileset> + </jar> + + <!-- build aop.jar --> + <jar jarfile="${build.lib}/aoptest.sar"> + <fileset dir="${build.lib}"> + <include name="aoptest.aop"/> + </fileset> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/aop/bean/AOPTester.class"/> + <include name="org/jboss/test/aop/bean/AOPTesterMBean.class"/> + </fileset> + <fileset dir="${build.resources}/aop"> + <include name="**/jboss-service.xml"/> + </fileset> + </jar> + + </target> + + <!-- pooled test --> <target name="_output:pooled" depends="_output:support"> <!-- <mkdir dir="${build.lib}"/> --> @@ -3907,6 +3954,7 @@ <include name="**/cmp2/**/*UnitTestCase.class"/> <include name="**/dbtest/**/*UnitTestCase.class"/> <include name="**/deadlock/**/*StressTestCase.class"/> + <include name="**/aop/**/*UnitTestCase.class"/> <include name="**/entityexc/**/*UnitTestCase.class"/> <include name="**/idgen/**/*UnitTestCase.class"/> <include name="**/perf/**/*UnitTestCase.class"/> |
From: Alexey L. <lou...@us...> - 2002-12-13 21:38:11
|
User: loubyansky Date: 02/12/13 13:38:09 Modified: . build.xml Log: added optimistic locking tests and enabled FoeDeployer tests Revision Changes Path 1.203 +60 -40 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.202 retrieving revision 1.203 diff -u -r1.202 -r1.203 --- build.xml 13 Dec 2002 04:30:12 -0000 1.202 +++ build.xml 13 Dec 2002 21:38:07 -0000 1.203 @@ -10,7 +10,7 @@ <!ENTITY mqstress SYSTEM "./mqstress.xml"> ]> -<!-- $Id: build.xml,v 1.202 2002/12/13 04:30:12 patriot1burke Exp $ --> +<!-- $Id: build.xml,v 1.203 2002/12/13 21:38:07 loubyansky Exp $ --> <!--+======================================================================+--> <!--| JBoss (The OpenSource J2EE WebOS) Build File |--> @@ -41,10 +41,6 @@ &targets; - <!-- REMOVE THIS WHEN THE FOE DEPLOYER IS FIXED --> - <property name="javac.excludes" value="org/jboss/test/foedeployer/**"/> - - <!--+====================================================================+--> <!--| Initialization |--> <!--| |--> @@ -304,6 +300,30 @@ Typemapping="Hypersonic SQL"/> </ejbdoclet> + <!-- optimistic lock test --> + <mkdir dir="${build.resources}/cmp2/optimisticlock/META-INF"/> + <ejbdoclet destdir="${build.gen-src}" + ejbspec="2.0" + excludedtags="@version,@author" + mergedir="${source.resources}/cmp2/optimisticlock"> + <fileset dir="${source.java}"> + <include name="org/jboss/test/cmp2/optimisticlock/ejb/*Bean.java"/> + </fileset> + <packageSubstitution packages="ejb" substituteWith="interfaces"/> + <remoteinterface/> + <localinterface/> + <homeinterface/> + <localhomeinterface/> + <!-- <deploymentdescriptor xmlencoding ="UTF-8" + destdir="${build.resources}/cmp2/optimisticlock/META-INF"/> --> + <!-- <jboss xmlencoding="UTF-8" + version="3.0" + destdir="${build.resources}/cmp2/optimisticlock/META-INF" + mergedir="${source.resources}/cmp2/optimisticlock/" + Datasource="java:/DefaultDS" + Typemapping="Hypersonic SQL"/> --> + </ejbdoclet> + <!--undeploy of broken packages--> <mkdir dir="${build.resources}/jmx/undeploy/META-INF"/> <ejbdoclet destdir="${build.gen-src}" @@ -420,17 +440,10 @@ mergedir="${source.resources}/banknew/"/> </ejbdoclet> - - - <!-- Foe-Deployer: Simple Test - - commented out until builds ... in nested comments will need to be restored - <mkdir dir="${build.resources}/foedeployer/simple/META-INF"/> <ejbdoclet destdir="${build.gen-src}" ejbspec="2.0" excludedtags="@version,@author"> - <!==mergedir="${source.resources}/jca/ejb"==> <fileset dir="${source.java}"> <include name="org/jboss/test/foedeployer/ejb/simple/*Bean.java"/> </fileset> @@ -447,15 +460,14 @@ createtables="True" datasource="java:/DefaultDS" mergedir="${source.resources}/foedeployer/"/> - <!== No JBoss DD generation here because that is what we can to use FoeDeployer for ==> + <!-- No JBoss DD generation here because that is what we can to use FoeDeployer for --> </ejbdoclet> - <!== Foe-Deployer: Message Test ==> + <!-- Foe-Deployer: Message Test --> <mkdir dir="${build.resources}/foedeployer/message/META-INF"/> <ejbdoclet destdir="${build.gen-src}" ejbspec="2.0" excludedtags="@version,@author"> - <!==mergedir="${source.resources}/jca/ejb"==> <fileset dir="${source.java}"> <include name="org/jboss/test/foedeployer/ejb/message/*Bean.java"/> </fileset> @@ -468,15 +480,14 @@ validatexml="true" datasource="java:/DefaultDS" mergedir="${source.resources}/foedeployer/"/> - <!== No JBoss DD generation here because that is what we can to use FoeDeployer for ==> + <!-- No JBoss DD generation here because that is what we can to use FoeDeployer for --> </ejbdoclet> - <!== Foe-Deployer: O2MB Test ==> + <!-- Foe-Deployer: O2MB Test --> <mkdir dir="${build.resources}/foedeployer/o2mb/META-INF"/> <ejbdoclet destdir="${build.gen-src}" ejbspec="2.0" excludedtags="@version,@author"> - <!==mergedir="${source.resources}/jca/ejb"==> <fileset dir="${source.java}"> <include name="org/jboss/test/foedeployer/ejb/o2mb/*Bean.java"/> </fileset> @@ -493,15 +504,14 @@ createtables="True" datasource="java:/DefaultDS" mergedir="${source.resources}/foedeployer/"/> - <!== No JBoss DD generation here because that is what we can to use FoeDeployer for ==> + <!-- No JBoss DD generation here because that is what we can to use FoeDeployer for --> </ejbdoclet> - <!== Foe-Deployer: M2MB Test ==> + <!-- Foe-Deployer: M2MB Test --> <mkdir dir="${build.resources}/foedeployer/m2mb/META-INF"/> <ejbdoclet destdir="${build.gen-src}" ejbspec="2.0" excludedtags="@version,@author"> - <!==mergedir="${source.resources}/jca/ejb"==> <fileset dir="${source.java}"> <include name="org/jboss/test/foedeployer/ejb/m2mb/*Bean.java"/> </fileset> @@ -518,15 +528,14 @@ createtables="True" datasource="java:/DefaultDS" mergedir="${source.resources}/foedeployer/"/> - <!== No JBoss DD generation here because that is what we can to use FoeDeployer for ==> + <!-- No JBoss DD generation here because that is what we can to use FoeDeployer for --> </ejbdoclet> - <!== Foe-Deployer: QL Test ==> + <!-- Foe-Deployer: QL Test --> <mkdir dir="${build.resources}/foedeployer/ql/META-INF"/> <ejbdoclet destdir="${build.gen-src}" - ejbspec="2.0" - excludedtags="@version,@author"> - <!==mergedir="${source.resources}/jca/ejb"==> + ejbspec="2.0" + excludedtags="@version,@author"> <fileset dir="${source.java}"> <include name="org/jboss/test/foedeployer/ejb/ql/*Bean.java"/> </fileset> @@ -543,9 +552,8 @@ createtables="True" datasource="java:/DefaultDS" mergedir="${source.resources}/foedeployer/"/> - <!== No JBoss DD generation here because that is what we can to use FoeDeployer for ==> + <!-- No JBoss DD generation here because that is what we can to use FoeDeployer for --> </ejbdoclet> - --> <!-- cpmanifest test --> <mkdir dir="${build.resources}/jmx/loading/cpmanifest/META-INF"/> @@ -675,7 +683,7 @@ <call target="_output:cmp2"/> <call target="_output:jsr77"/> <call target="_output:scheduler"/> - <!--<call target="_output:foedeployer"/>--> + <call target="_output:foedeployer"/> <call target="_output:jbossmx"/> <call target="_output:ejbconf"/> <call target="_output:proxycompiler"/> @@ -2587,10 +2595,10 @@ </jar> </target> - <!-- foe-deployer test + <!-- foe-deployer test --> <target name="_output:foedeployer" depends="_output:support"> - <!== <mkdir dir="${build.lib}"/> ==> - <!== First task is to copy the Foe-Deployer SAR to the current lib directory ==> + <!-- <mkdir dir="${build.lib}"/> --> + <!-- First task is to copy the Foe-Deployer SAR to the current lib directory --> <echo>${project.root}</echo> <copy todir="${build.lib}" filtering="no"> <fileset dir="${project.root}/varia/output/lib"> @@ -2598,7 +2606,7 @@ </fileset> </copy> - <!== build foe-deployer-simple-test.wlar ==> + <!-- build foe-deployer-simple-test.wlar --> <jar jarfile="${build.lib}/foe-deployer-simple-test.wlar"> <fileset dir="${build.classes}"> <include name="org/jboss/test/foedeployer/ejb/simple/**"/> @@ -2608,7 +2616,7 @@ </fileset> </jar> - <!== build foe-deployer-message-test.wlar ==> + <!-- build foe-deployer-message-test.wlar --> <jar jarfile="${build.lib}/foe-deployer-message-test.wlar"> <fileset dir="${build.classes}"> <include name="org/jboss/test/foedeployer/ejb/message/**"/> @@ -2618,7 +2626,7 @@ </fileset> </jar> - <!== build foe-deployer-ql-test.wlar ==> + <!-- build foe-deployer-ql-test.wlar --> <jar jarfile="${build.lib}/foe-deployer-ql-test.wlar"> <fileset dir="${build.classes}"> <include name="org/jboss/test/foedeployer/ejb/ql/**"/> @@ -2628,7 +2636,7 @@ </fileset> </jar> - <!== build foe-deployer-o2mb-test.wlar ==> + <!-- build foe-deployer-o2mb-test.wlar --> <jar jarfile="${build.lib}/foe-deployer-o2mb-test.wlar"> <fileset dir="${build.classes}"> <include name="org/jboss/test/foedeployer/ejb/o2mb/**"/> @@ -2638,7 +2646,7 @@ </fileset> </jar> - <!== build foe-deployer-m2mb-test.wlar ==> + <!-- build foe-deployer-m2mb-test.wlar --> <jar jarfile="${build.lib}/foe-deployer-m2mb-test.wlar"> <fileset dir="${build.classes}"> <include name="org/jboss/test/foedeployer/ejb/m2mb/**"/> @@ -2648,7 +2656,6 @@ </fileset> </jar> </target> - --> <!-- cmp2 tests --> <target name="_output:cmp2" depends="_output:support"> @@ -2752,6 +2759,20 @@ includes="junit/**/*.*"/> </jar> + <!-- build cmp2-optimisticlock.jar --> + <jar jarfile="${build.lib}/cmp2-optimisticlock.jar"> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/cmp2/optimisticlock/**"/> + </fileset> + <fileset dir="${build.resources}/cmp2/optimisticlock"> + <include name="**/*.*"/> + </fileset> + <zipfileset src="${jboss.blocks.lib}/jboss-blocks-junitejb.jar" excludes="META-INF/MANIFEST.MF"/> + <zipfileset src="${jboss.blocks.lib}/jboss-blocks.jar" excludes="META-INF/MANIFEST.MF"/> + <zipfileset src="${junit.junit.lib}/junit.jar" + includes="junit/**/*.*"/> + </jar> + </target> <!-- exception tests --> @@ -3628,7 +3649,7 @@ | JBoss server distribution build. --> - <!-- + <!-- --> <target name="tests-foe-deployer-unit" depends="maybejars"> <mkdir dir="${build.reports}"/> <mkdir dir="${build.log}"/> @@ -3674,7 +3695,6 @@ </batchtest> </junit> </target> - --> <!-- | Standard JBoss Util tests that should run successfully against a default |
From: David J. <d_j...@us...> - 2002-12-14 20:19:58
|
User: d_jencks Date: 02/12/14 12:19:56 Modified: . build.xml Log: Addded ability to specify sql to be executed when a new connection is created (for extra setup) and sql to be executed when a connection is taken from the pool to be given to a client (for validity checking) Revision Changes Path 1.204 +13 -3 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.203 retrieving revision 1.204 diff -u -r1.203 -r1.204 --- build.xml 13 Dec 2002 21:38:07 -0000 1.203 +++ build.xml 14 Dec 2002 20:19:56 -0000 1.204 @@ -10,7 +10,7 @@ <!ENTITY mqstress SYSTEM "./mqstress.xml"> ]> -<!-- $Id: build.xml,v 1.203 2002/12/13 21:38:07 loubyansky Exp $ --> +<!-- $Id: build.xml,v 1.204 2002/12/14 20:19:56 d_jencks Exp $ --> <!--+======================================================================+--> <!--| JBoss (The OpenSource J2EE WebOS) Build File |--> @@ -581,11 +581,12 @@ excludedtags="@version,@author"> <fileset dir="${source.java}"> <include name="org/jboss/test/jca/inflow/*.java"/> + <include name="org/jboss/test/jca/tm/*.java"/> + <include name="org/jboss/test/jca/wrapper/*.java"/> <include name="org/jboss/test/jmx/deployer/*.java"/> <include name="org/jboss/test/jmx/mbean/*.java"/> - <include name="org/jboss/test/util/mbean/*.java"/> <include name="org/jboss/test/jmx/missingclass/*.java"/> - <include name="org/jboss/test/jca/tm/*.java"/> + <include name="org/jboss/test/util/mbean/*.java"/> </fileset> <mbeaninterface mergedir="${project.tools}/etc/xdoclet/templates"/> </jmxdoclet> @@ -1347,6 +1348,12 @@ </fileset> </jar> + <jar jarfile="${build.lib}/jcawrappertest.jar"> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/jca/wrapper/**.class"/> + </fileset> + </jar> + <jar jarfile="${build.lib}/jcabanktest.jar"> <fileset dir="${build.classes}"> <include name="org/jboss/test/jca/bank/interfaces/**"/> @@ -1394,6 +1401,9 @@ <!--copy the plain *-service.xml files too --> <copy todir="${build.lib}" filtering="no"> <fileset dir="${build.resources}/jca/autocommit"> + <include name="*.xml"/> + </fileset> + <fileset dir="${build.resources}/jca/wrapper"> <include name="*.xml"/> </fileset> </copy> |
From: Alexey L. <lou...@us...> - 2002-12-15 15:23:24
|
User: loubyansky Date: 02/12/15 07:23:23 Modified: . build.xml Log: set xdoclet property validatexml=false for foe-deployer beans as they fail the validation on first run Revision Changes Path 1.205 +7 -8 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.204 retrieving revision 1.205 diff -u -r1.204 -r1.205 --- build.xml 14 Dec 2002 20:19:56 -0000 1.204 +++ build.xml 15 Dec 2002 15:23:20 -0000 1.205 @@ -10,7 +10,7 @@ <!ENTITY mqstress SYSTEM "./mqstress.xml"> ]> -<!-- $Id: build.xml,v 1.204 2002/12/14 20:19:56 d_jencks Exp $ --> +<!-- $Id: build.xml,v 1.205 2002/12/15 15:23:20 loubyansky Exp $ --> <!--+======================================================================+--> <!--| JBoss (The OpenSource J2EE WebOS) Build File |--> @@ -440,6 +440,7 @@ mergedir="${source.resources}/banknew/"/> </ejbdoclet> + <!-- FoeDeployer: Simple Test --> <mkdir dir="${build.resources}/foedeployer/simple/META-INF"/> <ejbdoclet destdir="${build.gen-src}" ejbspec="2.0" @@ -456,7 +457,7 @@ <weblogic version="6.1" xmlencoding="UTF-8" destdir="${build.resources}/foedeployer/simple/META-INF" - validatexml="true" + validatexml="false" createtables="True" datasource="java:/DefaultDS" mergedir="${source.resources}/foedeployer/"/> @@ -477,7 +478,7 @@ <weblogic version="6.1" xmlencoding="UTF-8" destdir="${build.resources}/foedeployer/message/META-INF" - validatexml="true" + validatexml="false" datasource="java:/DefaultDS" mergedir="${source.resources}/foedeployer/"/> <!-- No JBoss DD generation here because that is what we can to use FoeDeployer for --> @@ -500,7 +501,7 @@ <weblogic version="6.1" xmlencoding="UTF-8" destdir="${build.resources}/foedeployer/o2mb/META-INF" - validatexml="true" + validatexml="false" createtables="True" datasource="java:/DefaultDS" mergedir="${source.resources}/foedeployer/"/> @@ -524,7 +525,7 @@ <weblogic version="6.1" xmlencoding="UTF-8" destdir="${build.resources}/foedeployer/m2mb/META-INF" - validatexml="true" + validatexml="false" createtables="True" datasource="java:/DefaultDS" mergedir="${source.resources}/foedeployer/"/> @@ -548,7 +549,7 @@ <weblogic version="6.1" xmlencoding="UTF-8" destdir="${build.resources}/foedeployer/ql/META-INF" - validatexml="true" + validatexml="false" createtables="True" datasource="java:/DefaultDS" mergedir="${source.resources}/foedeployer/"/> @@ -3658,8 +3659,6 @@ | Standard Foe-Deployer tests that should run successfully against a default | JBoss server distribution build. --> - - <!-- --> <target name="tests-foe-deployer-unit" depends="maybejars"> <mkdir dir="${build.reports}"/> <mkdir dir="${build.log}"/> |
From: Adrian B. <ej...@us...> - 2002-12-17 00:50:19
|
User: ejort Date: 02/12/16 16:50:18 Modified: . Tag: Branch_3_0 build.xml Log: Add a test of entity creation with external removal Revision Changes Path No revision No revision 1.106.2.60 +47 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.106.2.59 retrieving revision 1.106.2.60 diff -u -r1.106.2.59 -r1.106.2.60 --- build.xml 8 Dec 2002 03:55:43 -0000 1.106.2.59 +++ build.xml 17 Dec 2002 00:50:17 -0000 1.106.2.60 @@ -13,7 +13,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.106.2.59 2002/12/08 03:55:43 starksm Exp $ --> +<!-- $Id: build.xml,v 1.106.2.60 2002/12/17 00:50:17 ejort Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -643,6 +643,32 @@ destdir="${build.resources}/jmx/loading/cpmanifest/META-INF"/> </xdoclet> + <!-- entity test --> + <mkdir dir="${build.resources}/entity/META-INF"/> + <xdoclet destdir="${build.gen-src}" + classpath="${xdoclet.task.classpath}" + ejbspec="2.0" + excludedtags="@version,@author" + mergedir="${source.resources}/entity"> + <fileset dir="${source.java}"> + <include name="org/jboss/test/entity/beans/*Bean.java"/> + </fileset> + <packageSubstitution packages="beans" substituteWith="interfaces"/> + <valueobject/> + <remoteinterface/> + <localinterface/> + <homeinterface/> + <localhomeinterface/> + <entitycmp/> + <utilobject kind="physical"/> + <deploymentdescriptor xmlencoding="UTF-8" + destdir="${build.resources}/entity/META-INF"/> + <jboss xmlencoding="UTF-8" + version="3.0" + datasource="java:/DefaultDS" + typemapping="Hypersonic SQL" + destdir="${build.resources}/entity/META-INF"/> + </xdoclet> </target> @@ -794,6 +820,7 @@ _jars-proxycompiler, _jars-helloiiop, _jars-bankiiop, + _jars-entity, _jars-classloader" > </target> @@ -2827,6 +2854,25 @@ <metainf dir="${source.resources}/classloader/resource" /> <fileset dir="${build.classes}"> <include name="org/jboss/test/classloader/resource/**"/> + </fileset> + </jar> + </target> + + <!-- entity test --> + <target name="_jars-entity"> + <mkdir dir="${build.lib}"/> + + <!-- build jboss-test-entity.jar --> + <jar jarfile="${build.lib}/jboss-test-entity.jar" + manifest="${build.etc}/manifest.mf"> + <fileset dir="${build.classes}"> + <patternset refid="common.test.client.classes"/> + <include name="org/jboss/test/entity/interfaces/**"/> + <include name="org/jboss/test/entity/beans/**"/> + <include name="org/jboss/test/entity/test/**"/> + </fileset> + <fileset dir="${build.resources}/entity"> + <include name="**"/> </fileset> </jar> </target> |