costin      2002/07/24 16:00:04

  Modified:    proposal/sandbox/embed README
  Log:
  Added a bit more info :-)
  
  The next major step for this will be a set of hooks to allow ant to
  be more JMX friendly - one very straightforward way to embed ant
  is by using MBeans to represent the components.
  
  In addition ant should be able to use MBeans as tasks and in
  the build process.
  
  Revision  Changes    Path
  1.2       +27 -1     jakarta-ant/proposal/sandbox/embed/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/sandbox/embed/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README    22 Feb 2002 23:28:31 -0000      1.1
  +++ README    24 Jul 2002 23:00:04 -0000      1.2
  @@ -1,2 +1,28 @@
  -Copy the files in o.a.t.ant, recompile.
  +Features
  +
  +- SAX2 support
  +- namespaces ( not used - pending decision on semantics of ns )
  +- import ( with package.target, not super.target )
  +- classloader hack for optional 
  +- dynamic properties ( only interface + hooks, no real binding )
  +
  +
  +Todo
  +
  +- start the JMX support, MBeans for Project, Target and Tasks ( using the 
dynamic
  +mbean tool in tomcat ). 
  +
  +- add JmxTaskAdapter that will wrap mbeans ( similar with the Beans wrapped 
by task adapter )
  +
  +- add support for Jmx attributes as dynamic properties.
  +
  +
  +Build
  +
  +The build.xml file will copy the files in the main tree and compile 
  +a package - ant-sax2.jar. 
  +
  +Install
  +
  +Copy ant-sax2.jar to jakarta-ant-1.5/lib. 
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to