User: user57  
  Date: 02/01/02 20:01:01

  Modified:    .        build.xml
  Log:
   o migrated all components to a new JMX domain name model.  jboss.system
     is now where to core/spine components live.  moved all components that
     were in JBOSS-SYSTEM that did not move into a jboss.* domain into
     jboss (where the server is now registered).  The point was to limit the
     members of jboss.system to core bits only.
   o Created org.jboss.system.Server, which does the work of initialization
     that org.jboss.Main used to do.  Main now only parses the command line,
     sets up basic legecy properties and creates a Server instance.
   o Moved functionality of Shutdown (component not cl tool) into Server (
     which is bound as jboss.system:service=Server)
   o Moved more Runtime access from Info into Server.  Exposed memory info
     as attributes.
   o Logging a WARN everywhere that uses System.getProperty("jboss.system.home")
     as that should go away soon/eventually.
   o Initialized the invokerMap in the harmi impl to avoid NPE
   o Made getopt.jar a member of the lib/* dir instead of adding it to the
     run.jar and shutdown.jars each time.
   o Minor cosmetic changes along the way.
  
  Revision  Changes    Path
  1.54      +6 -1      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- build.xml 2002/01/02 18:54:57     1.53
  +++ build.xml 2002/01/03 04:01:01     1.54
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.53 2002/01/02 18:54:57 ejort Exp $ -->
  +<!-- $Id: build.xml,v 1.54 2002/01/03 04:01:01 user57 Exp $ -->
   
   <project default="main" name="JBoss/Testsuite">
   
  @@ -1601,6 +1601,11 @@
             <exclude name="**/test/jrmp/test/DynLoadingUnitTestCase.class"/>
             <exclude name="**/test/security/test/*"/>
   
  +          <!-- Takes way too long, needs to be fixed to handle timeouts -->
  +          <!--
  +          <exclude name="**/test/jmsra/test/*"/>
  +          -->
  +          
             <!-- Exclude XAUnitTestCase until it can be updated -->
             <exclude name="**/test/xa/test/XAUnitTestCase.class"/>
           </fileset>
  
  
  

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

Reply via email to