User: jules_gosnell
  Date: 01/11/27 17:22:24

  Modified:    jetty    TODO build.xml
  Log:
  messing around with DebugMBean stuff
  trying to get jetty.xml read out of jetty-plugin.sar
  ...
  
  Revision  Changes    Path
  1.6       +3 -1      contrib/jetty/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jetty/TODO,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TODO      2001/11/25 15:09:44     1.5
  +++ TODO      2001/11/28 01:22:24     1.6
  @@ -1,7 +1,9 @@
  -
  +Get Jetty to load config from SAR
  +properly MBeanify
   Get Jetty Debug MBean running
   connect EAR CLASSPATH up to Jasper
   Do we have a problem with JNDI bindings not working ?
   Get testsuite working/integrate with scoped classloaders.
   
   Persistant/Distributed Sessions
  +
  
  
  
  1.12      +6 -1      contrib/jetty/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jetty/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml 2001/11/21 23:13:00     1.11
  +++ build.xml 2001/11/28 01:22:24     1.12
  @@ -374,6 +374,9 @@
   
       <jar jarfile="${build.lib}/${module.name}.sar">
         <!-- Jetty plugin classes -->
  +      <fileset dir="${build.etc}">
  +        <include name="jetty.xml"/>
  +      </fileset>
         <fileset dir="${build.classes}">
           <include name="**"/>
         </fileset>
  @@ -413,15 +416,17 @@
          />
       <sleep seconds="5"/>
   
  +<!--
       <exec dir="../../testsuite/"
          executable="/bin/sh"
          >
         <arg value="./build.sh"/>
         <arg value="-emacs"/>
         <arg value="-Djavac.debug=true"/>
  -      <arg value="-Dtest=WebIntegrationUnitTestCase"/>
  +      <arg value="-Dtest=org.jboss.test.web.test.WebIntegrationUnitTestCase"/>
         <arg value="one-test"/>
       </exec>
  + -->
   </target>
   
   
  
  
  

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

Reply via email to