rinkrank - 14.05.03 17:13
: o Fixed XDTWO-29
o Plugin no longer is-a MetadataProvider, but has-one instead.
rinkrank - 13.05.03 13:30
: Refactored context objects down from Plugin into ScriptPlugin
erikhatcher - 13.05.03 02:36
: refactor context property setting to make it safer
rinkrank - 09.05.03 00:06
: o Fixed XDTWO-20
o Fixed XDTWO-19
o Fixed XDTWO-18
o Fixed XDTWO-17
o Partly fixed XDTWO-16
rinkrank - 06.05.03 22:20
: Let the tagdoc plugin breathe the air
rinkrank - 05.05.03 02:00
: Now using XJavaDoc's built-in Java Beans based tag discovery.
rinkrank - 02.05.03 13:12
: Making clover pass. But clover coverage still shows all red (?)
rinkrank - 01.05.03 17:36
: Removed the ${encoding} context variable. It can be accessed via ${plugin.encoding} and was superfluous.
rinkrank - 01.05.03 14:54
: Applied Christian Kvalheim's XGG patch XDTWO-2 that uses Sun's MSV. This adds support for DTD and XSD!
rinkrank - 29.04.03 22:10
: various updates. mostly to do with XJavaDoc no longer being a singleton and the new SDK component that migrates XDoclet 1.2 style xtags.xml to XTag classes.
rinkrank - 24.04.03 01:35
: o Added a migration tool to the SDK. Reads legacy xtags.xml and produces real XTag classes. The velocity template needs more work.
o Various smaller changes
rinkrank - 06.04.03 17:19
: Initial support for XML Schema in XGG (using Sun's rngconv)
rinkrank - 02.04.03 22:27
: -Implemented xgg (again!) It only generates java beans
-Added Betwixt plugin that can serialise xgg generated beans to XML
-Removed dead code
-Various refactorings here and there
rinkrank - 26.03.03 02:18
: - Refactored InvocationFactory into BeanContextSupportEx (which was moved to xdoclet.beans)
- Added first cut of automatic build.xml generation