User: user57  
  Date: 02/02/11 19:22:01

  Modified:    jboss    build.xml
  Log:
   o Adding SafeObjectFactory, which simply makes ObjectNames and
     turns ant malformed exceptions into Errors.  This is used to
     create ObjectName OBJECT_NAME fields, so we don't have to keep
     creating new ObjectNames all the time.
   o MainDeployer & ServiceController use new ObjectName OBJECT_NAME
   o Updated refering classes to not wrap OBJECT_NAME with new ObjectName
   o Using MBeanProxy to talk to ServiceController (and MainDeployer
     in some areas).  MBeanProxy is a central location to put in that
     pesky JMX exception handling + is tidies up the code base.  Can
     evevntually optimize this to make it veru efficient too.
   o Putting org.jboss.util classes into lib/ext/jboss-util.jar and adding
     it to the bootlibraries, so that the core system components have access
     to these when loading (not just when running, aka after
     jboss-service.xml loads).
   * Need to clean up jboss-util, move deployable stuff out of it and such
     (they don't really belong there).
   o updated modules that needed util, to include jboss-util.jar in there
     external module config
  
  Revision  Changes    Path
  1.69      +2 -1      build/jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.xml,v
  retrieving revision 1.68
  retrieving revision 1.69
  diff -u -r1.68 -r1.69
  --- build.xml 4 Feb 2002 21:25:59 -0000       1.68
  +++ build.xml 12 Feb 2002 03:22:01 -0000      1.69
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.68 2002/02/04 21:25:59 patriot1burke Exp $ -->
  +<!-- $Id: build.xml,v 1.69 2002/02/12 03:22:01 user57 Exp $ -->
   
   <project default="main" name="JBoss/Build">
   
  @@ -431,6 +431,7 @@
       <copy todir="${install.lib.ext}" filtering="no">
         <fileset dir="${_module.output}/lib">
            <include name="jboss.jar"/>
  +         <include name="jboss-util.jar"/>
            <include name="jboss-spine.jar"/>
         </fileset>
       </copy>
  
  
  

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

Reply via email to