From: Thomas D. <tdi...@us...> - 2004-08-20 23:57:53
|
User: tdiesler Date: 04/08/20 16:57:46 Modified: . Tag: Branch_3_2 build.xml Log: Add the jboss.jaxrpc.classpath Revision Changes Path No revision No revision 1.165.2.161 +2 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.160 retrieving revision 1.165.2.161 diff -u -r1.165.2.160 -r1.165.2.161 --- build.xml 9 Aug 2004 09:54:18 -0000 1.165.2.160 +++ build.xml 20 Aug 2004 23:57:42 -0000 1.165.2.161 @@ -15,7 +15,7 @@ <!-- --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.165.2.160 2004/08/09 09:54:18 tdiesler Exp $ --> +<!-- $Id: build.xml,v 1.165.2.161 2004/08/20 23:57:42 tdiesler Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -144,6 +144,7 @@ <path refid="jboss.management.classpath"/> <path refid="jboss.transaction.classpath"/> <path refid="jboss.varia.classpath"/> + <path refid="jboss.jaxrpc.classpath" /> <path refid="jboss.jbossnet.classpath" /> <path refid="jboss.cache.classpath" /> </path> |
From: Ovidiu F. <ov...@us...> - 2004-08-26 05:57:51
|
User: ovidiuf Date: 04/08/25 22:57:45 Modified: . Tag: Branch_3_2 build.xml Log: handy debugging flags for standalone and package tests; they are commented out by default Revision Changes Path No revision No revision 1.165.2.162 +11 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.161 retrieving revision 1.165.2.162 diff -u -r1.165.2.161 -r1.165.2.162 --- build.xml 20 Aug 2004 23:57:42 -0000 1.165.2.161 +++ build.xml 26 Aug 2004 05:57:43 -0000 1.165.2.162 @@ -15,7 +15,7 @@ <!-- --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.165.2.161 2004/08/20 23:57:42 tdiesler Exp $ --> +<!-- $Id: build.xml,v 1.165.2.162 2004/08/26 05:57:43 ovidiuf Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -5913,6 +5913,11 @@ <jvmarg value="${junit.jvm.options}"/> <jvmarg value="-Djava.security.manager"/> <jvmarg value="-Djava.security.policy==${build.resources}/client.policy"/> + <!-- - -> + <jvmarg value="-Xdebug"/> + <jvmarg value="-Xnoagent"/> + <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=12341"/> + <!- - --> <sysproperty key="jbosstest.deploy.dir" value="${build.lib}"/> <sysproperty key="build.testlog" value="${build.testlog}"/> <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/> @@ -6067,6 +6072,11 @@ timeout="${junit.timeout}" jvm="${junit.jvm}"> + <!-- - -> + <jvmarg value="-Xdebug"/> + <jvmarg value="-Xnoagent"/> + <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=12341"/> + <!- - --> <jvmarg value="${junit.jvm.options}"/> <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/> <sysproperty key="build.testlog" value="${build.testlog}"/> |
From: Alexey L. <lou...@us...> - 2004-08-31 16:23:50
|
User: loubyansky Date: 04/08/31 09:23:44 Modified: . build.xml Log: added jaxme and wutka's parsers to the classpath for xml binding tests Revision Changes Path 1.394 +3 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.393 retrieving revision 1.394 diff -u -r1.393 -r1.394 --- build.xml 20 Aug 2004 22:00:25 -0000 1.393 +++ build.xml 31 Aug 2004 16:23:43 -0000 1.394 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.393 2004/08/20 22:00:25 tdiesler Exp $ --> +<!-- $Id: build.xml,v 1.394 2004/08/31 16:23:43 loubyansky Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -7127,6 +7127,8 @@ <pathelement location="${build.resources}"/> <path refid="tests.classpath"/> <path refid="apache.xerces.classpath"/> + <path refid="apache.jaxme.classpath"/> + <path refid="wutka.dtdparser.classpath"/> </classpath> <formatter type="xml" usefile="${junit.formatter.usefile}"/> |
From: Adrian B. <ej...@us...> - 2004-09-08 13:25:35
|
User: ejort Date: 04/09/08 06:25:28 Modified: . build.xml Log: Build isolationC.ear Revision Changes Path 1.395 +29 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.394 retrieving revision 1.395 diff -u -r1.394 -r1.395 --- build.xml 31 Aug 2004 16:23:43 -0000 1.394 +++ build.xml 8 Sep 2004 13:25:28 -0000 1.395 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.394 2004/08/31 16:23:43 loubyansky Exp $ --> +<!-- $Id: build.xml,v 1.395 2004/09/08 13:25:28 ejort Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -3306,6 +3306,34 @@ </fileset> </jar> + <!-- build isolationC.war --> + <war warfile="${build.lib}/isolationC.war" + webxml="${build.resources}/isolation/c/war/WEB-INF/web.xml"> + <webinf dir="${build.resources}/isolation/c/war"> + <include name="WEB-INF/*.xml"/> + <exclude name="WEB-INF/web.xml"/> + </webinf> + <classes dir="${build.classes}"> + <include name="org/jboss/test/isolation/web/c/**"/> + </classes> + <classes dir="${build.resources}/isolation/c/war/WEB-INF/classes"> + <include name="**/*"/> + </classes> + <lib dir="${apache.log4j.lib}"> + <include name="log4j.jar"/> + </lib> + </war> + + <!-- build isolationC.ear --> + <jar jarfile="${build.lib}/isolationC.ear"> + <fileset dir="${build.lib}"> + <include name="isolationC.war"/> + </fileset> + <fileset dir="${build.resources}/isolation/c/ear"> + <include name="META-INF/*.xml"/> + </fileset> + </jar> + </target> <!-- jbossmq test --> |
From: Adrian B. <ej...@us...> - 2004-09-08 14:35:48
|
User: ejort Date: 04/09/08 07:35:40 Modified: . build.xml Log: build shared-jndi deployments Revision Changes Path 1.396 +21 -0 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.395 retrieving revision 1.396 diff -u -r1.395 -r1.396 --- build.xml 8 Sep 2004 13:25:28 -0000 1.395 +++ build.xml 8 Sep 2004 14:35:39 -0000 1.396 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.395 2004/09/08 13:25:28 ejort Exp $ --> +<!-- $Id: build.xml,v 1.396 2004/09/08 14:35:39 ejort Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -2286,6 +2286,27 @@ <include name="org/jboss/test/classloader/scoping/transaction/**"/> </fileset> </jar> + + <!-- Build the shared-jndi.war/sar --> + <jar destfile="${build.lib}/shared-jndi.sar"> + <metainf dir="${build.resources}/classloader/scoping/naming/xml"> + <include name="jboss-service.xml" /> + </metainf> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/classloader/scoping/naming/service/*"/> + </fileset> + </jar> + <war destfile="${build.lib}/shared-jndi.war" + webxml="${build.resources}/classloader/scoping/naming/xml/web.xml"> + <webinf dir="${build.resources}/classloader/scoping/naming/xml"> + <include name="jboss-web.xml" /> + </webinf> + <classes dir="${build.classes}"> + <include name="org/jboss/test/classloader/scoping/naming/service/BindValue.class"/> + <include name="org/jboss/test/classloader/scoping/naming/web/*"/> + </classes> + </war> + </target> <target name="_jars-client"> |
From: Scott M S. <st...@us...> - 2004-09-09 04:17:19
|
User: starksm Date: 04/09/08 21:17:05 Modified: . build.xml Log: Exclude the media ejb tests and fix the app-client/cts build order Revision Changes Path 1.397 +3 -47 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.396 retrieving revision 1.397 diff -u -r1.396 -r1.397 --- build.xml 8 Sep 2004 14:35:39 -0000 1.396 +++ build.xml 9 Sep 2004 04:17:03 -0000 1.397 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.396 2004/09/08 14:35:39 ejort Exp $ --> +<!-- $Id: build.xml,v 1.397 2004/09/09 04:17:03 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -1168,29 +1168,6 @@ destdir="${build.resources}/cache/META-INF"/> </ejbdoclet> - <!-- JBoss Media --> - <mkdir dir="${build.resources}/media/entity/META-INF"/> - <ejbdoclet destdir="${build.gen-src}" - ejbspec="2.0" - excludedtags="@version,@author" - mergedir="${source.resources}/media/entity"> - <fileset dir="${source.java}"> - <include name="org/jboss/test/media/entity/ejb/*Bean.java"/> - </fileset> - <remoteinterface/> - <localinterface/> - <homeinterface/> - <localhomeinterface/> - <!--session/> - <deploymentdescriptor - destdir="${build.resources}/media/entity/META-INF" - validatexml="${validatexml}"/> - <jboss - version="3.2" - xmlencoding="UTF-8" - destdir="${build.resources}/media/entity/META-INF" - validatexml="${validatexml}"/--> - </ejbdoclet> </target> <target name="compile-mbean-sources" depends="init" unless="noxdoclet"> @@ -1421,9 +1398,9 @@ _jars-bmp, _jars-cache, _jars-classloader, - _jars-client, _jars-cmp2, _jars-cts, + _jars-client, _jars-dbtest, _jars-deadlock, _jars-ejbconf, @@ -1453,7 +1430,6 @@ _jars-lock, _jars-marathon, _jars-mdb, - _jars-media, _jars-messagedriven, _jars-naming, _jars-perf, @@ -4476,27 +4452,6 @@ </jar> </target> - <!-- JBoss Media tests --> - <target name="_jars-media"> - <mkdir dir="${build.lib}"/> - - <!-- build media-entity.jar --> - <jar jarfile="${build.lib}/media-entity.jar" - manifest="${build.etc}/manifest.mf"> - <fileset dir="${build.classes}"> - <patternset refid="common.test.client.classes"/> - <include name="org/jboss/test/media/entity/**"/> - </fileset> - <fileset dir="${build.resources}/media/entity"> - <include name="**/*.*"/> - </fileset> - <zipfileset src="${junitejb.junitejb.lib}/junitejb.jar" - includes="net/**/*.*"/> - <zipfileset src="${junit.junit.lib}/junit.jar" - includes="junit/**/*.*"/> - </jar> - </target> - <!-- naming test --> <target name="_jars-naming"> <mkdir dir="${build.lib}"/> @@ -5904,6 +5859,7 @@ <!-- Exclude iiop they run in their own target --> <exclude name="**/test/*iiop/test/*"/> + <exclude name="org/jboss/test/media/**" />> </fileset> </batchtest> </junit> |
From: Scott M S. <st...@us...> - 2004-09-09 04:33:16
|
User: starksm Date: 04/09/08 21:33:08 Modified: . build.xml Log: Copy the ejb-management.jar to the testsuite/output/lib for the jsr77 tests Revision Changes Path 1.398 +4 -7 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.397 retrieving revision 1.398 diff -u -r1.397 -r1.398 --- build.xml 9 Sep 2004 04:17:03 -0000 1.397 +++ build.xml 9 Sep 2004 04:33:07 -0000 1.398 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.397 2004/09/09 04:17:03 starksm Exp $ --> +<!-- $Id: build.xml,v 1.398 2004/09/09 04:33:07 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -4327,12 +4327,9 @@ <target name="_jars-jsr77"> <mkdir dir="${build.lib}"/> - <!-- build jsr77-test.jar --> - <jar jarfile="${build.lib}/jsr77-test.jar"> - <fileset dir="${build.classes}"> - <include name="org/jboss/test/management/**"/> - </fileset> - </jar> + <!-- Copy the ejb connector --> + <copy file="${jboss.management.lib}/ejb-management.jar" + todir="${build.lib}"/> </target> <!-- load test --> |
From: Steve E. <ste...@us...> - 2004-09-09 05:24:49
|
User: steveebersole Date: 04/09/08 22:24:41 Modified: . build.xml Log: added building of hib-test.war Revision Changes Path 1.399 +14 -3 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.398 retrieving revision 1.399 diff -u -r1.398 -r1.399 --- build.xml 9 Sep 2004 04:33:07 -0000 1.398 +++ build.xml 9 Sep 2004 05:24:41 -0000 1.399 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.398 2004/09/09 04:33:07 starksm Exp $ --> +<!-- $Id: build.xml,v 1.399 2004/09/09 05:24:41 steveebersole Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -3160,8 +3160,19 @@ <include name="hib-test-ejb.jar" /> <include name="hib-test.har" /> </fileset> - </ear> - </target> + </ear> + + <war warfile="${build.lib}/hib-test.war" webxml="${source.resources}/hibernate/web/WEB-INF/web.xml"> + <lib dir="${build.lib}"> + <include name="hib-test.har"/> + </lib> + <classes dir="${build.classes}"> + <include name="org/jboss/test/hibernate/ProfileService*"/> + <include name="org/jboss/test/hibernate/web/*"/> + </classes> + </war> + + </target> <!-- idgen test --> <target name="_jars-idgen"> |
From: Kabir K. <ka...@us...> - 2004-09-09 11:09:36
|
User: kabkhan Date: 04/09/09 04:09:14 Modified: . build.xml Log: Got rid of 'The <fileset> type doesn't support nested text data' error Revision Changes Path 1.400 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.399 retrieving revision 1.400 diff -u -r1.399 -r1.400 --- build.xml 9 Sep 2004 05:24:41 -0000 1.399 +++ build.xml 9 Sep 2004 11:09:13 -0000 1.400 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.399 2004/09/09 05:24:41 steveebersole Exp $ --> +<!-- $Id: build.xml,v 1.400 2004/09/09 11:09:13 kabkhan Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -5867,7 +5867,7 @@ <!-- Exclude iiop they run in their own target --> <exclude name="**/test/*iiop/test/*"/> - <exclude name="org/jboss/test/media/**" />> + <exclude name="org/jboss/test/media/**" /> </fileset> </batchtest> </junit> |
From: Kabir K. <ka...@us...> - 2004-09-09 11:56:33
|
User: kabkhan Date: 04/09/09 04:56:25 Modified: . build.xml Log: excluded org/jboss/test/media folder from compilation Revision Changes Path 1.401 +6 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.400 retrieving revision 1.401 diff -u -r1.400 -r1.401 --- build.xml 9 Sep 2004 11:09:13 -0000 1.400 +++ build.xml 9 Sep 2004 11:56:24 -0000 1.401 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.400 2004/09/09 11:09:13 kabkhan Exp $ --> +<!-- $Id: build.xml,v 1.401 2004/09/09 11:56:24 kabkhan Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -78,6 +78,11 @@ <property name="module.Name" value="JBoss Testsuite"/> <property name="module.version" value="DEV"/> + <!-- ============================= --> + <!-- Folders excluded from compile --> + <!-- ============================= --> + <property name="javac.excludes">org/jboss/test/media/**</property> + <!-- ========= --> <!-- Libraries --> <!-- ========= --> |
From: Scott M S. <st...@us...> - 2004-09-09 19:23:42
|
User: starksm Date: 04/09/09 12:23:30 Modified: . build.xml Log: The codebase in the archivestest-service.xml needs to have any win32 drivespec stripped. A mapping from the win32.drive property to "" has been added for this. The default value of the win32.drive is the SYSTEMDRIVE env variable. Revision Changes Path 1.402 +22 -5 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.401 retrieving revision 1.402 diff -u -r1.401 -r1.402 --- build.xml 9 Sep 2004 11:56:24 -0000 1.401 +++ build.xml 9 Sep 2004 19:23:29 -0000 1.402 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.401 2004/09/09 11:56:24 kabkhan Exp $ --> +<!-- $Id: build.xml,v 1.402 2004/09/09 19:23:29 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -4254,7 +4254,10 @@ </fileset> </jar> + <property environment="env"/> + <property name="win32.drive" value="${env.SYSTEMDRIVE}" /> <pathconvert targetos="unix" property="codebaseURL"> + <map from="${win32.drive}" to=""/> <path path="${build.lib}"/> </pathconvert> <echo message="+++ codebase=${codebaseURL}"/> @@ -7520,8 +7523,22 @@ </style> </target> - <!-- include the mqstress test - remember that these tests need to be - manually updated when the version info of the server changes - --> - &mqstress; + <target name="test-path"> + <property environment="env"/> + <property name="win32.drive" value="${env.SYSTEMDRIVE}" /> + <echo message="win32.drive=${win32.drive}" /> + <pathconvert targetos="unix" property="codebaseURL"> + <map from="${win32.drive}" to=""/> + <path path="output/lib"/> + </pathconvert> + <echo message="+++ codebase=${codebaseURL}"/> + <echo message="+++ build.lib=${build.lib}"/> + <copy todir="output/lib" filtering="true" overwrite="true" + file="output/resources/jmx/archivestest-service.xml"> + <filterset> + <filter token="codebase" value="file://${codebaseURL}"/> + </filterset> + </copy> + </target> + </project> |
From: Kabir K. <ka...@us...> - 2004-09-09 20:08:02
|
User: kabkhan Date: 04/09/09 13:07:55 Modified: . build.xml Log: Set java.system.class.loader to AOP SystemClassLoader in junit call in tests-baseaop-unit target, to allow for loadtime aop transformations to take place when running its test case Revision Changes Path 1.403 +2 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.402 retrieving revision 1.403 diff -u -r1.402 -r1.403 --- build.xml 9 Sep 2004 19:23:29 -0000 1.402 +++ build.xml 9 Sep 2004 20:07:54 -0000 1.403 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.402 2004/09/09 19:23:29 starksm Exp $ --> +<!-- $Id: build.xml,v 1.403 2004/09/09 20:07:54 kabkhan Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -6157,6 +6157,7 @@ timeout="${junit.timeout}" jvm="${junit.jvm}"> + <sysproperty key="java.system.class.loader" value="org.jboss.aop.standalone.SystemClassLoader"/> <sysproperty key="jboss.aop.path" file="${source.resources}/aop/META-INF/jboss-aop.xml"/> <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/> <sysproperty key="build.testlog" value="${build.testlog}"/> |
From: Adrian B. <ej...@us...> - 2004-09-10 00:57:06
|
User: ejort Date: 04/09/09 17:56:49 Modified: . build.xml Log: Add logging of all RMI classloading activity to the dynamic loading test. This shows the codebase is null when it tries to load org.jboss.test.jrmp.ejb.AString. It should be pointing at the webserver on 8083?!? Revision Changes Path 1.404 +3 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.403 retrieving revision 1.404 diff -u -r1.403 -r1.404 --- build.xml 9 Sep 2004 20:07:54 -0000 1.403 +++ build.xml 10 Sep 2004 00:56:48 -0000 1.404 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.403 2004/09/09 20:07:54 kabkhan Exp $ --> +<!-- $Id: build.xml,v 1.404 2004/09/10 00:56:48 ejort Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -4327,6 +4327,7 @@ <include name="org/jboss/test/jrmp/test/DynLoading*.class"/> <include name="org/jboss/test/JBossTestCase.class"/> <include name="org/jboss/test/JBossTestServices.class"/> + <include name="org/jboss/test/util/LoggingRMIClassLoader.class"/> </fileset> </jar> @@ -6211,6 +6212,7 @@ value="${build.resources}/security/tst.policy"/> <sysproperty key="java.security.auth.login.config" value="${build.resources}/security/auth.conf"/> + <sysproperty key="java.rmi.server.RMIClassLoaderSpi" value="org.jboss.test.util.LoggingRMIClassLoader"/> <classpath> <pathelement path="${build.lib}/jrmp-dl-client.jar"/> |
From: Scott M S. <st...@us...> - 2004-09-11 16:30:14
|
User: starksm Date: 04/09/11 09:30:07 Modified: . build.xml Log: Update the app-client.ear and naming.jar Revision Changes Path 1.405 +14 -6 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.404 retrieving revision 1.405 diff -u -r1.404 -r1.405 --- build.xml 10 Sep 2004 00:56:48 -0000 1.404 +++ build.xml 11 Sep 2004 16:30:07 -0000 1.405 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.404 2004/09/10 00:56:48 ejort Exp $ --> +<!-- $Id: build.xml,v 1.405 2004/09/11 16:30:07 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -2297,13 +2297,22 @@ <metainf dir="${build.resources}/client"> <include name="*-client.xml"/> </metainf> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/client/test/SystemPropertyCallbackHandler.class"/> + </fileset> </jar> <ear earfile="${build.lib}/app-client.ear" appxml="${build.resources}/client/application.xml"> + <metainf dir="${build.resources}/client"> + <include name="jboss-app.xml"/> + </metainf> <fileset dir="${build.lib}"> <include name="cts.jar"/> <include name="app-client.jar"/> </fileset> + <fileset dir="${build.resources}/client"> + <include name="JndiConfig.bsh"/> + </fileset> </ear> </target> @@ -4483,8 +4492,11 @@ <include name="org/jboss/test/util/Debug.class"/> <include name="org/jboss/test/util/ejb/*"/> </fileset> + <fileset dir="${build.resources}/naming"> + <include name="JndiConfig.bsh"/> + </fileset> <zipfileset src="${junit.junit.lib}/junit.jar" - includes="junit/**/*.*"/> + includes="junit/framework/*.*,junit/runner/*.*"/> <fileset dir="${build.resources}/naming/jar"> <include name="META-INF/*.xml"/> </fileset> @@ -5837,10 +5849,6 @@ <path refid="tests.classpath"/> </classpath> - <!-- - <formatter classname="org.jboss.ant.taskdefs.XMLJUnitResultFormatter" - usefile="${junit.formatter.usefile}"/> - --> <formatter type="xml" usefile="${junit.formatter.usefile}"/> <batchtest todir="${build.reports}" |
From: Julien V. <vi...@us...> - 2004-09-11 21:47:55
|
User: vietj Date: 04/09/11 14:47:44 Modified: . build.xml Log: Added an optional attribute "interface" on the mbean element in jboss-service.xml. This enable to specify the full qualified name of an interface used to create the management interface of the MBean. It uses the javax.management.StandardMBean introduced in JMX 1.2 Revision Changes Path 1.406 +61 -51 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.405 retrieving revision 1.406 diff -u -r1.405 -r1.406 --- build.xml 11 Sep 2004 16:30:07 -0000 1.405 +++ build.xml 11 Sep 2004 21:47:43 -0000 1.406 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.405 2004/09/11 16:30:07 starksm Exp $ --> +<!-- $Id: build.xml,v 1.406 2004/09/11 21:47:43 vietj Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -78,7 +78,7 @@ <property name="module.Name" value="JBoss Testsuite"/> <property name="module.version" value="DEV"/> - <!-- ============================= --> + <!-- ============================= --> <!-- Folders excluded from compile --> <!-- ============================= --> <property name="javac.excludes">org/jboss/test/media/**</property> @@ -112,12 +112,12 @@ <!-- needed for proxy tests --> <path refid="apache.bcel.classpath"/> <!-- needed for security login module tests --> - <path refid="hsqldb.hsqldb.classpath"/> - - <!-- Need hibernate jar for hibernate-based tests --> - <path refid="hibernate2.classpath"/> - <path refid="odmg.classpath"/> - <path refid="cglib.classpath"/> + <path refid="hsqldb.hsqldb.classpath"/> + + <!-- Need hibernate jar for hibernate-based tests --> + <path refid="hibernate2.classpath"/> + <path refid="odmg.classpath"/> + <path refid="cglib.classpath"/> </path> <!-- ======= --> @@ -159,7 +159,7 @@ <path refid="jboss.system.classpath"/> <path refid="jboss.transaction.classpath"/> <path refid="jboss.varia.classpath"/> - <path refid="jboss.webservice.classpath"/> + <path refid="jboss.webservice.classpath"/> </path> <!-- ===== --> @@ -1269,7 +1269,7 @@ <include name="**/*"/> </fileset> </copy> - <!-- we copy the standard client-config to the resources folder + <!-- we copy the standard client-config to the resources folder <copy todir="${build.resources}" filtering="no"> <fileset dir="${jboss.jbossnet.etc}"> <include name="**/client-config.xml"/> @@ -2275,7 +2275,7 @@ </metainf> <fileset dir="${build.classes}"> <include name="org/jboss/test/classloader/scoping/naming/service/*"/> - </fileset> + </fileset> </jar> <war destfile="${build.lib}/shared-jndi.war" webxml="${build.resources}/classloader/scoping/naming/xml/web.xml"> @@ -3144,36 +3144,36 @@ </target> <!-- hibernate tests --> - <target name="_jars-hibernate"> - <mkdir dir="${build.lib}"/> + <target name="_jars-hibernate"> + <mkdir dir="${build.lib}"/> + + <jar basedir="${build.classes}" destfile="${build.lib}/hib-test.har"> + <metainf dir="${source.resources}/hibernate/mappings"> + <include name="*"/> + </metainf> + <metainf dir="${source.resources}/hibernate/har-deployment"> + <include name="*"/> + </metainf> + <include name="org/jboss/test/hibernate/model/*"/> + </jar> + + <jar basedir="${build.classes}" destfile="${build.lib}/hib-test-ejb.jar"> + <metainf dir="${source.resources}/hibernate/ejb/META-INF"> + <include name="*"/> + </metainf> + <include name="org/jboss/test/hibernate/ejb/**"/> + <include name="org/jboss/test/hibernate/ProfileService.class"/> + </jar> - <jar basedir="${build.classes}" destfile="${build.lib}/hib-test.har"> - <metainf dir="${source.resources}/hibernate/mappings"> - <include name="*"/> - </metainf> - <metainf dir="${source.resources}/hibernate/har-deployment"> - <include name="*"/> - </metainf> - <include name="org/jboss/test/hibernate/model/*"/> - </jar> - - <jar basedir="${build.classes}" destfile="${build.lib}/hib-test-ejb.jar"> - <metainf dir="${source.resources}/hibernate/ejb/META-INF"> - <include name="*"/> - </metainf> - <include name="org/jboss/test/hibernate/ejb/**"/> - <include name="org/jboss/test/hibernate/ProfileService.class"/> - </jar> - - <ear earfile="${build.lib}/hib-test.ear" - appxml="${source.resources}/hibernate/ear/application.xml"> - <metainf dir="${source.resources}/hibernate/ear"> - <include name="jboss-app.xml" /> - </metainf> - <fileset dir="${build.lib}"> - <include name="hib-test-ejb.jar" /> - <include name="hib-test.har" /> - </fileset> + <ear earfile="${build.lib}/hib-test.ear" + appxml="${source.resources}/hibernate/ear/application.xml"> + <metainf dir="${source.resources}/hibernate/ear"> + <include name="jboss-app.xml" /> + </metainf> + <fileset dir="${build.lib}"> + <include name="hib-test-ejb.jar" /> + <include name="hib-test.har" /> + </fileset> </ear> <war warfile="${build.lib}/hib-test.war" webxml="${source.resources}/hibernate/web/WEB-INF/web.xml"> @@ -4287,6 +4287,16 @@ <include name="META-INF/*.xml"/> </fileset> </jar> + + <!-- explicit standard interface sar --> + <jar jarfile="${build.lib}/explicit-standard-interface.sar"> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/jmx/standard/**"/> + </fileset> + <fileset dir="${build.resources}/jmx/standard"> + <include name="META-INF/jboss-service.xml"/> + </fileset> + </jar> </target> <!-- jrmp test --> @@ -5663,7 +5673,7 @@ <include name="**/*.xml"/> </fileset> </jar> - </target> + </target> <!-- ================================================================== --> @@ -5791,12 +5801,12 @@ <target name="tests-clustering-noreport" depends="init, tests-clustering-unit,tests-http-clustering-unit"> </target> - + <!-- HTTP Clustering Tests--> <target name="tests-http-clustering-noreport" depends="init, tests-http-clustering-unit"> </target> - + <target name="tests-http-clustering" description="Execute clustering tests requiring two nodes." depends="init, tests-http-clustering-noreport, tests-report-xml"> </target> @@ -5980,7 +5990,7 @@ </batchtest> </junit> </target> - + <!-- Test HTTP Clustering --> <target name="tests-http-clustering-unit" depends="maybejars"> <mkdir dir="${build.reports}"/> @@ -6007,10 +6017,10 @@ <antcall target="tests-http-cluster"> </antcall> --> </target> - + <target name="shutdowninstance"> <echo>Shutting Down an Instance of JBoss Running</echo> - <java classname="org.jboss.Shutdown" fork="yes" > + <java classname="org.jboss.Shutdown" fork="yes" > <arg value="-s ${instanceport}"/> <classpath> <pathelement location="/Users/anil/jboss-head/build/output/jboss-4.0.0DR4/bin/shutdown.jar"/> @@ -6018,8 +6028,8 @@ </classpath> </java> </target> - - + + <target name="tests-http-cluster"> <echo>Calling tests-http-cluster</echo> <junit dir="${module.output}" @@ -6033,7 +6043,7 @@ <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/> <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}"/> @@ -6047,14 +6057,14 @@ haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}"> - <fileset dir="${build.classes}"> + <fileset dir="${build.classes}"> <!-- Following added by Anil --> <include name="org/jboss/test/cluster/**/*UnitTestCase*.class"/> </fileset> </batchtest> </junit> </target> - + <target name="tests-standalone-aop-unit" depends="maybejars"> <!-- |
From: Julien V. <vi...@us...> - 2004-09-11 23:47:59
|
User: vietj Date: 04/09/11 16:47:50 Modified: . Tag: Branch_3_2 build.xml Log: Backport from HEAD : - Added an optional attribute "interface" on the mbean element in jboss-service.xml. This enable to specify the full qualified name of an interface used to create the management interface of the MBean. It uses the javax.management.StandardMBean introduced in JMX 1.2 - Added an operation register(ObjectName) and register(ObjectName,Collection) that allow one to register a dependency without triggering the create step of the service Revision Changes Path No revision No revision 1.165.2.163 +11 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.162 retrieving revision 1.165.2.163 diff -u -r1.165.2.162 -r1.165.2.163 --- build.xml 26 Aug 2004 05:57:43 -0000 1.165.2.162 +++ build.xml 11 Sep 2004 23:47:37 -0000 1.165.2.163 @@ -15,7 +15,7 @@ <!-- --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.165.2.162 2004/08/26 05:57:43 ovidiuf Exp $ --> +<!-- $Id: build.xml,v 1.165.2.163 2004/09/11 23:47:37 vietj Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -2899,6 +2899,16 @@ <include name="META-INF/*.xml"/> </fileset> </jar> + + <!-- explicit standard interface sar --> + <jar jarfile="${build.lib}/explicit-standard-interface.sar"> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/jmx/standard/**"/> + </fileset> + <fileset dir="${build.resources}/jmx/standard"> + <include name="META-INF/jboss-service.xml"/> + </fileset> + </jar> </target> <!-- isolation test --> |
From: Steve E. <ste...@us...> - 2004-09-18 02:54:50
|
User: steveebersole Date: 04/09/17 19:54:44 Modified: . build.xml Log: modified hibernate tests for new intg code Revision Changes Path 1.407 +1 -11 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406 retrieving revision 1.407 diff -u -r1.406 -r1.407 --- build.xml 11 Sep 2004 21:47:43 -0000 1.406 +++ build.xml 18 Sep 2004 02:54:43 -0000 1.407 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.406 2004/09/11 21:47:43 vietj Exp $ --> +<!-- $Id: build.xml,v 1.407 2004/09/18 02:54:43 steveebersole Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -3176,16 +3176,6 @@ </fileset> </ear> - <war warfile="${build.lib}/hib-test.war" webxml="${source.resources}/hibernate/web/WEB-INF/web.xml"> - <lib dir="${build.lib}"> - <include name="hib-test.har"/> - </lib> - <classes dir="${build.classes}"> - <include name="org/jboss/test/hibernate/ProfileService*"/> - <include name="org/jboss/test/hibernate/web/*"/> - </classes> - </war> - </target> <!-- idgen test --> |
From: Steve E. <ste...@us...> - 2004-09-20 13:54:16
|
User: steveebersole Date: 04/09/20 06:54:10 Modified: . Tag: Branch_4_0 build.xml Log: porting new Hibernate intg code to 4.0 branch Revision Changes Path No revision No revision 1.406.2.1 +1 -11 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406 retrieving revision 1.406.2.1 diff -u -r1.406 -r1.406.2.1 --- build.xml 11 Sep 2004 21:47:43 -0000 1.406 +++ build.xml 20 Sep 2004 13:54:08 -0000 1.406.2.1 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.406 2004/09/11 21:47:43 vietj Exp $ --> +<!-- $Id: build.xml,v 1.406.2.1 2004/09/20 13:54:08 steveebersole Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -3176,16 +3176,6 @@ </fileset> </ear> - <war warfile="${build.lib}/hib-test.war" webxml="${source.resources}/hibernate/web/WEB-INF/web.xml"> - <lib dir="${build.lib}"> - <include name="hib-test.har"/> - </lib> - <classes dir="${build.classes}"> - <include name="org/jboss/test/hibernate/ProfileService*"/> - <include name="org/jboss/test/hibernate/web/*"/> - </classes> - </war> - </target> <!-- idgen test --> |
From: Adrian B. <ej...@us...> - 2004-09-23 12:09:43
|
User: ejort Date: 04/09/23 05:09:34 Modified: . build.xml Log: AdminObject tests Revision Changes Path 1.408 +21 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.407 retrieving revision 1.408 diff -u -r1.407 -r1.408 --- build.xml 18 Sep 2004 02:54:43 -0000 1.407 +++ build.xml 23 Sep 2004 12:09:33 -0000 1.408 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.407 2004/09/18 02:54:43 steveebersole Exp $ --> +<!-- $Id: build.xml,v 1.408 2004/09/23 12:09:33 ejort Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -3588,6 +3588,26 @@ </fileset> </copy> + <!-- build adminobject adapter --> + <jar jarfile="${build.lib}/testadminobject.jar"> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/jca/adminobject/**"/> + </fileset> + </jar> + <jar jarfile="${build.lib}/testadminobject.rar"> + <fileset dir="${build.lib}"> + <include name="testadminobject.jar"/> + </fileset> + <fileset dir="${build.resources}/jca/adminobject"> + <include name="META-INF/ra.xml"/> + </fileset> + </jar> + <copy todir="${build.lib}" filtering="no"> + <fileset dir="${build.resources}/jca/adminobject"> + <include name="*.xml"/> + </fileset> + </copy> + <!-- build inflow adapter --> <jar jarfile="${build.lib}/jcainflow.jar"> <fileset dir="${build.classes}"> |
From: Adrian B. <ej...@us...> - 2004-09-23 12:58:10
|
User: ejort Date: 04/09/23 05:58:05 Modified: . Tag: Branch_4_0 build.xml Log: Admin object tests Revision Changes Path No revision No revision 1.406.2.2 +21 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406.2.1 retrieving revision 1.406.2.2 diff -u -r1.406.2.1 -r1.406.2.2 --- build.xml 20 Sep 2004 13:54:08 -0000 1.406.2.1 +++ build.xml 23 Sep 2004 12:58:04 -0000 1.406.2.2 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.406.2.1 2004/09/20 13:54:08 steveebersole Exp $ --> +<!-- $Id: build.xml,v 1.406.2.2 2004/09/23 12:58:04 ejort Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -3588,6 +3588,26 @@ </fileset> </copy> + <!-- build adminobject adapter --> + <jar jarfile="${build.lib}/testadminobject.jar"> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/jca/adminobject/**"/> + </fileset> + </jar> + <jar jarfile="${build.lib}/testadminobject.rar"> + <fileset dir="${build.lib}"> + <include name="testadminobject.jar"/> + </fileset> + <fileset dir="${build.resources}/jca/adminobject"> + <include name="META-INF/ra.xml"/> + </fileset> + </jar> + <copy todir="${build.lib}" filtering="no"> + <fileset dir="${build.resources}/jca/adminobject"> + <include name="*.xml"/> + </fileset> + </copy> + <!-- build inflow adapter --> <jar jarfile="${build.lib}/jcainflow.jar"> <fileset dir="${build.classes}"> |
From: Thomas D. <tdi...@us...> - 2004-09-23 14:38:49
|
User: tdiesler Date: 04/09/23 07:38:40 Modified: . build.xml Log: Add webservice user exception test Revision Changes Path 1.409 +46 -3 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.408 retrieving revision 1.409 diff -u -r1.408 -r1.409 --- build.xml 23 Sep 2004 12:09:33 -0000 1.408 +++ build.xml 23 Sep 2004 14:38:40 -0000 1.409 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.408 2004/09/23 12:09:33 ejort Exp $ --> +<!-- $Id: build.xml,v 1.409 2004/09/23 14:38:40 tdiesler Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -1173,6 +1173,21 @@ destdir="${build.resources}/cache/META-INF"/> </ejbdoclet> + <!-- webservice test --> + <mkdir dir="${build.resources}/webservice/exception/META-INF"/> + <ejbdoclet destdir="${build.gen-src}" + ejbspec="2.0" + excludedtags="@version,@author"> + <fileset dir="${source.java}"> + <include name="org/jboss/test/webservice/exception/*BeanImpl.java"/> + </fileset> + <remoteinterface/> + <homeinterface/> + <jboss xmlencoding="UTF-8" + version="3.0" + destdir="${build.resources}/webservice/exception/META-INF"/> + </ejbdoclet> + </target> <target name="compile-mbean-sources" depends="init" unless="noxdoclet"> @@ -5605,7 +5620,7 @@ </fileset> </ear> - <!-- build ws4eehandlerflow-ejb.ear --> + <!-- build ws4eehandlerflow-ejb.jar --> <jar destfile="${build.lib}/ws4eehandlerflow.jar" manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> <include name="org/jboss/test/webservice/handlerflow/HelloHome.class"/> @@ -5653,6 +5668,35 @@ </webinf> </war> + <!-- build ws4eeexception.jar --> + <jar destfile="${build.lib}/ws4eeexception.jar" manifest="${build.etc}/manifest.mf"> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/webservice/exception/*.class"/> + <exclude name="**/*TestCase.class"/> + </fileset> + <metainf dir="${build.resources}/webservice/exception/META-INF"> + <include name="ejb-jar.xml"/> + <include name="jboss.xml"/> + <include name="jaxrpc-mapping.xml"/> + <include name="webservices.xml"/> + <include name="wsdl/*.wsdl"/> + </metainf> + </jar> + + <!-- build ws4eeexception-client.jar --> + <jar destfile="${build.lib}/ws4eeexception-client.jar" manifest="${build.etc}/manifest.mf"> + <fileset dir="${build.classes}"> + <include name="org/jboss/test/webservice/exception/*Service.class"/> + <include name="org/jboss/test/webservice/exception/*ServiceInterface.class"/> + </fileset> + <metainf dir="${build.resources}/webservice/exception/META-INF"> + <include name="application-client.xml"/> + <include name="jboss-client.xml"/> + <include name="jaxrpc-mapping.xml"/> + <include name="wsdl/*.wsdl"/> + </metainf> + </jar> + </target> <!-- xa test --> @@ -6629,7 +6673,6 @@ <property environment="env"/> <property name="jboss.home" value="${env.JBOSS_HOME}"/> - <echo message="java.endorsed.dirs=${jboss.home}/lib/endorsed"/> <junit dir="${module.output}" printsummary="${junit.printsummary}" |
From: Thomas D. <tdi...@us...> - 2004-09-24 15:15:11
|
User: tdiesler Date: 04/09/24 08:15:05 Modified: . build.xml Log: Add doc/literal test for arrays Revision Changes Path 1.410 +49 -44 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.409 retrieving revision 1.410 diff -u -r1.409 -r1.410 --- build.xml 23 Sep 2004 14:38:40 -0000 1.409 +++ build.xml 24 Sep 2004 15:15:04 -0000 1.410 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.409 2004/09/23 14:38:40 tdiesler Exp $ --> +<!-- $Id: build.xml,v 1.410 2004/09/24 15:15:04 tdiesler Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -1173,7 +1173,7 @@ destdir="${build.resources}/cache/META-INF"/> </ejbdoclet> - <!-- webservice test --> + <!-- webservice/exception test --> <mkdir dir="${build.resources}/webservice/exception/META-INF"/> <ejbdoclet destdir="${build.gen-src}" ejbspec="2.0" @@ -1187,6 +1187,17 @@ version="3.0" destdir="${build.resources}/webservice/exception/META-INF"/> </ejbdoclet> + <!-- webservice/marshalltest test --> + <mkdir dir="${build.resources}/webservice/marshalltest/META-INF"/> + <ejbdoclet destdir="${build.gen-src}" + ejbspec="2.0" + excludedtags="@version,@author"> + <fileset dir="${source.java}"> + <include name="org/jboss/test/webservice/marshalltest/*BeanImpl.java"/> + </fileset> + <remoteinterface/> + <homeinterface/> + </ejbdoclet> </target> @@ -1355,7 +1366,7 @@ <arg value="-sMarshallTestPort"/> <arg value="-yRPC"/> <arg value="-uENCODED"/> - <arg value="org.jboss.test.webservice.marshalltest.MarshallTestEndpoint"/> + <arg value="org.jboss.test.webservice.marshalltest.MarshallRpcServiceInterface"/> </java> <mkdir dir="${build.resources}/webservice/marshalltest-rpclit/META-INF/wsdl"/> <java classname="org.apache.axis.wsdl.Java2WSDL" fork="yes"> @@ -1368,7 +1379,7 @@ <arg value="-sMarshallTestPort"/> <arg value="-yRPC"/> <arg value="-uLITERAL"/> - <arg value="org.jboss.test.webservice.marshalltest.MarshallTestEndpoint"/> + <arg value="org.jboss.test.webservice.marshalltest.MarshallRpcServiceInterface"/> </java> <mkdir dir="${build.resources}/webservice/marshalltest-doclit/META-INF/wsdl"/> <java classname="org.apache.axis.wsdl.Java2WSDL" fork="yes"> @@ -1381,7 +1392,7 @@ <arg value="-sMarshallTestPort"/> <arg value="-yDOCUMENT"/> <arg value="-uLITERAL"/> - <arg value="org.jboss.test.webservice.marshalltest.MarshallTestEndpoint"/> + <arg value="org.jboss.test.webservice.marshalltest.MarshallRpcServiceInterface"/> </java> <!-- webservice/handlerflow --> @@ -5502,32 +5513,30 @@ <!-- build ws4eemarshall-rpcenc.ear --> <jar destfile="${build.lib}/ws4eemarshall-rpcenc.jar" manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> - <include name="org/jboss/test/webservice/marshalltest/MarshallTestHome.class"/> - <include name="org/jboss/test/webservice/marshalltest/MarshallTestRemote.class"/> - <include name="org/jboss/test/webservice/marshalltest/MarshallTestEndpoint.class"/> - <include name="org/jboss/test/webservice/marshalltest/MarshallTestBean.class"/> - <include name="org/jboss/test/webservice/marshalltest/Bean.class"/> + <include name="org/jboss/test/webservice/marshalltest/MarshallRpcBeanHome.class"/> + <include name="org/jboss/test/webservice/marshalltest/MarshallRpcBean.class"/> + <include name="org/jboss/test/webservice/marshalltest/MarshallRpcServiceInterface.class"/> + <include name="org/jboss/test/webservice/marshalltest/MarshallRpcBeanImpl.class"/> + <include name="org/jboss/test/webservice/marshalltest/types/Bean.class"/> </fileset> - <metainf dir="${build.resources}/webservice/marshalltest/META-INF"> - <include name="ejb-jar.xml"/> - <include name="jboss.xml"/> - </metainf> <metainf dir="${build.resources}/webservice/marshalltest-rpcenc/META-INF"> <include name="webservices.xml"/> <include name="jaxrpc-mapping.xml"/> - <include name="wsdl/rpc-encoded.wsdl"/> + <include name="ejb-jar.xml"/> + <include name="jboss.xml"/> + <include name="wsdl/*.wsdl"/> </metainf> </jar> <jar destfile="${build.lib}/ws4eemarshall-rpcenc-client.jar" manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> - <include name="org/jboss/test/webservice/marshalltest/MarshallTestEndpoint.class"/> - <include name="org/jboss/test/webservice/marshalltest/Bean.class"/> + <include name="org/jboss/test/webservice/marshalltest/MarshallRpcServiceInterface.class"/> + <include name="org/jboss/test/webservice/marshalltest/types/Bean.class"/> </fileset> <metainf dir="${build.resources}/webservice/marshalltest-rpcenc/META-INF"> <include name="application-client.xml"/> <include name="jboss-client.xml"/> <include name="jaxrpc-mapping.xml"/> - <include name="wsdl/rpc-encoded.wsdl"/> + <include name="wsdl/*.wsdl"/> </metainf> </jar> <ear destfile="${build.lib}/ws4eemarshall-rpcenc.ear" manifest="${build.etc}/manifest.mf" @@ -5541,34 +5550,32 @@ <!-- build ws4eemarshall-rpclit.ear --> <jar destfile="${build.lib}/ws4eemarshall-rpclit.jar" manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> - <include name="org/jboss/test/webservice/marshalltest/MarshallTestHome.class"/> - <include name="org/jboss/test/webservice/marshalltest/MarshallTestRemote.class"/> - <include name="org/jboss/test/webservice/marshalltest/MarshallTestEndpoint.class"/> - <include name="org/jboss/test/webservice/marshalltest/MarshallTestBean.class"/> - <include name="org/jboss/test/webservice/marshalltest/Bean.class"/> + <include name="org/jboss/test/webservice/marshalltest/MarshallRpcBeanHome.class"/> + <include name="org/jboss/test/webservice/marshalltest/MarshallRpcBean.class"/> + <include name="org/jboss/test/webservice/marshalltest/MarshallRpcServiceInterface.class"/> + <include name="org/jboss/test/webservice/marshalltest/MarshallRpcBeanImpl.class"/> + <include name="org/jboss/test/webservice/marshalltest/types/Bean.class"/> </fileset> - <metainf dir="${build.resources}/webservice/marshalltest/META-INF"> - <include name="ejb-jar.xml"/> - <include name="jboss.xml"/> - </metainf> <metainf dir="${build.resources}/webservice/marshalltest-rpclit/META-INF"> <include name="webservices.xml"/> <include name="jaxrpc-mapping.xml"/> <include name="ws4ee-deployment.xml"/> - <include name="wsdl/rpc-literal.wsdl"/> + <include name="ejb-jar.xml"/> + <include name="jboss.xml"/> + <include name="wsdl/*.wsdl"/> </metainf> </jar> <jar destfile="${build.lib}/ws4eemarshall-rpclit-client.jar" manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> - <include name="org/jboss/test/webservice/marshalltest/MarshallTestEndpoint.class"/> - <include name="org/jboss/test/webservice/marshalltest/Bean.class"/> + <include name="org/jboss/test/webservice/marshalltest/MarshallRpcServiceInterface.class"/> + <include name="org/jboss/test/webservice/marshalltest/types/Bean.class"/> </fileset> <metainf dir="${build.resources}/webservice/marshalltest-rpclit/META-INF"> <include name="application-client.xml"/> <include name="jboss-client.xml"/> <include name="jaxrpc-mapping.xml"/> <include name="ws4ee-deployment.xml"/> - <include name="wsdl/rpc-literal.wsdl"/> + <include name="wsdl/*.wsdl"/> </metainf> </jar> <ear destfile="${build.lib}/ws4eemarshall-rpclit.ear" manifest="${build.etc}/manifest.mf" @@ -5582,34 +5589,32 @@ <!-- build ws4eemarshall-doclit.ear --> <jar destfile="${build.lib}/ws4eemarshall-doclit.jar" manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> - <include name="org/jboss/test/webservice/marshalltest/MarshallTestHome.class"/> - <include name="org/jboss/test/webservice/marshalltest/MarshallTestRemote.class"/> - <include name="org/jboss/test/webservice/marshalltest/MarshallTestEndpoint.class"/> - <include name="org/jboss/test/webservice/marshalltest/MarshallTestBean.class"/> - <include name="org/jboss/test/webservice/marshalltest/Bean.class"/> + <include name="org/jboss/test/webservice/marshalltest/MarshallDocBeanHome.class"/> + <include name="org/jboss/test/webservice/marshalltest/MarshallDocBean.class"/> + <include name="org/jboss/test/webservice/marshalltest/MarshallDocServiceInterface.class"/> + <include name="org/jboss/test/webservice/marshalltest/MarshallDocBeanImpl.class"/> + <include name="org/jboss/test/webservice/marshalltest/types/*"/> </fileset> - <metainf dir="${build.resources}/webservice/marshalltest/META-INF"> - <include name="ejb-jar.xml"/> - <include name="jboss.xml"/> - </metainf> <metainf dir="${build.resources}/webservice/marshalltest-doclit/META-INF"> <include name="webservices.xml"/> <include name="jaxrpc-mapping.xml"/> <include name="ws4ee-deployment.xml"/> - <include name="wsdl/doc-literal.wsdl"/> + <include name="ejb-jar.xml"/> + <include name="jboss.xml"/> + <include name="wsdl/*.wsdl"/> </metainf> </jar> <jar destfile="${build.lib}/ws4eemarshall-doclit-client.jar" manifest="${build.etc}/manifest.mf"> <fileset dir="${build.classes}"> - <include name="org/jboss/test/webservice/marshalltest/MarshallTestEndpoint.class"/> - <include name="org/jboss/test/webservice/marshalltest/Bean.class"/> + <include name="org/jboss/test/webservice/marshalltest/MarshallDocServiceInterface.class"/> + <include name="org/jboss/test/webservice/marshalltest/types/*"/> </fileset> <metainf dir="${build.resources}/webservice/marshalltest-doclit/META-INF"> <include name="application-client.xml"/> <include name="jboss-client.xml"/> <include name="jaxrpc-mapping.xml"/> <include name="ws4ee-deployment.xml"/> - <include name="wsdl/doc-literal.wsdl"/> + <include name="wsdl/*.wsdl"/> </metainf> </jar> <ear destfile="${build.lib}/ws4eemarshall-doclit.ear" manifest="${build.etc}/manifest.mf" |
From: Dimitris A. <an...@us...> - 2004-10-05 00:24:23
|
User: andd Date: 04/10/04 17:24:12 Modified: . build.xml Log: adding "javac.source" (defined in buildmagic.ent as 1.4) that overrides the default 1.5 which won't compile our code for the time being. Revision Changes Path 1.411 +6 -5 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.410 retrieving revision 1.411 diff -u -r1.410 -r1.411 --- build.xml 24 Sep 2004 15:15:04 -0000 1.410 +++ build.xml 5 Oct 2004 00:24:12 -0000 1.411 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.410 2004/09/24 15:15:04 tdiesler Exp $ --> +<!-- $Id: build.xml,v 1.411 2004/10/05 00:24:12 andd Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -1272,6 +1272,7 @@ <javac destdir="${build.classes}" optimize="${javac.optimize}" target="${javac.target}" + source="${javac.source}" debug="${javac.debug}" depend="${javac.depend}" verbose="${javac.verbose}" @@ -2183,7 +2184,7 @@ </copy> <javac destdir="${build.classes}" optimize="${javac.optimize}" - target="${javac.target}" debug="${javac.debug}"> + target="${javac.target}" source="${javac.source}" debug="${javac.debug}"> <src path="${build.gen-src}"/> <src path="${source.java}"/> <classpath refid="tests.classpath"/> @@ -2218,7 +2219,7 @@ </copy> <javac destdir="${build.classes}" optimize="${javac.optimize}" - target="${javac.target}" debug="${javac.debug}"> + target="${javac.target}" source="${javac.source}" debug="${javac.debug}"> <src path="${build.gen-src}"/> <src path="${source.java}"/> <classpath refid="tests.classpath"/> @@ -2690,7 +2691,7 @@ file="${source.java}/org/jboss/test/cts/service/CtsCmpService_V1.txt" overwrite="true"/> <javac destdir="${build.classes}" optimize="${javac.optimize}" - target="${javac.target}" debug="${javac.debug}"> + target="${javac.target}" source="${javac.source}" debug="${javac.debug}"> <src path="${build.gen-src}"/> <src path="${source.java}"/> <classpath refid="tests.classpath"/> @@ -2754,7 +2755,7 @@ file="${source.java}/org/jboss/test/cts/service/CtsCmpService_V2.txt" overwrite="true"/> <javac destdir="${build.classes}" optimize="${javac.optimize}" - target="${javac.target}" debug="${javac.debug}"> + target="${javac.target}" source="${javac.source}" debug="${javac.debug}"> <src path="${build.gen-src}"/> <src path="${source.java}"/> <classpath refid="tests.classpath"/> |
From: Alexey L. <lou...@us...> - 2004-10-06 09:42:27
|
User: loubyansky Date: 04/10/06 02:42:18 Modified: . Tag: Branch_3_2 build.xml Log: added cmp2-cacheinvalidation.jar Revision Changes Path No revision No revision 1.165.2.164 +16 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.163 retrieving revision 1.165.2.164 diff -u -r1.165.2.163 -r1.165.2.164 --- build.xml 11 Sep 2004 23:47:37 -0000 1.165.2.163 +++ build.xml 6 Oct 2004 09:42:15 -0000 1.165.2.164 @@ -15,7 +15,7 @@ <!-- --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.165.2.163 2004/09/11 23:47:37 vietj Exp $ --> +<!-- $Id: build.xml,v 1.165.2.164 2004/10/06 09:42:15 loubyansky Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -3994,6 +3994,21 @@ includes="junit/**/*.*"/> </jar> + <!-- build cmp2-cacheinvalidation.jar --> + <jar jarfile="${build.lib}/cmp2-cacheinvalidation.jar"> + <fileset dir="${build.classes}"> + <patternset refid="common.test.client.classes"/> + <include name="org/jboss/test/cmp2/cacheinvalidation/**"/> + </fileset> + <fileset dir="${build.resources}/cmp2/cacheinvalidation"> + <include name="**/*.*"/> + </fileset> + <zipfileset src="${junitejb.junitejb.lib}/junitejb.jar" + includes="net/**/*.*"/> + <zipfileset src="${junit.junit.lib}/junit.jar" + includes="junit/**/*.*"/> + </jar> + <!-- build cmp2-readonly.jar --> <jar jarfile="${build.lib}/cmp2-readonly.jar"> <fileset dir="${build.classes}"> |
From: Alexey L. <lou...@us...> - 2004-10-07 09:52:44
|
User: loubyansky Date: 04/10/07 02:52:24 Modified: . Tag: Branch_3_2 build.xml Log: create cache invalidation JAR per container configuration using corresponding jboss.xml Revision Changes Path No revision No revision 1.165.2.165 +18 -5 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.164 retrieving revision 1.165.2.165 diff -u -r1.165.2.164 -r1.165.2.165 --- build.xml 6 Oct 2004 09:42:15 -0000 1.165.2.164 +++ build.xml 7 Oct 2004 09:52:21 -0000 1.165.2.165 @@ -15,7 +15,7 @@ <!-- --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.165.2.164 2004/10/06 09:42:15 loubyansky Exp $ --> +<!-- $Id: build.xml,v 1.165.2.165 2004/10/07 09:52:21 loubyansky Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -3995,6 +3995,8 @@ </jar> <!-- build cmp2-cacheinvalidation.jar --> + <copy file="${build.resources}/cmp2/cacheinvalidation/META-INF/jdbcpm-jboss.xml" + tofile="${build.resources}/cmp2/cacheinvalidation/META-INF/jboss.xml"/> <jar jarfile="${build.lib}/cmp2-cacheinvalidation.jar"> <fileset dir="${build.classes}"> <patternset refid="common.test.client.classes"/> @@ -4002,12 +4004,23 @@ </fileset> <fileset dir="${build.resources}/cmp2/cacheinvalidation"> <include name="**/*.*"/> + <exclude name="**/jdbc*.xml"/> + </fileset> + </jar> + <delete file="${build.resources}/cmp2/cacheinvalidation/META-INF/jboss.xml"/> + <copy file="${build.resources}/cmp2/cacheinvalidation/META-INF/jdbc2pm-jboss.xml" + tofile="${build.resources}/cmp2/cacheinvalidation/META-INF/jboss.xml"/> + <jar jarfile="${build.lib}/cmp2-jdbc2pm-cacheinvalidation.jar"> + <fileset dir="${build.classes}"> + <patternset refid="common.test.client.classes"/> + <include name="org/jboss/test/cmp2/cacheinvalidation/**"/> + </fileset> + <fileset dir="${build.resources}/cmp2/cacheinvalidation"> + <include name="**/*.*"/> + <exclude name="**/jdbc*.xml"/> </fileset> - <zipfileset src="${junitejb.junitejb.lib}/junitejb.jar" - includes="net/**/*.*"/> - <zipfileset src="${junit.junit.lib}/junit.jar" - includes="junit/**/*.*"/> </jar> + <delete file="${build.resources}/cmp2/cacheinvalidation/META-INF/jboss.xml"/> <!-- build cmp2-readonly.jar --> <jar jarfile="${build.lib}/cmp2-readonly.jar"> |