User: user57  
  Date: 01/07/05 17:38:51

  Modified:    src/build/subprojects build-xa.xml
  Log:
   o changed xatest.sh to use the JUnit runner & cleaned up classpath.
   o cleaned up commandline in mq-test.sh.
   o Changed XATest so that it deploys/tests/undeploys.
   o Added a createTables() method in XATestBean that will try to drop/create
     the required tables in the datasources.
   o Changd the jboss.xml to use java:/DefaultDS and java:/InstantDB for the
     two datasource references.
   o Updated the build for the xatest to include the org.jboss.test.util classes.
  
  Revision  Changes    Path
  1.4       +1 -1      jbosstest/src/build/subprojects/build-xa.xml
  
  Index: build-xa.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/build/subprojects/build-xa.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build-xa.xml      2001/06/09 16:36:40     1.3
  +++ build-xa.xml      2001/07/06 00:38:51     1.4
  @@ -28,7 +28,7 @@
           <jar jarfile="${build.lib.dir}/xatestclient.jar"
                basedir="${build.classes.dir}"
                manifest="${etc.dir}/manifest.mf"
  -             
includes="org/jboss/test/xa/interfaces/**,org/jboss/test/xa/test/**,client.policy"
  +             
includes="org/jboss/test/util/**,org/jboss/test/xa/interfaces/**,org/jboss/test/xa/test/**,client.policy"
           />
   
           <jar jarfile="${build.deploy.dir}/xatest.jar"
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to