You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README 664 B

12345678910111213141516171819202122232425262728
  1. Features
  2. - SAX2 support
  3. - namespaces ( not used - pending decision on semantics of ns )
  4. - import ( with package.target, not super.target )
  5. - classloader hack for optional
  6. - dynamic properties ( only interface + hooks, no real binding )
  7. Todo
  8. - start the JMX support, MBeans for Project, Target and Tasks ( using the dynamic
  9. mbean tool in tomcat ).
  10. - add JmxTaskAdapter that will wrap mbeans ( similar with the Beans wrapped by task adapter )
  11. - add support for Jmx attributes as dynamic properties.
  12. Build
  13. The build.xml file will copy the files in the main tree and compile
  14. a package - ant-sax2.jar.
  15. Install
  16. Copy ant-sax2.jar to jakarta-ant-1.5/lib.